body {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #5E6C37;
	background-color: #8B6598;
}

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

th {
	font-family: Arial, Helvetica, sans-serif;
}#header {
	background-color: #CCCCCC;
	float: right;
}
#footer {
	width: 760px;
	float: right;
	font-size: small;
	padding-bottom: 5px;
}
#footerLeftBox {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	color: #ccbed5;
}

#footerRightBox {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
	color: #ccbed5;
}

#contentEnvelope {
	width: 760px;
	overflow: hidden;
}

#leftMenu {
	width: 136px;
	background-color: #8B6598;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #ccbed5;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float: left;
}

#contentMain {
	width: 574px;
	padding-left: 20px;
	padding-right: 10px;
	float: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #FFFFFF;
}

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

img.floatRight {
	float: right;
	margin: 5px;
	padding-left: 10px;
}

a:link, a:visited
{
	color: #8B6598;
	text-decoration: none;
}

a:hover
{
	color: #ccbed5;
}

a:active, a:focus {
	color: #333333;
}

a.button:link, a.button:visited
{
	background-color: #5E6C37;
	border: solid 2px;
	color: #ccbed5;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	border-color: #8B6598;
	padding-left: 5px;
}

a.button:hover
{
	background-color: #003300;
	color: #ccbed5;
}

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

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	cursor: default;
	background-color: #ccbed5;
	color: #333333;
	border: solid 2px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	border-color: #8B6598;
	padding-left: 5px;
}

a.foot:link, a.foot:visited {
	color: #999999;
	text-decoration: none;
	background-color: #8B6598;
}
a.foot:hover, a.foot:active {
	color: #333333;
	text-decoration: none;
	background-color: #8B6598;
}
