@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
td {
	vertical-align: top;
}
#nav{
	text-align: center;
	background-color: #003366;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
	margin: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a:link, #nav a:visited, #nav a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color: #336699;
}
#content{
	padding: 10px;
}
#content a:link, #content a:visited, #content a:active {
	color: #CC0000;
	font-weight: bold;
}
#content a:hover{
	color: #FFCC00;
}
h1 {
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	padding-top: 20px;
	padding-left: 30px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
#footer{
	font-size: small;
	text-align: center;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
}
#footer a:hover{
	color: #336699;
	text-decoration: none;
