@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0;
	background:#f5f7fb url(../images/bg.jpg) repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
}

#wrapper{width:986px; padding:0;  margin:0 auto;}

/* Top Menu*/
#topmenu {float:left; height:21px; width:985px; text-align:right; font-size:14px; margin:0; padding:0; color:#FFF; font-weight:bold;}
#topmenu a{color:#FFF; text-decoration:none;}
#topmenu a:hover{color:#FFF; text-decoration:underline;}
/* Top Menu*/

/* logo*/
#logo-container{ float:left; margin-top:10px; height:211px; width:894px;}
#logo-container h1{ float:left; font-family:"Times New Roman", Times, serif; width:100%; text-align:right; font-style:oblique; font-weight:bold; font-size:20px; color:#000; margin:0; padding:0;}
#logo{ float:left; margin-right:10px; width:177px;}
#title{ float:left; width:707px; height:172px;}
/* End logo*/

/* Navigation*/
#menu{
	float:left; height:32px; width:100%; padding:0; text-align:center; color:#FFFFFF; 
	font-family:"Times New Roman", Times, serif; font-size:18px;
	}	

#menu a:link{color:#FFFFFF; font-weight:normal;}
#menu a:visited{color:#FFFFFF; font-weight:normal;}
#menu a:active {color:#FFFFFF; font-weight:normal;}
#menu a:hover{color:#000000; font-weight:normal;}
	
.menu-link{
	float:left;
	padding:7px 6px 0px 6px;
	margin:0px 3px 0px 0px;
	display:block;
	height:25px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	min-width:107px;
	background:url(../images/nav.gif) repeat-x;
	}	
	
.menu-link:hover{
	text-decoration:none;
	background:url(../images/nav-over.gif) repeat-x;
	}
/* Navigation End*/	

/* Body Start*/	
#page{
	float:left;
	padding:0;
	margin-top:10px;
	width:986px;
	}
	
#page a{ color:#000000; text-decoration:underline;}	
#page a:hover{ color:#000000; text-decoration:underline;}	

#body-left{
	float:left;
	width:730px; border:#c1c1c1 1px solid;
	background-color:#fffefc;
	padding:10px 10px;}

#body-left h1{ float:left; font-family:"Times New Roman", Times, serif; width:700px; font-style:oblique; font-weight:bold; font-size:20px; color:#000; margin:0px 0px 10px 0px; padding:0;}

#body-right{
	float:right;
	width:200px; border:#c1c1c1 1px solid;
	background-color:#fffefc;
	padding:10px 10px;}	
	
#body-right h1{ float:left; font-family:"Times New Roman", Times, serif; width:190px; font-style:oblique; font-weight:normal; font-size:18px; color:#000; margin:0px 0px 10px 0px; padding:0;}	

#body-right h2{ float:left; font-family:"Times New Roman", Times, serif; width:190px; font-style:oblique; font-weight:normal; font-size:16px; color:#000; margin:0px 0px 10px 0px; padding:0;}
/* Body End*/		

.img-border{border:#666 1px solid;}


#footer-container{
	background:url(../images/footer-bg.gif) repeat-x;
	margin-top:10px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	width:100%;}

#footer{
	float:left; padding:6px; margin:0 auto;}	
	
#footer a{color:#FFFFFF;text-decoration:none;}
#footer a:hover{text-decoration:underline;}

#foot-right{float:right; padding:6px; margin:0 auto; text-align:right;}
#foot-right a{color:#FFFFFF;text-decoration:none;}
#foot-right a:hover{text-decoration:underline;}

#links ul{float:left; margin:0 auto; padding:0;}	
#links li{ padding-left:6px; padding-bottom:4px; list-style-image:url(../images/link_go.gif);}		
#links a{color:#000000;text-decoration:underline;}
#links a:hover{color:#C96; text-decoration:underline;}