@charset "UTF-8";
body  {
	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: Helvetica, Geneva, Arial, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #CDCAC2;
	background-image: url(index_images/scroll_background.jpg);
	background-repeat: no-repeat;
	overflow: scroll;
	top: 10px;
	position: relative;
	left: auto;
	right: auto;
	background-position: center top;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #576D7A;
}

#graybar1 {
	height: 60px;
	width: 900px;
	background-color: #576D7A;
	top: 0px;
	position: relative;
}

#mhr {
	float: left;
	width: 780px;
}

#login a{
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #7B9DB1;
	text-decoration: none;
	float: right;
	width: 30px;
	padding-right: 10px;
	padding-top: 7px;
	top: 0px;
}

#login a:hover{
	color: #FFFFFF;
}

#graybar2 {
	height: 30px;
	width: 900px;
	top: 0px;
	background-color: #576D7A;
	position: relative;
	float: left;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
	z-index: 1000;
}

#sidebar1 {
	height: 325px;
	width: 179px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0e142e; /* the background color will be displayed for the length of the content in the column, but no further */
	top: 0px;
	position: relative;
	float: right;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px 5px;
	text-align: center;
	line-height: 18px;
	z-index: 1000;
}

.shield span{
	background-image: url(index_images/shield.gif);
	display: block;
	height: 90px;
	width: 64px;
	position: absolute;
	top: -50px;
	left: 63px;
	background-repeat: no-repeat;
}

#Content1 {
	background: #0e142e; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 325px;
	width: 711px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	top: 0px;
	position: relative;
	float: left;
} 

#sidebar2 {
	width: 179px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0e142e; /* the background color will be displayed for the length of the content in the column, but no further */
	top: 0px;
	position: relative;
	float: right;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px 5px;
	text-align: center;
	line-height: 18px;
	}

#Content2 {
	width: 711px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
} 

#address {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 1.2em;
	color: #576D7A;
	padding-top: 10px;
	padding-left: 20px;
} 


.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;
}