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

body {
	background-color: #000000;
}h1 {
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: top;
}
h4 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	font-style: oblique;
}

p {
	font-size: 14px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
li {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
hr {
	color: #000000;
	background-color: #0000FF;
}


#leftbox {
	float: right;
	height: 100%;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003333;
	padding-top: 10px;
	background-color: #000000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#form1 table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topnav {
	height: 30px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
}

 #footer {
	font-size: 11px;
	height: auto;
	width: 100%;
	padding-top: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
 }
 
 #footer a:link{
	font-size: 11px;
	font-weight: bold;
 }
 
#footer2 {
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: top;
	height: 20px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

