@charset "UTF-8";
body {
	background: #FFEACC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 100%;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
}
#side {
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
	background-color: #03F;
	height: 600px;
}
#sideStrip {
	margin: 0px;
	padding: 0px;
	width: 46px;
	float: left;
	background-color: #abc7c7;
	height: 600px;
	clear: none;
}
#sideNavPanel {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #8cb3b3;
	height: 600px;
}
#sideBanner {
	padding: 0px;
	width: 169px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sideNav {
	padding: 0px;
	width: 169px;
	background-color: #8cb3b3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	float: left;
	width: 585px;
	background-color: #669999;
	margin: 0px;
	padding: 0px;
	height: 600px;
}
#mainContent  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #669999;
	color: #ABC7C7;
	line-height: 130%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
}
#mainNav {
	margin: 0px;
	width: 585px;
	background-color: #006699;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainPageMenuItem {
	width: 520px;
	padding-bottom: 6px;
	font-size: 12px;
}
.twoLine {
	display: block;
	height: 50px;
}
.mainPageMenuItem a {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/homePageMenu/backoff.gif);
	background-repeat: repeat-x;
	display: block;
}
.mainPageMenuItem a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/homePageMenu/backon.gif);
	background-repeat: repeat-x;
	display: block;
}
.mainPageMenuItem img {
	border: 1px solid #000;
}

