@charset "utf-8";
/* CSS Document */

img, div, a, input { behavior: url(/css/resources/iepngfix.htc) }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e4f3ff;
	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;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/optimum-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 1297px;
}
#logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	height: 100%;
	width: 1297px;
}
#menuon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/button-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 0px 0px;
	height: 31px;
	width: 187px;
	overflow: show;
}
#menuoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #203063;
	background-image: url(../images/button-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 0px 0px;
	height: 31px;
	width: 187px;
	overflow: hidden;
}
#leftcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #297FC2;
}
#rightcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}#dropshadow {
	background-repeat: no-repeat;
	background-position: left top;
	height: 383px;
	width: 791px;
}
