body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #F3F3F3;
}

#OuterContainer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#container {
	position: absolute;
	margin-left: -462px;
	top: -140px;
	left: 50%;
	height: 280px;
	min-height: 280px;
	width: 924px;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left;
}

#sidebar1 {
	float: right;
	width: 232px;
	background: #193c51;
	background-image: url(images/menu2.png);
	min-height: 280px;
	height: 280px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#sidebar1 h3, .Maincontainer #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

#mainContent {
	margin: 0 0em 0 0px;
}

#sidebar1 ul{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#sidebar1 li{
	list-style-type: none;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}

#WebmailLink {
	float: right;
	padding-right: 55px;
	color: #083c6c;
	font-weight: bold;
}

#WebmailLink a {
	color: #083c6c;
	text-decoration: none;
}

#WebmailLink a:hover {
	color: #000;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.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;
}

