@charset "UTF-8";
/* CSS Document */

html, body{
	width:100%;
	margin:0;
	padding:0;
}

 a:link, a:visited{
	color:#3432A6;
	text-decoration:none;
}

 a:hover, a:active{
	color:#90CCFF;
	text-decoration:none;
}


#outershell {
	background:#D6D6D6;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:0;
	width:100%;
/*	border:#003399 1px solid;*/

 }  
#outershell div{ 
	 width:880px;
     margin: 0 auto;
}


div#innershell {
	background-image:url(../images/bg_center.jpg);
	background-repeat:repeat-y;
	/*Font*/
	font-family:Times New Roman, Times, serif;
	color:#000000;
	line-height:125%;
}

div#innershell td{
	vertical-align:top;
}

td#centershell div{
	font-size:13px;
	width:600px;
}

td#menu{
	text-align:center;
}

td#menu div{
	width:200px;
	padding:3px 0px;
}

div#menu_foot{
	font-size:12px;
	color:#666666;
	text-align:center;
	padding-top:48px;
}

div#menu_foot a:link, div#menu_foot a:visited{
	color:#666666;
	text-decoration:none;
}

div#menu_foot a:hover, div#menu_foot a:active{
	color:#CCCCCC;
	text-decoration:none;
}


div#copyright{
	font-size:12px;
	text-align:center;
}

#outershell div#container .name{
	font-size:18px;
}

.top{
	text-align:right;
}

.top a:link, .top a:visited{
	color:#666666;
	text-decoration:none;
}

.top a:hover, .top a:active{
	color:#CCCCCC;
	text-decoration:none;
}

.fl{
	float:left;
}

.fc{
	clear:both;
}
