<!--
body {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 15px;
	color: #000000; 
	background-color: #009EDA;
	margin: 0px;
	padding: 0px; 
	}

p { 
	font-size: 12px; 
	line-height: 15px;
	margin: 0px 0px 0px 0px; 
	}

h1 { 
	font-size: 14px; 
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; 
	}

h2 { 
	font-size: 12px; 
	line-height: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;  
	}

h3 { 
	font-size: 12px; 
	line-height: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;  
	}

h4 { 
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;  
	}

h5 { 
	font-size: 10px; 
	line-height: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;  
	}

a { 
	color: #00457F; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:link {  
	color: #00457F; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:visited { 
	color: #00457F; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:active { 
	color: #F7931D; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:hover {  
	color: #F7931D; 
	background-color: transparent; 
	text-decoration: underline; 
	}

form {
	margin: 0px;
	}

input {
	margin: 0px;
	}

b { 
	font-weight: bold;
	}

strong { 
	font-weight: bold;
	}

i { 
	font-style: italic;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ol ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

li {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	}

span.upper {
	text-transform: uppercase;
	}

img.right {
	float: right;
	margin: 3px 0px 6px 8px;
	}

img.left {
	float: left;
	margin: 3px 10px 6px 0px;
	}

/* PAGE BACKGROUND STYLES */

div.alignment {
	text-align: center;
	width: 740px;
	margin: 0px auto 0px auto;
		}

div.container {
	width: 740px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bkg_container.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	}

div.containerbtm {
	width: 740px;
	color: #000000;
	background-color: transparent;
	background-image: url(../images/bkg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

div.page {
	width: 740px;
	color: #000000;
	background-color: transparent;
	background-image: url(../images/bkg_page.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

div.contentarea {
	width: 740px;
	color: #000000;
	background-color: transparent;
	background-image: url(../images/bkg_ct_top.gif);
	background-repeat: no-repeat;
	background-position: 228px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

/* HEADER STYLES */
	
div.header {
	width: 740px;
	height: 135px;
	color: #000000;
	background-color: #009EDA;
	background-image: url(../images/bkg_header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}

div.logo {
	width: 435px;
	height: 95px;
	color: #000000;
	background-color: transparent;
	margin: 0px 0px 0px 135px;
	padding: 0px;
	}

div.nav {
	width: 680px;
	height: 25px;
	color: #000000;
	background-color: transparent;
	margin: 0px 30px 15px 30px;
	padding: 0px;
	}

/* CONTENT STYLES */

div.content {
	width: 740px;
	color: #000000;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

div.intro {
	width: 531px;
	height: 264px;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px 0px 35px 0px;
	padding: 0px;
	}

div.pagetext {
	width: 350px;
	color: #00457F;
	background-color: transparent;
	margin: 0px 0px 0px 170px;
	padding: 0px;
	}

div.pagetext p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-indent: 18px;
	color: #00457F;
	background-color: transparent;
	margin: 0px 0px 14px 2px;
	}

div.pagetext p.subhead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-indent: 0px;
	color: #00457F;
	background-color: transparent;
	margin: 0px 0px 3px 0px;
	}

div.pagetext p.precon {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-indent: 0px;
	color: #00457F;
	background-color: transparent;
	margin: 0px 0px 14px 2px;
	}

div.pagetext p.precon img {
	float: left;
	margin: 3px 5px 0px 0px;
	}

div.pagetext p.precon a { 
	color: #F7931D; 
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent; 
	text-decoration: none; 
	}

div.pagetext p.precon a:link {  
	color: #F7931D; 
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent; 
	text-decoration: none; 
	}

div.pagetext p.precon a:visited { 
	color: #F7931D; 
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent; 
	text-decoration: none; 
	}

div.pagetext p.precon a:active { 
	color: #00457F; 
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent; 
	text-decoration: none; 
	}

div.pagetext p.precon a:hover {  
	font-weight: bold;
	color: #00457F; 
	text-transform: uppercase;
	background-color: transparent; 
	text-decoration: none; 
	}

div.pagetext h1 {
	color: #00457F;
	background-color: transparent;
	margin: 0px 20px 16px 12px;
	}

div.pagetext h2 {
	color: #00457F;
	background-color: transparent;
	margin: 0px 20px 16px 12px;
	}

div.pagetext h3 {
	color: #00457F;
	background-color: transparent;
	margin: 0px 40px 3px 12px;
	}

div.pagetext h4 {
	font-weight: normal;
	color: #00457F;
	background-color: transparent;
	margin: 0px 20px 3px 12px;
	}

div.pagetext h5 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #00457F;
	background-color: transparent;
	margin: -5px 20px 14px 12px;
	}

div.pagetext ul { 
	color: #00457F; 
	background-color: transparent; 
	margin: 0px 40px 16px 36px;
	}

div.pagetext li { 
	margin: 0px 0px 8px 0px; 
	} 

div.pagetext ul li ul { 
	color: #00457F; 
	background-color: transparent; 
	margin: 6px 25px 8px 25px;
	}

div.pagetext ol {
	color: #00457F;
	background-color: transparent;
	margin: 0px 40px 16px 40px;
	}

div.pagetext ol li { 
	margin: 0px 0px 8px 0px; 
	} 

div.pagetext ol li ul { 
	color: #00457F; 
	background-color: transparent; 
	margin: 10px 35px 15px 25px;
	}



/* SIDE BAR STYLES */

div.leftmenu {
	width: 209px;
	color: #000000;
	background-color: transparent;
	margin: 28px 0px 25px 0px;
	padding: 0px;
	}

div.address {
	bottom: 0px;
	width: 200px;
	color: #FFFFFF;
	background-color: transparent;
	margin: 0px 0px 6px 9px;
	}

div.address p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	margin: 0px 0px 12px 0px;
	}

div.address a { 
	color: #FFFFFF; 
	background-color: transparent; 
	text-decoration: none; 
	}

div.address a:link {  
	color: #FFFFFF; 
	background-color: transparent; 
	text-decoration: none; 
	}

div.address a:visited { 
	color: #FFFFFF; 
	background-color: transparent; 
	text-decoration: none; 
	}

div.address a:active { 
	color: #F7931D; 
	background-color: transparent; 
	text-decoration: underline; 
	}

div.address a:hover {  
	color: #F7931D; 
	background-color: transparent; 
	text-decoration: underline; 
	}

/* FOOTER STYLES */

div.footer {
	width: 740px;
	color: #00457F;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 22px 0px 25px 0px;
	}

div.footer p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	}

div.footer a { 
	color: #00457F;
	background-color: transparent; 
	text-decoration: none; 
	}

div.footer a:link {  
	letter-spacing: 1px;
	color: #00457F;
	background-color: transparent; 
	text-decoration: none; 
	}

div.footer a:visited { 
	letter-spacing: 1px;
	color: #00457F;
	background-color: transparent; 
	text-decoration: none; 
	}

div.footer a:active { 
	letter-spacing: 1px;
	color: #F7931D;
	background-color: transparent; 
	text-decoration: underline; 
	}

div.footer a:hover {  
	letter-spacing: 1px;
	color: #F7931D;
	background-color: transparent; 
	text-decoration: underline; 
	}

	-->