/* CSS Document */
body{
    background:#c4d2ea url(../images/body-bg.jpg) bottom left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0; padding:0;
	}

h1, h2, h3, h4, h5, h6, p, div, li, ul, form{  margin:0;  padding:0; font-weight:normal;}
.clearer{clear:both; display:block; font-size:0; height:0; line-height:0; margin:0; padding:0; border:none}

h1,h2,h3,h4,h5,h6{
	color:#2284B3;
	border:0px solid red;
	font-weight:bold;
	padding-bottom:10px;
	}
h4 a{
text-decoration:none;
}
		
.outerContainer { width:100%; height:100%; background:url(../images/globe.gif) bottom left no-repeat; overflow:hidden; margin:0; padding:0;}	
#container{
	width:890px;
	border:0px solid red;
	margin: 30px auto 0 auto;
	}
#topheader{
	border:0px solid red;
	background:url(../images/header.gif) no-repeat;
	float:left;
	width:890px;
	}
#topmenu{
	border:0px #2b4c75 solid;
	float:right; 
	margin-top:45px;
	}
#topmenu ul{ 
	margin:0px;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 5px 3px;
	}
#topmenu ul li{
	display:inline;
	padding:10px;
	}
#topmenu ul li a{
	color:#2b4c75; 
	text-decoration:none;
	font-weight:bold;
	}
#banner{
	border:0px solid red;
}

#middlepart{
	background:#fff;
	width:890px;
	border:0px solid red;
	font-size:12px;
	line-height:20px;
	padding-top:15px;
	padding-bottom:20px;
	float:left;
	}
#content{
	border:0px solid red;
	width:870px;
	padding:0px 10px;
	float:left;
	}	

#leftpanel{
	float:left;
	border:0px solid yellow;
	width:246px;
	padding:0px;
	margin-bottom:15px;
	line-height:18px;
	}
#leftpanel img{
	padding-right:15px;
	margin:0px;
	}	

.sideNav {width:246px; height:auto; margin:0; padding:0; border-bottom:2px solid #afb1b3}
.sideNav ul { margin:0; padding:0; list-style-type:none;}
.sideNav li { width:226px;  background:#0f4952; color:#fff; } 
.sideNav li a {width:226px; font-size:12px; color:#0b3b6b;background:#d4e2f5 url(../images/bullets-off.jpg) 3% 50%  no-repeat ; display:block;
padding:5px 0 5px 20px; border-bottom:1px solid #fff; text-decoration:none ;}
.sideNav li a:hover { background:#3f94be url(../images/bullets-on.jpg) 3% 50% no-repeat  ; color:#fff;}
.sideNav li a.selected:link{ background:#3f94be url(../images/bullets-on.jpg) 3% 50% no-repeat  ; color:#fff;}
#rightpanel{
	float:right;
	border:0px solid red;
	width:600px;
	}
#rightpanel a{
	color:#3f94be; font-weight:bold;
	}
#rightpanel ul{
	padding-left:15px;
	list-style-type:none;
	}
#rightpanel ul li{
	list-style-type:square;
	}
#rightpanel table{
	border:1px solid #ccc;
	text-align:center;
	margin-top:15px;
	}
#rightpanel td{
	border:1px solid #ccc;
	}	

.contacttd{
	background:url(../images/txt_bg.png) no-repeat;
	padding:8px 10px;
	padding-bottom:15px;
	vertical-align:top;
	border:0px solid red;
	}
.contacttd input{
	border:0px solid green;
	width:185px;
	height:23px;
	padding:0px;
	margin:5px 0 0 0;
	color:#999999;
	}
.commentbox{
	background:url(../images/comment_box.png) no-repeat;
	height:75px;
	padding:0px 10px;
	}
.commentbox textarea{
	border:0px solid #333;
	margin-top:0px;
	padding:0px;
	color:#999999
	}
#formborder{
	border:0px solid red;
	float:right;
	width:595px;
	padding-right:10px;
	font-size:13px;
	}
#footer {
    background:url(../images/footer.jpg) no-repeat;
	height:69px;
	width:100%;
	color:#fff;
	clear:both;
	padding:10px 0px 0 0;
	text-align:center; 
	color:#fff; 
	font-size:12px;
	margin:0;
	}
#footer a{
	text-decoration:none; 
	color:#fff;
	}
#links{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	padding-bottom:30px;
	}
#links li{
	padding-bottom:10px;
	
	}
		 .subBtn, .subBtn1
			 {border:none;
			 background:url(../images/save.png) no-repeat 0 3px;
			 width:70px;
			 height:50px;
			 float:left;
			 margin-right:6px;
			 }
		.subBtn1{
			background:url(../images/reset.png) no-repeat 0 3px;
		}	 
