body, html {
	background-image: url(images/bg_top_1px.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;

}


a:link {
	color: #006892;
	text-decoration: none;
}
a:visited {
	color: #006892;
	text-decoration: none;
}
a:hover {
	color: #006892;
	text-decoration: underline;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	padding-left: 20px;
}


.container {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
}


.header {
	width: 864px;
	height:149px;
	background-image: url(images/mock_head.jpg);
	background-repeat: no-repeat;
}


.bodyContainer {
	width: 864px;
	height: 460px;
	margin-top: 30px;
	margin-bottom: 30px;

}


.leftColumn {
	float: left;
	width: 180px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: #d5d5d5 1px solid;
	border-right: #d5d5d5 1px solid;
	background-color: #ffffff;
}


.ul_leftColumn {
	margin-left: -2em;
	color: #006892;
	font-size: 11px;
	line-height: 200%	
}




.rightColumn {
	float: right;
	width: 676px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}


.topNavigation {
	width: 270px;
	height: 16px;
	position:relative;
	left: 2px;
	top: 129px;
	background-color: #006892;	
}


.topNavigationText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: 20%;
}


.leftNavigation {
	width: 160px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #006892;
	text-align: right;
	border-bottom: #d5d5d5 2px dotted;
	margin-left: 10px;
	padding-top: 5px;
}


h1.leftColumnHeading {
	font-family: times, times new roman, serif;
	font-size: 19px;
	font-weight: bold;
	color: #70cc42;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.rightColumnHeading {
	font-family: times, times new roman, serif;
	font-size: 22px;
	font-weight: bold;
	color: #006892;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.flashBanner {
	width: 671px;
	height: 204px;
	position:relative;
	left: 2px;
	top: 0px;
}


img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.blueBar {
	width: 100%;
	height: 20px;
	background-color: #94c0d8;
	margin-left: auto;
	margin-right: auto;
}


.footer {
	width: 864px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
