/* import styles for smarter browsers */
@import "sub-plus.css";	

/* ------------------------- Content Positioning ------------------------- */


	
/*#frame {
	width: 750px; 
	background: url(../gifs/bgmenu_2.gif) #FFFFFF repeat-x 0px 88px;
	margin: 0 auto;
	}

DIV.col1 {
	float: left;
	width: 161px;
}

DIV.col2 {
	width: 421px;
	float: left;
	}
DIV.col2 P,LI,H1,H2,H3,H4,H5 {
	padding-right: 14px;
	}
		
DIV.col3 {
	width: 168px;
	float: left!
	important;
	}
	
.footer {
	clear: both;
	}
	
DIV.submenuposition{
	margin-top: 55px;
	}
	
#printlogo {
	display: none;
	}
	
DIV.submenuposition Table Table {
	border-left: 1px solid #F6CC8D;
	border-bottom: 1px solid #F6CC8D;
	}	
*/
/* ------------------------- Text Attributes ------------------------- */

H2 {
	color: #F39D1D;
	}
	
H3 {
	color: #F39D1D;
	border-bottom: 1px solid #F39D1D;
	}
	
H4 {
	color: #F39D1D;
	}
	
H5 {
	color: #666666;
	}					

p.introtext {
	/*color: #666666;*/
	color: #000000;
	}
p.introtext a:link {
	color: #617D34;
	}	
p.introtext a:visited {
	color: #617D34;
	}	
p.introtext a:hover {
	color: #F39D1D;
	}		
p.introtext a:active {
	color: #617D34;
	}

p {
	/*color: #666666;*/
	color: #000000;
	}
p a:link {
	color: #617D34;
	}	
p a:visited {
	color: #617D34;
	}	
p a:hover {
	color: #F39D1D;
	}		
p a:active {
	color: #617D34;
	}

p.footertext {
	/*color: #666666;*/
	color: #000000;
	}
p.footertext a:link {
	color: #617D34;
	}	
p.footertext a:visited {
	color: #617D34;
	}	
p.footertext a:hover {
	color: #F39D1D;
	}		
p.footertext a:active {
	color: #617D34;
	}
	
li {
	/*color: #666666;*/
	color: #000000;
	}
li a:link {
	color: #617D34;
	}	
li a:visited {
	color: #617D34;
	}	
li a:hover {
	color: #F39D1D;
	}		
li a:active {
	color: #617D34;
	}	
	
/* --------------- FIRST LEVEL SUB-NAVIGATION (SIDE MENU)  --------------- */

TD.level1 P, TD.level1on P {
	}
TD.level1 P A, TD.level1on P A {
	}
	
/* Idle */
TD.level1 P A:link {
	}
TD.level1 P A:visited {
	}
TD.level1 P A:hover {
	color: #F39D1D;
	}
TD.level1 P A:active {
	}

/* On */

TD.level1on {
	border-right: 5px solid #F39D1D;
	}
TD.level1on P A:link {
	color: #F39D1D;
	}
TD.level1on P A:visited {
	color: #F39D1D;
	}
TD.level1on P A:hover {
	color: #F39D1D;
	}
TD.level1on P A:active {
	color: #F39D1D;
	}	

/* --------------- SECOND LEVEL SUB-NAVIGATION (SIDE MENU)  --------------- */

TD.level2 P, TD.level2on P {
	border-right: 5px solid #F6CC8D;
	background: #FFF7EC;
	}
TD.level2 P A, TD.level2on P A {
	}
	
/* Idle */
TD.level2 P A:link {
	}
TD.level2 P A:visited {
	}
TD.level2 P A:hover {
	color: #F39D1D;
	}
TD.level2 P A:active {
	}

/* On */

TD.level2on {
	font-weight: bold;
	}
TD.level2on P A:link {
	color: #F39D1D;
	font-weight: bold;
	}
TD.level2on P A:visited {
	color: #F39D1D;
	font-weight: bold;
	}
TD.level2on P A:hover {
	color: #F39D1D;
	font-weight: bold;
	}
TD.level2on P A:active {
	color: #F39D1D;
	font-weight: bold;
	}	


/* --------------- GI Table  --------------- */
	
.gi th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #666;
	}
.gi td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*color: #666666;*/
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	}	
.gi td a {
	display: block;
	cursor: hand;
	width: 100%;
	}		
.gi td A:link {
	/*color: #666666;*/
	color: #000000;
	text-decoration: none;
	}
.gi td A:visited {
	/*color: #666666;*/
color: #000000;
	text-decoration: none;
	}
.gi td A:hover {
	color: #F39D1D;
	text-decoration: none;
	}
.gi td A:active {
	/*color: #666666;*/
	color: #000000;
	text-decoration: none;
	}	
	
.gi tr.level1 td {
	color: #FFF;
	background-color: #666;
	}	
	
.gi tr.level2 td {
	color: #999;
	background-color: #ccc;
	border-top: 1px solid #eee;
	}	
.gi tr.level3 td {
	color: #999;
	border-top: 1px solid #ccc;
	background-color: #eee;
	}	
.gi tr.level3 {
	border-bottom: 1px solid #eee;
	background-color: #eee;
	}		
.gi tr.level4 td {
	border-top: 1px solid #ccc;
	}		
.gi tr.level4 td {
	}			
	
	
/* --------------- ONLY WHEN PRINTING  --------------- */

@media print 
	{
#printlogo {
	display: block;
	margin-bottom: 10px;
	}	
DIV.header {
	display: none;
	}	
DIV.footer {
	display: none;
	}
DIV.col1 {
	display: none;
	}	
DIV.col2 {	
	margin: 0 auto;
	width: 630px;
	}			
DIV.col3 {
	display: none;
	}		
h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 19pt;
	text-indent: 0em;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px -40px 0px;
	overflow: visible; 
	color: #666;
	font-weight: normal;
	}
H2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	line-height: 18pt;
	color: #000;
	}
	
H3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
	}
	
H4 {
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #000;
	font-weight: bold;
	}			

p.introtext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	line-height: 18pt;
	color: #666;
	font-weight: normal;
	}	
	
p, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #666;
	}
p.small {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #666;
	}
DIV#menu1 {
	display: none;
	}

DIV#menu2 {
	display: none;
	}

DIV#menu3 {
	display: none;
	}

DIV#menu4 {
	display: none;
	}

DIV#menu5 {
	display: none;
	}

DIV#menu6 {
	display: none;
	}

DIV#menu7 {
	display: none;
	}

DIV#menu8 {
	display: none;
	}
	
DIV#menu9 {
	display: none;
	}			
		
}	

