body {
	background-color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 30px 0px;
	padding: 0px;
}
.mainwindow {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.linkwindow {
	background-color: #B9DBF6;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	color: #000033;
	padding-left:0px;
}
.maintable {
	border: medium ridge #333333;
	background-color: #2D5DA7;
}
.linkwindow a:link {
	color: #000033;
	text-decoration: none;
}
.linkwindow a:visited {

	color: #000033;
	text-decoration: none;
}
.linkwindow a:hover {
	color: #003333;
	text-decoration: underline overline;
}
.linkwindow a:active {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
.linkwindow p {
	margin: 15px;
}
.listwindow {
	background-color: #FFFFFF;
}
.listwindow li {
	list-style-type: circle;
	margin: 5px;
}
.mainwindow h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px;
	color: #000033;
	text-decoration: underline;
}
.mainwindow h5 {
	font-size: 12px;
	color: #000033;
	text-indent: 10pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.header {
	background-image: url(../Images/bar1.jpg);
	background-repeat: repeat-x;
	background-color: #263A75;
}
.footer {
	background-image: url(../Images/bar2.jpg);
	color: #CCCCCC;
	font-size: 10px;
	background-color: #263A75;
}
.footer p {
	margin: 5px;
	text-align: right;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {

	color: #CCCCCC;
	text-decoration: underline overline;
	font-weight: bold;
}
.footer a:active {


	color: #CCCCCC;
	text-decoration: underline overline;
	font-weight: bold;
}
.header p {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	vertical-align: top;
	text-indent: 15pt;
}



