body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #CC0000;
}
.site{
	text-align:center;
	vertical-align:bottom;
	margin: 0 auto;
	width:1000px;
	background:url(images/dot.png) repeat-y, url(images/dot2.png) repeat-y right;
}
.header{
	z-index:-1;
}
.menu_background{
	position:relative;
	width:1000px;
	height:30px;
	background-color:#FFFFFF;
	z-index:-4;
	
}
.menu_container{
	height:40px;
	width:900px;
	top:180px;
	left:50%;
}
.menu{
	background-image:url(images/menu_background.png);
	height:40px;
	width:900px;
	top:180px;
	position:absolute;
	left:50%;
	margin-left:-451px;
}
.menu_left{
	float:left;
}
.menu_right{
	float:right;
}
.menu_text{
	float:left;
	width:817px;
	color:#FFFFFF;
	text-align:center;
	padding-left:50px;
}
.menu_text img{
	float:left;
}
.menu_text a{
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:15px;
	float:left;
	text-decoration:none;
	font-family:Verdana;
}
.menu_text a:hover{
	background-image:url(images/menu_selected.png);
}
.content{
	background-color:#FFFFFF;
	min-height:200px;
	width:975px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
	margin-left:3px;
	margin-right:2px;

}
.footer{
	background-image:url(images/footer.png);
	color:#CCCCCC;
	height:21px;
	margin-left:2px;
	margin-right:2px;
	padding-top:7px;
	font-size:11px;
}
.footer_menu{
	text-align:left;
	float:left;
}
.footer_gradient{
	background-image:url(images/footer_gradient.png);
	width:100%;
	height:200px;
	text-align:center;
	margin: 0 auto;
	position:fixed;
	bottom:0px;
	z-index:-6;

}
.footer_bar{
	width:800px;
	height:200px;
	text-align:left;
}
h1 {
	border-bottom: 1px solid #666666;
	width: 100%;
	font-size:20px;
} 
h2 {
	border-bottom: 1px dashed #999999;
	width: 100%;
	font-size:18px;
} 
h3 {
	font-size:16px;
}