body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 16px;
	background-color: #006FB4;
}

h1 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
.bodyTitle {
	font-size: 26px;
	color: #CCECFF;
	display: block;
	background-color: #006FB4;
	font-variant: small-caps;
	text-align: center;
}
.bodySubTitle {
	font-size: 22px;
	color: #CCECFF;
	display: block;
	background-color: #006FB4;
	font-variant: small-caps;
	padding-left: 25px;
}.bodyBig {
	font-size: 20px;
}
.bodysmall {
	font-size: 15px;
}
.SmallCaps {
	font-variant: small-caps;
}
.side_italics {
	font-size: 15px;
	font-style: italic;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
}.body_italics {
	font-size: 15px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.bodybold {
	font-size: None;
	font-weight: bold;
}
.headerSmall {
	font-size: 14px;
	color: #990000;
}
.headerItalic {
	font-size: 24px;
	color: #990000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.headerName {
	font-size: 30px;
	font-weight: bold;
	color: #990000;
}
a:link {
	text-decoration: none;
	color: #CF0000;
}
a:visited {
	text-decoration: none;
	color: #CF0000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #CF0000;
}

a.button:link, a.button:visited
{
	background-color: #006FB4;
	color: #00395C;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	padding-left: 10px;
	border-bottom: solid 2px #CCECFF;
}

a.button:hover
{
	background-color: #666666;
	color: #000000;
}

a.button:active, a.button:focus {
	background-color: #000000;
	color: #666666;
}

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	cursor: default;
	background-color: #CCECFF;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	border-color: #CCECFF;
	padding-left: 10px;
	font-variant: normal;
}

a.buttonBody:link, a.buttonBody:visited
{
	background-color: #CF0000;
	color: #CCECFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	padding-left: 10px;
	border: solid 2px #CCCCCC;
	text-align: center;
}

a.buttonBody:hover
{
	background-color: #666666;
	color: #000000;
}

a.buttonBody:active, a.buttonBody:focus {
	background-color: #000000;
	color: #666666;
}

a.footer:link, a.footer:visited {
	color: #620323;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	color: #666666;
	text-decoration: none;
}

#footer {
	width: 750px;
	float: left;
	padding: 5px;
	text-align: right;
	font-size: 14px;
	background-color: #A7DDFF;
}
#footerLeftBox {
	float: left;
	text-align: left;
}
#footerRightBox {
	float: right;
}

#headerBox {
	width: 760px;
	float: left;
}

#contentEnvelope {
	width: 760px;
	overflow: hidden;
	float: left;
	background-color: #006FB4;
}
#contentMain {
	width: 460px;
	float: left;
	padding: 20px;
	clear: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #CCECFF;
}
hr {
	color: #FF0000;
	width: 70%;
}
#contentBottom {
	float: left;
	width: 800px;
}
#navBox {
	float: left;
	width: 250px;
	border: solid 5px #006FB4;
	background-color: #006FB4;
}
#contentLeft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #006FB4;
	border: solid 5px #006FB4;
}

img.floatRight {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}
