@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	color: #3B60AF;
}
h6 {
	font-size: 20px;
	color: #3B60AF;
	font-weight: bold;
}
#header {
	background-image: url(../images/header2.jpg);
	width: 940px;
	height: 170px;
	margin: 0 auto;
}
#footer {
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	text-align: center;
	
}
#page {
	width: 940px;
	margin: auto;
}
#leftnav {
	background-image: url(../images/leftnav.gif);
	background-repeat: no-repeat;
	width: 205px;
	height: 680px;
	float: left;
	color: white;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 1px;
}
#leftblank {
	width: 205px;
}
	
#leftnav a {
	color: white;
}
#leftcontent {
	width: 470px;
	float: left;
	padding-right: 5px;
}
#rightcontent {
	width: 225px;
	float: right;
	
}
.textbox {
	background-image: url(../images/textbox.gif);
	background-repeat: no-repeat;
	height: 205px;
	width: 205px;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

.textbox a {
	color: white;
}
#rightcontainer {
	width: 710px;
	float: right;
	margin: 0 auto;
}
#menu {
	width: 940px;
	height: 40px;
	padding-top: 10px;
	margin-left: 2px;
}

#menu ul { 
display: block; 
padding: 0px; 
margin: 0px; 
list-style: none; 
text-align: center; 
} 

#menu ul li { 
display: block; 
float: left; 
margin: 0px; 
list-style: none;
padding-right: 23px;

} 

#menu a {
	display: block;
	background-image: url(../images/button.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
	margin: 0px;
	border: 0px;
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	font-weight: bold;
} 

#menu a:hover { 
	color: #3B60AF; 
} 
#menu .nopadding {
	padding-right: 0px;
}
.floatright {
	float: right;
}