@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainWrapper {
	margin: 0px;
	width: 743px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#topMenu {
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 28px;
}
#topMenu .mainNav {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}
#leftSide {
	float: left;
	width: 478px;
}
#splashMenu {
	position: relative;
	bottom: 20px;
	display: block;
	float: left;
	width: 478px;
}
#splashMenu  .splashButton {
	padding-left: 9px;
	float: right;
}
#rightSide {
	float: right;
	width: 265px;
	background-color: #CC6600;
	display: block;
	height: 408px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 15px;
}
#newsUpdate {
	background-color: #FFFFFF;
	width: 250px;
	background-image: url(../images/cornerNewsUpdate.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
	padding-top: 5px;
	height: 173px;
	overflow: auto;
}
#newsUpdate p {
	font-size: 0.8em;
	margin-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#rightSide ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 235px;
}
#rightSide   li  {
	font-weight: bold;
	line-height: 100%;
	color: #FFFFFF;
	filter: Shadow(Color=#000000, Direction=2px);
	letter-spacing: -0.02em;
	font-size: 90%;
	display: inline;
	list-style-type: none;
}
#rightSide a {
	background-color: #FF9933;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	display: block;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: -15px;
	padding-left: 15px;
}
#rightSide a:hover {
	background-color: #000000;
}
#rightMenu img {
	margin-bottom: 10px;
}
#footer {
	clear: both;
}
#footer p {
	font-size: 0.7em;
	color: #666666;
	text-align: center;
	float: left;
	line-height: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

