/* CSS Document */

* { margin:0; padding:0; }
body { background:#cccccc url(images/bg.png) repeat-x; font:normal .625em Arial; color:#333; }
img { border:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
p {
	padding:15px 0 0;
}


#wrapper { background:url(images/wrapper.png) repeat-y; width:752px; margin:0 auto;}
#header { background:url(images/header.png) no-repeat; height:182px; }
#logo { width:286px; height:85px; display:block; }

#navigation { list-style:none; float:right; padding:3px 10px 0 0; height:25px; }
#navigation li { float:left;  font:normal 1.1em/2.27em "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase;}
#navigation li a { color:#123958; padding:0 10px; height:25px; border-right:1px solid #bee9ff; border-left:1px solid #245477;display:block; }
#navigation li a:hover { background:#123958; color:#FFF; text-decoration:none;}
li.first a { border-left:none !important; }
li.last a { border-right:none !important; }


#content {background:url(images/content.png) no-repeat; font:normal 1.2em Arial; padding:0 25px 15px;}

#footer-bg { background:url(images/footer-bg.png) repeat-x; width:100%; }
#footer { background:url(images/footer.png) no-repeat; padding:87px 0 0; height:50px; text-align:center; width:752px; margin:0 auto; }
#footer ul { width:540px; margin:0 auto; list-style:none; }
#footer ul li { float:left;  font:normal 1.1em Arial; }
#footer ul li a { color:#cacdce; padding:0 9px;border-left:1px solid #cacdce; border-right:1px solid #2b4d68; }
#footer ul li a:hover { text-decoration:underline; color:#69bcff; }
#footer #copyright { clear:both;font:normal 1em Arial; color:#cacdce; padding:10px 0 0; }
/*Center area*/
.headtitle {
	font-weight: bold;
	font-size: 24px;
}
.headtitle {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
}
.maintext {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 16px;
}
.bluemain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00C;
/*Center area End*/