* {
	margin: 0; 
	padding: 0; 	
}

body{
	background:#bed731;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#183152;
}
img {
	border:0pt none;
}
#container {
	width: 790px;
	text-align:left;
	margin:auto;
}
h1{
	color:#ffffff;
	font-size:20px;
	}
h2{
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	}
h3{
	color:#ffffff;
	font-size:18px;
	}
h4{
	color:#183152;
	font-size:14px;
	font-weight:bold;
	}
h5{
	color:#f29716;
	font-size:14px;
	font-weight:bold;
	}
a {
	color:#112940;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:focus {
	color:#3c95d5;
	text-decoration:underline;
}
#header {
	height: 92px;
	/*background: url(images/bg_top.gif) top center no-repeat;*/
	text-align:center;
	padding: 0;
	margin-top:50px;
}
#content_wrap {
	clear:both;
	background: url(images/bg_main.gif) repeat-y;
	padding: 0;
	margin:auto;
	width: 790px;
	
}
#content{	
	margin: 0 10px 0 10px;
	border-top: #375d81 solid 3px;
	}
.pic{
	width:379px;
	float:left;
	}
	.in_pic{
	width:298px;
	float:left;
	}
.blue{
	width:370px;
	background-color:#4fc0ea;
	float:left;
	padding:10px 0 0 20px;
	height:212px;
}
.in_blue{
	width:451px;
	background-color:#4fc0ea;
	float:left;
	padding:10px 0 0 20px;
	height:108px;
}

.text{
	width:360px;
	background-color:#fff;
	float:left;
	padding:0px 10px 0 20px;
}
.in_text, .content{
	width:436px;
	background-color:#fff;
	float:left;
	padding:0px 10px 0 20px;
}

#footer {
	clear:both;
	height: 26px;
	/*background: url(images/bg_bottom.gif) top center no-repeat;	*/
	/*padding: 10px 20px 10px 20px;*/
	text-align:center;
}

ul {
	margin-bottom:5px;
}

.in_text ul li{
	background:transparent url(images/bullet.gif) no-repeat scroll 0px 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:3px 10px 3px 30px;
	
}
.content ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:3px 10px 3px 0px;
	/*border-bottom:solid 1px #4fc0ea;*/
	border-top:solid 1px #4fc0ea;
}
.content a, .in_text a{
font-weight:normal;
text-decoration:none;
}
.content a:hover, .content a:focus, .in_text a:hover, .in_text a:focus{
font-weight:normal;
color:#4fc0ea;
text-decoration:none;
}
.titles{
width:350px;
float:left;
margin-right:10px;
}
.pageno{
width:60px;
float:left;
font-weight:bold;
}
/****************************************
Parts Section
*****************************************/
#parts{
width:353px;
height:127px;
background:url(images/parts_bg.gif) no-repeat;
margin:5px 0 5px 0;
/*padding:5px 0 5px 0;*/
}
#parts ul {
	list-style-type:none;
	margin: 0 0 0 15px;
	border:none;
}

#parts ul li {
	list-style-type:none;
	float:left;
	border:none;
	padding:7px 10px 0 0;
}

#parts ul li a {
	display:block;
	height:39px;
	padding: 3px 0px 0 0;
	width:72px;
	background:url(images/orange.gif) 0 0 no-repeat;
	border:none;
	text-align:center;
	color:#f29716;
	font-weight:bold;
	vertical-align:middle;
}

#parts ul li a.home {
	width:52px;
	background:url(../images/menu/home.gif) 0 0 no-repeat;
}
#parts ul li a:hover {
	background-position: 0 -42px;
	color:#ffffff;
	}
#parts ul li a.active {
	background-position: 0 -42px;
	color:#ffffff;
	}
	