body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FF8A8A;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
}
#containerdiv {
	margin-top: 6px;
	width: 896px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #8A8AFF;
	height: auto;
	border-left: 2px solid #aeaeff;
	border-top: 2px solid #aeaeff;
	border-right: 2px solid #4D4DFF;
}
#header {
	position: relative;
	left: 0px;
	width: 892px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 35px;
	text-align: center;

}
#topMenu {
	position: absolute;
	top: 0px;
	left: 170px;
	width: 648;
	text-align: center;
	height: auto;
	margin-top: 0px;
	background-color: #8A8AFF;
}
#topMenu a {
	position: relative;
	top: 8px;
	width: auto;
	height: auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	padding: 3px 5px 3px 5px;
	background-color: #7a7aee;
	color: #ffffff;
	font-family: arial, tahoma, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
#topMenu a:hover {
	background-color: #8AFFFF;
	color: #7a7aee;
}
#topMenu a:active {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #ffffff;
	background-color: #7a7aee;
	color: #FF8A8A;
}
#centerdivwrapper {
	background-color: white;
	height: 100%;
	float: left;
	border-left: 2px solid #4D4DFF;
	border-top: 2px solid #4D4DFF;
	border-right: 2px solid #aeaeff;
	border-bottom: 2px solid #aeaeff;
}
#centerdiv {
	width: 580px;
	float:left;
	background-color: white;
	height: 100%;
	margin-bottom: 0px;
	height: 100%;

	
	padding: 20px;
}
#imagesdiv {
	width: 456px;
	margin-left: auto;
	margin-right: auto;
}
#imagesdiv {
	width:470px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#imagesdiv a {
	display:block;
	width:100px;
	height:88px;
	text-decoration:none;
}
#imagesdiv a:hover {
	background-color:#ffffff;
	filter:alpha(opacity=20);
	/* -moz-opacity:.80; */
	text-decoration:none;

}
#footer {
	margin-left:auto;
	margin-right:auto;
	width: 896px;
	height: 20px;
	background-color: #8A8AFF;
	float: left;
	text-align: center;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 2px solid #4D4DFF;
	border-right: 2px solid #4d4dff;
}
#footer a {
	color: white;
	/* padding: 20px 4px; */
	margin-right: 6px;
}
#footer a:hover {
	color: #4D4DFF;
}
#siteName {
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 200px;
	margin: 2px 0px 2px -30px;
	color: #FFFFFF;
	font-family: areial, verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
#siteName a {
	text-decoration: none;
	color: white;
}
#utilityMenu {
	z-index: 10;
	position: absolute;
	left: 714px;
	top: 2px;
	width: 200px;
	margin: 0px;
	color: #FFFFFF;
	font-family: arial, verdana, sans-serif;
}
#utilityMenu a {
	font-size: 0.8em;
	color: white;
	font-weight: bold;
}
#leftside {
	width: 130px;
	float: left;
	height:100%;
}

#leftside a {
	position: relative;
	display: block;
	width: 120px;
	height: 18px;
	color: #FFFF8A;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 4px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	background-color: #FF8A8A;
	text-align: center;
}
#leftside a:hover {
	background-color: #8AFFFF;
	color: #7a7aee;
}
#leftside a:active {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #ffffff;
	background-color: #7a7aee;
	color: #FF8A8A;
}
#rightside {
	float: left;
	width: 130px;
	height: 100%;
}
.pagetitle {
	color: #003366;
	font-size: 1.5em;
	text-align: center;
}
