/***********************
Color info:
#A6C29C = light green (from logo)
#026A6F = blue green (from logo)
#F4D791 = gold (from logo)
#07255B = navy
************************/

/************************ 
  General styles
************************/

body {  background-color: #FFFFF;
	FONT-FAMILY: Arial, Helvetica, Geneva, Verdana, sans-serif;
	FONT-SIZE: 16px;
}
			
A { color:#026A6F;
    text-decoration : none;
    font-weight: bold;
}

A:VISITED {font-style: italic;}

A:HOVER {text-decoration : underline;}

A:ACTIVE { text-decoration : underline;
}	
			
div.nav { background-image:url("/images/navtri250.jpg");
	  background-repeat:no-repeat;
	  height:450px;
	  width: 250px;
}

hr.gold {
	color: #F4D791;
	background-color: #F4D791;
	height: 1px;
	border: 0;
}
	
hr.blue {
	color: #07255B;
	background-color: #07255B;
	height: 1px;
	border: 0;
}

hr.green {
	color: #026A6F;
	background-color: #026A6F;
	height: 1px;
	border: 0;
}

img.more {
	border-width: 1;
	border-style: solid;
	border-color: #F4D791;
}


td.mainheader {
	font-size: 20px;
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	border-width: 1;
	border-style: solid;
	border-color: #F4D791;
	background-color: #FFFFFF;
}

td.module {
	border-width: 1;
	border-style: solid;
	border-color: #F4D791;
}

.submodule {
	border-width: 1;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 9px;
}

td.moduleheader {
	font-size: 14px;
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

.submoduleheader {
	font-size: 16px;
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #000000;
}


.whiteheader {
	font-size: 10px;
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
}

.blueheader {
	font-size: 16px;
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #07255B;
}

.text {
	font-size: 10px;   /* Same as 8pt*/
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #000000;
}

.H1 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #F4D791;
}

.H2 {
	font-size: 13px;
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #F4D791;
}

.H3 {
	font-size: 11px;
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #F4D791;
}

.H4 {
	font-size: 9px; /* Same as 7pt*/
	font-weight: bold;
	font-family : Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFFFFF
}


.subtext {
	font-size: 10px;   /* Same as 8pt*/
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
}

td.borderR {
	border-right : 1px solid #000000;
}

td.borderRB {
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

td.borderB {
	border-bottom: 1px solid #FFFFFF;
}

td.borderT {
	border-top: 2px solid #07255B;
}


.sitemap1 {
	margin-left: 10px;
}

.sitemap2 {
	margin-left: 20px;
}

.sitemap3 {
	margin-left: 30px;
}

.hspace1 {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.hspace3 {
	height: 3px;
	font-size: 3px;
	line-height: 3px;
}

.hspace5 {
	height: 5px;
	font-size: 5px;
	line-height: 5px;
}

.hspace10 {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}


.wspace1 {
	width: 1px;
	font-size: 1px;
	line-height: 0px;
}

.wspace3 {
	width: 3px;
	font-size: 3px;
	line-height: 0px;
}

.wspace5 {
	width: 5px;
	font-size: 5px;
	line-height: 0px;
}

.wspace10 {
	width: 10px;
	font-size: 10px;
	line-height: 0px;
}

			
/**************************************
    Navigator styles
**************************************/

.Nav, a:VISITED.Nav {
	color: #F4D791;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-decoration: none;
	font-style: normal;
}
		
.NavOn, a:VISITED.NavOn, a:ACTIVE.NavOn, a:ACTIVE.Nav, a:HOVER.Nav {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}

/************************ 
  Footer styles
************************/

a.footer, a:visited.footer {
	font-size: 12px; /* Same as 7pt*/
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFCC99;
	text-decoration : none;
}

a:hover.footer {
	font-size: 12px; /* Same as 7pt*/
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration : underline;
}

td.footer1 {
	font-size: 14px;
        font-weight: bold;
	color: #07255B;
}

td.footer2 {
       font-size: 10px;
       color: #07255B;
}
