body {
	font-family: "Courier New", Courier, monospace;
	background-color: #00253c;
	padding: 0px;
	background-image: url(images/background10.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content a {
	color: #0066CC;
}
#content a:link {
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}


h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.indent {
	text-indent: 20px;
}
.required {
	font-size: 14px;
	color: #FF0000;
}
.smallertext {
	font-size: 14px;
}
.topborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}




#header {
	color: #FFFFFF;
	background-color: #004d84;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#nav {
	background-color: #81a8c3;
	width: 160px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	text-align: left;
}
#nav a {
	text-align: left;
	text-indent: 10px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #81A8C3;
	font-weight: bold;
}

#nav a:link {
	color: #333333;
	text-decoration: none;
}
#nav a:visited {
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}


#content {
	background-color: #FFFFFF;
	float: none;
	width: 600px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#content th {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #666666;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	background-color: #004D84;
	border: 1px solid #CCCCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

