﻿/* Generic Selectors */ 

body { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #000000; 
	background-color: #204B6D; 
}
 
h1 { 
	font-family: Verdana; 
	font-size: 12pt; 
	color: #204B6D;
	font-weight: bold;
} 

h2 { 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000; 
	border-bottom: 1px solid #C6EC8C; 
}

a {
	text-decoration:none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #003399;
	padding-bottom: 5px;
}

ol {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}

ul {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	line-height: 150%;
}

/**************** Pseudo classes ****************/ 

.searchbartext {
	font-family: Lucida Console;
	font-size: 9pt;
	color: #FFFFFF;
}

.sidebarheader {
	font-family: Lucida Console;
	font-size: 8pt;
	color: #000000;
}

.sidebarnav {
	font-family: "Verdana";
	font-size: 8pt;
	color: #000000;
}

.bodytext {
	font-family: Verdana; 
	font-size: 9pt; 
	color: #000000; 
}

.footer {
	font-family: "Verdana";
	font-size: 8pt;
	color: #FFFFFF;
}

.topnav {
	font-family: Lucida Console;
	font-size: 8pt;
	color: #FFFFFF;
}

.style1 {
	text-align: left;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	background-image: url('images/greentab-175w.jpg');
}
.style6 {
	background-image: url('images/greentab-200w.jpg');
}
.style7 {
	background-color: #060B10;
}
.style8 {
	text-align: center;
	background-image: url('images/sidbar-bkg.jpg');
}
.style9 {
	border-style: solid;
	border-width: 1px;
}
	.SYN_ROW {background:silver;}
	.SYN_TXT {border-left:1px solid;position:relative;left:4.5em;background:white;font-family:monospace;margin-right:4.5em;}
	.HTML_TXT {color:#000000;}
	.SYN_LNB {position:absolute;left:0;}
	.SYN_LNN {padding:0;color:black;border:0;text-align:right;width:3.5em;height:1em;font-family:monospace;background:transparent;cursor:default;font-size:100%;}
	.SYN_BCH {display:none;}
	.HTML_TAG {color:#0000ff;}
	.HTML_ELM {color:#800000;}
	.HTML_ATR {color:#ff0000;}
	.HTML_VAL {color:#0000ff;}
	.style10 {
	border-collapse: collapse;
}
.style11 {
	border-width: 0;
}


/************************* ID's *************************/ 
#searchbar {
	position: absolute;
	width: 475px;
	height: 25px;
	margin: 0;
	background-color: #003366;
	font-family: Lucida Console;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

#topright {
	position: absolute;
	width: 100%;
	height: 25px;
	margin: 0;
	background-color: #003366;
	font-family: Lucida Console;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}

#navigation { 
position: absolute; 
z-index: 10; 
width: 210px; 
height: 600px; 
margin: 0; 
margin-top: 50px; 
border-right: 1px solid #C6EC8C; 
font-weight: normal; 
} 
#centerDoc { 
position: absolute; 
z-index: 15; 
padding: 0 0 20px 235px; /*top right bottom left*/ 
margin-top: 50px; 
}