/* color 1: #007C97 */
/* color 2: #004061 */
/* color 3: #00AACF */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004061;
	background-color: #ECF4FF;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
    line-height:140%;
}



/* HEADER STYLES */
h1, h2, h3 {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
/*    line-height:100%;*/
}

h1 {
	font-size: 24px;
	color: #004061;
}

h2 {
	font-size: 15px;
	color: #007C97;
	margin-bottom:2px;
	padding-bottom:2px;
}

h3 {
	font-size: 12px;
	color: #004061;
	margin-bottom:2px;
	padding-bottom:0px;
}


.head {
	font-size: 16px;
	font-weight: bold;
	color: #004061;
	text-decoration: none;
	font-style: normal;
	text-transform: capitalize
}

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #007C97;
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}



/***** BODY STYLES *****/

p {
	margin: 0px;
	margin-bottom: 10px;
}

.bodytext, .bodytext-bold, .bodytext-small, .bodytext-smallred {
	line-height: 140%;
}

.bodytext, .bodytext-bold, textarea {
	font-size: 12px;
	color: #004061;
	margin-bottom: 4px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.bodytext-bold {
	font-weight: bold;
}

.bodytext-small {
	font-size: 9px;
	font-weight: normal;
	color: #004061;
	text-decoration: none;
	font-style: normal;
}

.bodytext-smallred {
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
}

.copyright {
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
}



/* LIST STYLES */

ol {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

li {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	line-height: 160%;
}



/* LINK STYLES */

a:link {
	color: #007C97;
	text-decoration: none;
}

a:visited {  
	color: #007C97;
	text-decoration: none; 
}

a:hover {  
	color: #004061; 
	text-decoration: none
}



/* TABLE STYLES */

div.main
{
	padding:5px;
	width:100%;
	vertical-align:top;
	background-color:#f3ffff;	
	height:100%
}

.tableborder {
	font-size: 12px;
	color: #CCCCCC;
	border: 1px solid #cccccc;
}

.tableborderLEFTRIGHT {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}

.tableborderRIGHT {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
}

.tableBOTTOM {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

.tableTOP {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.tableFOOTLINE {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}



/* SPECIALS STYLES */

.special1 {
	font-size: 24px;
	font-weight: bold;
	color: #007C97;
}

.special2 {
	font-size: 18px;
	font-weight: bold;
	color: #004061;
}

.special1small {
	font-size: 14px;
	font-weight: bold;
	color: #007C97;
}



/* NAV STYLES */

table.nav 
{
	background-color: #007C97;
	width:170px;
	text-align:left;
	height:100%;
}

.navbar-inactive {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #007C97;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.navbar {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007C97;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: table-cell;
}

.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #000099;
}

.navbarBOTTOM {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007c97;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.navbarBOTTOM  a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navbarBOTTOM  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbarBOTTOM  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #02416F;
}

.navbarTOP {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.navbarTOP a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: table-cell;
}

.navbarTOP a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbarTOP a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #000099;
}

.nav2 {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004061;
/*	border-top-width: 1px;*/
	border-bottom-width: 1px;
/*	border-top-style: solid;*/
	border-bottom-style: solid;
/*	border-top-color: #CCCCCC;*/
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.nav2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.nav2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #02416F;
}

.nav2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* SUBNAV STYLES */

.subnavbarBOTTOM {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00AACF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3pt;
}

.subnavbarBOTTOM  a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.subnavbarBOTTOM  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.subnavbarBOTTOM  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: list-item;
	line-height: 26px;
	background-color: #0086C6;
}

