@charset "utf-8";
/* CSS Document */

html { overflow: scroll; overflow-y: scroll; overflow-x: auto; }

/* body {margin: 0px; font-family: "Helvetica Neue", "Lucida Grande", "Century Gothic", "Trebuchet MS", Georgia, Helvetica, Verdana, Arial, sans-serif;} */

body { font-family: verdana, helvetica, arial, sans serif; font-size: 13px;  background-color: #014f6a;}

a.noline:link 		{ text-decoration: none; } 
a.noline:visited	{ text-decoration: none; } 
a.noline:hover 	{ text-decoration: underline } 

a.footernav:link 	{ text-decoration: none; font-size: 11px; font-weight: bold; font-family: arial, helvetica, sans serif; } 
a.footernav:visited { text-decoration: none; font-size: 11px; font-weight: bold; font-family: arial, helvetica, sans serif; } 
a.footernav:hover 	{ text-decoration: underline } 

a.admin:link 	{ font-size: 12px; color: #000000; } 
a.admin:visited { font-size: 12px; color: #000000; } 
a.admin:hover 	{ color: #34b1df; } 

.justify	{ text-align:justify;} 

img {border-color: #000000;} 
iframe {border-style:solid;border-width:2px;}

fieldset {padding: 20px;}

h1 { font-size: 20px; } 
h2 { font-size: 18px;  } 
h3 { font-size: 16px;  } 
h1, h2, h3 { font-weight: bolder; margin: 0px; padding: 0px;} 

ol				{ list-style-type: decimal; }
ol.upperroman 	{ list-style-type:upper-roman; }
ol.lowerroman 	{ list-style-type:lower-roman; }
ol.upperalpha 	{ list-style-type:upper-alpha; }
ol.loweralpha 	{ list-style-type:lower-alpha; }

hr { border: 0;  height: 2px; color: #000000; background-color: #000000; }

b, .bold		{ font-weight: 900; } 

.colorbold		{ font-size: 12px; font-weight: 900; color: #3F521B; } 

.yellow			{ color: #fff206; } 
.blue			{ color: #34b1df; } 
.red			{ color: #ed1c24; } 
.gray			{ color: #666666; } 
.white			{ color: #ffffff; } 
.black			{ color: #000000; } 

.header 		{ font-size: 18px; font-weight: 900; color: #014f6a; } 

.titlebar		{ font-size: 14px; font-weight: 900; color: #ffffff; background-color: #000000; } 

.subtitlebar	{ font-size: 11px; font-weight: 900; color: #231f20; background-color: #000000; } 

.whitesmall 	{ font-size: 9px;  font-weight: 400; color: #ffffff; } 

.footer 		{ font-size: 10px; font-weight: 900; color: #cccccc; } 

.evenRow 	{ background-color: #CFCFCF;} 
.evenRow:hover 	{ background-color: #ffffff; cursor: pointer;} 
.oddRow 	{ background-color: #dddddd;} 
.oddRow:hover	{ background-color: #ffffff; cursor: pointer;} 
.show_evenRow 	{ background-color: #31a9d5;} 
.show_evenRow:hover 	{ background-color: #8ccce8; cursor: pointer;} 
.show_oddRow 	{ background-color: #49b9eb;} 
.show_oddRow:hover	{ background-color: #8ccce8; cursor: pointer; } 

.text_shadow_maroon	{ text-shadow: 0.1em 0.1em 0.2em #9C6A6F; }

.huge_text		{ font-size: 18px; } 
.lrg_text		{ font-size: 15px; } 
.med_text		{ font-size: 13px; } 
.sm_text		{ font-size: 11px; } 
.tiny_text		{ font-size: 10px; } 

.copy 		{ padding: 10px 20px 0px 20px; } 
.lftpad 	{ padding: 0px 0px 0px 30px; } 
.lrglftpad	{ padding: 0px 0px 0px 50px; } 
.rtpad 		{ padding: 0px 20px 0px 0px; } 
.lrgrtpad 	{ padding: 0px 55px 0px 0px; } 
.lftrtpad 	{ padding: 0px 20px 0px 25px; } 

.imgBG 	{ background-image: url(../images/hm_newsBG.gif); background-repeat: no-repeat;   } 
