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

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

th {
	font-family: Arial, Helvetica, sans-serif;
}#header {
	width: 760px;
	background-color: #000000;
}
#footer {
	height: 1em;
	width: 740px;
	background-color: #CC99ff;
	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 #000000;
	text-align: right;
}
#footerLeftBox {
	float: left;
}
#footerRightBox {
	float: right;
}

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

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

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

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

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

}

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

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

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

#contentLeftBox {
	width: 420px;
	padding: 20px;
	background-color: #C1ffC1;
}

#contentRightBox {
	width: 150px;
	position: relative;
	float: right;
	background-color: #C1ffC1;
	padding: 20px;
}

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

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

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