@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #086c8c;
	font-family: Helvetica, Sans-Serif;
	font-size: 14px;
	color: #00207c;
	line-height: 22px;	
}

.small {
font-size: 12px;
}


#header {
	background: #086c8c;
	padding-top: 20px;
	height: 115px;
}

.wrapper {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}

#main {
	width: 100%;
	background-color:#fff;
	padding-top: 20px;
}

/* FOOTER */
#footer {
	height:115px;
	background-image: url(../images/BottomFooter.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	padding-top: 10px;
	font-size: 16px;
}

#lfooter {
width: 200px;
float: left;
}


#rfooter {
width: 200px;
float:right;
}

#rfooter a {
	color: #FFFFFF;
	text-decoration: underline;
}

#rfooter a:hover {
	color: #62CCEE;
	text-decoration: none;
}

/* MENU */
ul#navMenu
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navMenu li
{
display: inline;
list-style-type: none;
}

#navMenu a {
padding: 3px 5px;
}

#navMenu a:link, #navMenu a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navMenu a:hover
{
	color: #62CCEE;
	text-decoration: none;
}#navcontainer {
	float: right;
	margin-top: 45px;
}


#logo {
	float: left;
}

.clr {
	clear: both;
}

/* HEADERS */

h1 {
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 30px;
}
h3 {
	padding: 5px 5px 5px 10px;
	text-transform: capitalize;
}
h4 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

/* MAIN CONTENT */

#mainText p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainText a {
	color: #333333;
	font-weight: bold;
}

#mainText a:hover {
text-decoration: none;
}
#mainImage {
	float: left;
	padding: 10px;
	border: 1px solid #62CCEE;
	background-color: #086C8C;
}
#mainText {
	width: 410px;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: left;
}
#mainText ul {
	margin-left: 20px;
	padding-left: 20px;
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	padding-right: 5px;
}
#mainText li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#mainText ol {
	padding-left: 25px;
	padding-right: 10px;
}
/* INTERIOR PAGES */

#intImage {
	width: 25%;
	float: left;
}
#intText {
	width: 70%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #086C8C;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
}

#intText p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#intText a {
	color: #333333;
	font-weight: bold;
}
#intText a:hover {
text-decoration: none;
}
#intImage {
	float: left;
	margin-right: 20px;
}
#intText ul {
	margin-left: 20px;
	padding-left: 20px;
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	padding-right: 5px;
}
#intText li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#intText ol {
	padding-left: 25px;
	padding-right: 10px;
}

#intTOC {
	float: left;
	width: 20%;
	font-size: 12px;
}

#intTOC a {
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
}
#intTOC a:hover {
	text-decoration: none;
}
