/* TEMPLATE: BASICS*/
body {    
background: #ffffff;	
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
PADDING-TOP: 0px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
font-size:  80%; 
line-height: 130%; 	
COLOR: #333333;  
font-family: Verdana, Arial, Helvetica, sans-serif

}

/* NON-MENU LINK COLORS */

a:link		{ color: #000066; text-decoration: none; }

a:visited	{ color: #000066; text-decoration: none; }

a:active	{ color: #000066; text-decoration: none; }

a:hover		{ color: #3300FF; text-decoration: none; }

p {    
font-size:  80%; 
line-height: 130%; 
margin-top: 10px;  
}

ul {   
margin-top: -10px; 
margin-bottom: 4px;
}

li {   
font-size:  80%; 
line-height: 130%;  
margin-top: 0px; 
margin-bottom: 0px;
}

dd {   
font-size:  80%; 
line-height: 130%;  
margin-top: 0px; 
margin-bottom: 0px;
}

.clear {font-size: 1px; height: 1px}


.red {    	
COLOR: #CC0000;
}

.green {    	
COLOR: #006600;
}

.dkblue {    	
COLOR: #181D82;
}

.blue {    	
COLOR: #102671;
}

.pad4{    
padding: 2px
}  

.pad8{    
padding: 4px
} 

.pad12{    
padding: 6px
} 

.pad20{    
padding: 20px
} 

a.navfooter {
text-decoration: none;
}
a.navfooter:Hover {
COLOR: #000000; 
font-weight: normal;
text-decoration: none
}

.footer-table{
 background: url(./images/footer.gif) repeat-y;
}

.content-table {
 background: url(./images/back_table.gif) repeat-y;
}
 
h1 {
COLOR: #181D82; 
font-family: Tahoma;
font-size:  110%; 
letter-spacing: 1px;
font-weight: bold; 
margin-top: 0px; 
margin-bottom: 0px;
} 

h2 {
font-size: 90%;
color: #333333;
line-height: 15px;
font-weight: bold;
margin-left: 0px; 
margin-top: 10px 
} 

h3 {
font-size: 90%;
color: #CC0000;
line-height: 15px;
font-weight: bold;
margin-left: 0px; 
margin-top: 10px 
} 

small {
font-size: 70%;
}

.sub-header {
font-size: 110%;
color: #996600;
line-height: 15px;
font-weight: bold;
font-style: italic;
margin-left: 0px; 
margin-top: 10px;
margin-bottom: 7px;
} 

.header-table{
font-size:  60%; 
text-transform: uppercase;
COLOR: #666666; 
font-weight: bold
} 

.text-table {
	FONT-SIZE: 80%;
}


.text-large {
	FONT-SIZE: 110%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

.text-medlarge {
	FONT-SIZE: 90%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

.text-medium {
	FONT-SIZE: 70%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

 
.text-small {
	FONT-SIZE: 60%;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

.text-small-red {
	FONT-SIZE: 70%;
	color: #ff0000;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 0px; 
	text-align: left
}

.white {    	
COLOR: #ffffff;
}

.black {    	
COLOR: #000000
}

orange2 {    	
COLOR: #FF9966
}

.background-yellow {
 background: #DFCC89;
}

.background-tan {
 background: #FAF8EF;
}
 
 .background-green {
 background: #006600;
}

.background-white {
 background: #ffffff;
}

.background-table-link{
 background: #ffffff;
 cursor: hand;
}


.background-table-link:hover{
 background: #eeeeee;
}

/* Side Menu Settings  */ 

a.menuside {
background-color: #006600;
color:#ffffff;
font-size: 70%;
font-weight: bold;
text-decoration: none; 
border-bottom: 1px solid #55908E;
border-left: 2px solid  #dddddd; 
border-top: 1px solid  #D0F1F0; 
border-right: 1px solid  #C0DDDC;   
padding-left: 10; 
padding-right: 0; 
padding-top: 5; 
padding-bottom: 0;
height: 35px;
display: block; 
} 

a.menuside:hover {
color:#666666;
text-decoration: none; 
background-color: #EDFCFC;

} 

/*IMAGES*/
img.GreyThickBorder {border-top: 1px solid #7D7640; border-bottom: 3px solid #7D7640; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px;}

img.GreyThickBorderLeft {border-top: 1px solid #7D7640; border-bottom: 3px solid #7D7640; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px; margin-left: 10px;}

img.GreyThickBorderRight {border-top: 1px solid #7D7640; border-bottom: 3px solid #7D7640; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px; margin-right: 10px;}

img.BlueThickBorder {border-top: 1px solid #003366; border-bottom: 3px solid #003366; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px;}

img.BlueThickBorderLeft {border-top: 1px solid #003366; border-bottom: 3px solid #003366; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px; margin-left: 10px;}

img.BlueThickBorderRight {border-top: 1px solid #003366; border-bottom: 3px solid #003366; background-color:#ffffff; padding-top: 2px; padding-bottom: 2px; margin-right: 10px;}

/* TABLE COLORS */

TABLE.ltgreen{background:#336699}
TABLE.LTGREEN{background:#336699}
TABLE.green{background:#006600}
TABLE.GREEN{background:#006600}
TABLE.blue{background:#102671}
TABLE.BLUE{background:#102671}
TABLE.ltorange{background:#FFCC99}
TABLE.LTORANGE{background:#FFCC99}
TD.green,TH.green,TR.green TD,TR.green TH,TABLE TR TD.green,TABLE TR TH.green{background:#006600;color:#FFF}
TD.blue,TH.blue,TR.blue TD,TR.blue TH,TABLE TR TD.blue,TABLE TR TH.blue{background:#102671;color:#FFF}
TD.red,TH.red,TR.red TD,TR.red TH,TABLE TR TD.red,TABLE TR TH.red{background:#CC0000;color:#FFF}
TD.ltorange,TH.ltorange,TR.ltorange TD,TR.ltorange TH,TABLE TR TD.ltorange,TABLE TR TH.ltorange{background:#FFCC99;color:#000}

