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

body{ padding:0px 0px 45px 0px; margin:45px 0px 0px 0px; color:#666666;}
h1, h2, h3, h4, h5, h6{ margin:0px; padding:0px;}
a{color:#4A72B0}
a:hover{color:#7DA5E0}

.fullcontainer{
	width:800px;
}

.headcontainer{
	background:url(/images/header.jpg) no-repeat; 
	width:800px; 
	height:162px;
}

.headcontainer h1{
	color:#FFFFFF;
	margin:30px;
	text-align:left;
	display:block;
	float:left;
}
.headcontainer p{
	float:right; 
	margin-right:20px; 
	margin-top:125px; 
	text-align:right
}
.headcontainer p a{
	margin-right:10px; 
	color:#000000;
}

.navcontainer{
	margin-top:15px;
	background:url(/images/table_content.jpg) repeat-y; 
	width:204px;
	float:left;
}
.navcontainer a{ 
	margin-left:20px;
	display:block;
}

.minihead{ 
	background:url(/images/table_top.jpg) no-repeat; 
	width:204px; 
	height:27px;
}

.minifooter{ 
	background:url(/images/table_bottom.jpg) no-repeat; 
	width:204px; 
	height:23px;
}

.footcontainer{ 
	background:url(/images/bg_footer.gif) center top no-repeat; 
	height:27px; 
	clear:both; 
	padding-top:5px;
}
.footcontainer p{ 
	margin:0px;
}
.subheader{
	width:800px;
}

.contentcontainer{
	width:571px; 
	float:right;
	text-align:left;
}