/* CSS Document for Center Design   */

a{

text-decoration:none;

}

a:visited
{
color: #4466B0;
}




body{
	background: #4466B0 center;
	margin:0px;
	color:#000000;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	border-top: 0;
	margin-top: 0px;
	}

.body_text{
font: 12px Arial, Helvetica, sans-serif;
color:#000000;
}
#container{
	
	margin: 1px auto 0px auto;
	width: 650px;
	background-color: #ffffff;
	border:thin solid 1px #999999;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	left:auto;
	}
	
.header{
font: 16px Arial, Helvetica, sans-serif;
color: #4466B0;
font-weight: bold;
padding-bottom: 10px;
padding-top:10px;
}

.p#body_text{
font: 12px Arial, Helvetica, sans-serif;
color:#000000;
left:auto;
}



#divider{
height:20px;
background:#4466B0;
padding-top: 5px;
padding-bottom:5px;
padding-left: 20px;
padding-right:20px;
font: 12px Arial, Helvetica, sans-serif ;
color:#ffffff;
margin-top: 20px;

}


#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
width: 650px;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #ffffff;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/menu_bkgr_gradient.jpg) top right ;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #4466B0; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: #ffffff;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/menu_bkgr_gradient_l.jpg); /*background image swap on hover*/
}