html {
	min-height: 100%;
	height: auto;
}
body {
	margin: 0;
	background-color: #2989CE;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
table, td {
	border-collapse: collapse;
}
div#container {
	margin: 0 auto 20px;
	width: 800px;
	padding-bottom: 10px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 88px;
	overflow: hidden;
	margin: 0;
}
div#mainMenu {
	background-color: #207192;
	padding: 0;
	padding-left: 299px;
	height: 35px;
	margin: 0 auto;
}
div#mainMenu a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 8px 0 8px;
	white-space: nowrap;
	margin: 0;
}
div#mainMenu a:hover, div#mainMenu a.active {
	background-image: url(images/arrowtop.gif);
	background-repeat: no-repeat;
	background-position: top center;
	color: #A6E9F9;
}
div#subMenu {
	background-color: #A6E9F9;
	background-image: url(images/submenubg.gif);
	background-repeat: repeat-x;
	height: 23px;
	padding: 0;
	padding-left: 160px;
}
div#subMenu a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #207192;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
}
div#subMenu a:hover, div#subMenu a.active {
	background-image: url(images/arrowbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #1A2629;
}
div#main {
	background-color: #ffffff;
	height: 480px;
}
div#content {
	height: 450px;
	margin: 20px auto;
	padding: 0 30px;
	border-left: dashed #939393 1px;
	text-align: left;
	color: #000000;
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	overflow: auto;
}
div#content h1 {
	color: #207192;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
div#content h2 {
	color: #207192;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	clear: both;
}
div#content p {
	color: #000000;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}
div#content ul {
	color: #000000;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	clear: both;
	margin: 0 0 0 30px;
	padding: 2px 0 0 0;
}
div#content hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #888888;
	margin: 10px 0;
	clear: both;
}
div#content p img {
	margin: 8px 8px 0 0;
	float: left;
}
div#footer {
	background-color: #FFFFFF;
	font-size: 11px;
	padding-left: 66px;
	height: 8px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
}
img {
	border: 0;
}
a {
	color: #000000;
	font-weight: bold; 
}

a:hover { 
	color: #0000FF;
	font-weight: bold;
}
