body {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	color: #101900;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #101900;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}#header {
	width: 760px;
}
#footer {
	height: 1em;
	width: 740px;
	background-color: #F6271D;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: small;
	position: relative;
	float: right;
	border-top: solid 1px #101900;
	text-align: right;
}
#footerLeftBox {
	float: left;
}
#footerRightBox {
	float: right;
}

#nav {
	width: 756px;
	float: left;
	background-color: #F6271D;
	border-bottom: solid 2px #101900;
	border-left: solid 2px #101900;
	border-right: solid 2px #101900;
}

a.button:link, a.button:visited
{
	color: #101900;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	width: 105px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #101900;
}

a.button:hover
{
	background-color: #101900;
	color: #FFFFFF;
}

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

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	color: #101900;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 105px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #101900;
	cursor: default;
	background-color: #FFDB88;

}

a:link, a:visited {
	color: #F6271D;
	text-decoration: none;
}
a:hover, a:active {
	color: #101900;
	text-decoration: none;
}

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

#contentMain {
	width: 700px;
	background-color: #FFDB88;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	position: relative;
	float: right;
}

#contentLeftBox {
	width: 420px;
	padding: 20px;
}

#contentRightBox {
	width: 185px;
	position: relative;
	float: right;
	padding: 5px;
}

img.floatLeft { float: left; 
margin: 4px; }

img.floatRight {
	float: right;
	margin: 4px;
}
h3 {
	text-align: center;
	font-size: medium;
	border-top-width: 10px;
}

.subheader {
	font-size: large;
	font-weight: bold;
}
