body {
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #005492;
	left: 0px;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#container {
	text-align: left;
	position: absolute;
	top: 104px;
	background: #FFF;
	width: 101%;
} 
#pop_container {
	text-align: left;
	top: 104px;
	background: #FFF;
	width: 101%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}


#header {
	background: #005492 repeat;
	padding: 0 10px 0 0px;
	position: absolute;
	width: 100%;
} 


#mainContent {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	position: relative;
	width: 1013px;
	left: 0px;
	top: 0px;
	background: url(images/contentbg.jpg) repeat-y left top;
} 

#sidebar1 {
	width: 236px; /* top and bottom padding create visual space within this div  */
	background: no-repeat left top;
	float: left;
}
#content {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	position: relative;
	width: 1013px;
	left: 0px;
	top: 0px;
	background: url(images/lbot.jpg) no-repeat left bottom;
}

#content_block {
	padding-left: 20px;
	width: 700px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding-right: 20px;

}
#content_pop {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background: #FFF;
	width: 580px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#005492;
	text-align: center;
	width: 100%;
	margin: 0px;
	float: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #80B2D3;

} 



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}
#printContent {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	position: relative;
	width: 871px;
	left: 0px;
	top: 0px;
}
#printheader {
	background: #005492 repeat;
	padding: 0 10px 0 0px;
	position: absolute;
	width: 100%;
}
#pcontent {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	position: relative;
	width: 871px;
	left: 0px;
	top: 0px;
}
#callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #005492;
	text-align: center;
	padding: 0px;
	border: 1px solid #FF6215;
	margin: 0px;
	width: 575px;
	height: 115px;
}

