/* CSS Document 
this contains main layout css like 
header
footer
body
for navigation links  refer navCss.css
*/

body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#000000;
}
#maindiv {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#default_maindiv {
	width:980px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.imm { behavior: url(iepngfix.htc); } 

#footer_Div {
	width:980px;
	height:113px;
}
.footertxt {
	color:#d6d284;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal	;
	padding-top:80px;
	padding-left:640px;
}
#headerbg {
	background-image:url(../img/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:980px;
	height:99px;
}
#adminheaderbg {
	background-image:url(../img/admin_headerbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:980px;
	height:99px;
}
#headerHomeLinkImg {
	padding-left:230px;
	width:294px;
	height:65px;
	float:left;
}

.headerRightLinks {
	padding-left:212px;
	padding-top:15px;
	width:235px;
	height:65px;
	float:left;
}
#centerBody {
	background-color:#0f302f;
	background-image:url(../img/bodybg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	width:980px;
	height:auto;
}
#ContentBody {
	 padding-top:35px;
	 padding-left:45px;
	 padding-right:45px;
	 border:#FF0000;
	 border-style:none; color:#FFFFFF;
}
#bodyBG {
	background-image:url(../img/main_background.jpg);
	background-repeat:no-repeat;
	/*background-position:9px 0px;
	width:971px;*/
	background-position:5px 0px;
	width:976px;
}
.TestDiv {
	 border:#FF0000;
	 border-style:solid; color:#FFFFFF;
	 border-width:thin;
}
.ImageyellowBorder {	
	 border-color:#333333;
	 border-style:solid;
	 border-width:4px;
}
/* Home page CSS Starting */

#h_headbg {
	background-image:url(../img/h_headbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:980px;
	height:76px;
}
#h_headdwnbg {
	background-image:url(../img/h_headdwnbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:980px;
	height:396px;
}
.h_menudwnbg {
	background-image:url(../img/h_menudwnbg.gif);
	background-repeat:repeat-y;
	background-position:top center;
	width:980px;
	height:200px;
}
.h_menudwnimg {
	background-image:url(../img/h_menudwnimg.jpg);
	background-repeat:no-repeat;
	width:731px;
	height:200px;
}
#h_menudwndiv {
	width:731px;
	float:left;
	margin-left:5px;
}
#newsdiv {
	float:left;
	width:220px;
	padding-top:15px;
	padding-left:5px;
	padding-bottom:5px;
	line-height:18px;
}
.newsdatetxt {
	color:#9abe9f;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}
.newstxt {
	color:#FFFFFF;
	font-family:"Arial", Times, serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a.more_link {
   font-family:"Times New Roman", Times, serif;
   font-size:13px;
   font-weight:normal;
   color:#9ABE9F;
   text-decoration:underline;
}
a:hover.more_link {
   font-family:"Times New Roman", Times, serif;
   font-size:13px;
   font-weight:normal;
   color:#9ABE9F;
   text-decoration:none;
}
#h_footer {
	background-image:url(../img/h_footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:980px;
	height:73px;
}

/* Home page CSS Ending */

