/* generic */

/* this fixes the page shift if firefox and gecko browsers by putting a veritcal scrollbar on every page whether it is short or long */
html { 
min-height: 100%; 
margin-bottom: 1px; }

body,td,div,span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 150%;
    }
	
	
body{
	background-image: url(test.jpg);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	color: #333;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height: 150%;
    }

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 150%;
    }

form, form img{
padding: 0;
margin: 0;
display: inline;
}

input, textarea{ 
font-family: verdana, sans-serif; 
font-size: 11px; } 


A:link {color:#023B0E; text-decoration: none; background-color: transparent}
A:visited {color:#023B0E; text-decoration: none; background-color: transparent}
A:hover {color:#c4996c; text-decoration: none; background-color: transparent}
A:active {color:#023B0E; text-decoration: none; background-color: transparent}


/* wrapper */

.bottomlinks A:link {text-decoration: none; font-size: 9px; color: #023B0E; background-color: transparent}
.bottomlinks A:visited {text-decoration: none; font-size: 9px; color: #023B0E; background-color: transparent}
.bottomlinks A:hover {text-decoration: none; font-size: 9px; color: #D00; background-color: transparent }
.bottomlinks A:active {text-decoration: none; font-size: 9px; color: #023B0E;  background-color: transparent}



.left_shadow{
	background-image: url(img/left_shad.gif);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #CBCBCB;
	color: #CBCBCB;
	line-height: normal;
	font-size: 2px;
}
.right_shadow{
	background-image: url(img/right_shad.gif);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #CBCBCB;
	color: #CBCBCB;
	line-height: normal;
	font-size: 2px;
}

.navBG{
background-image: url(/img/nav_grad.gif);
background-repeat: repeat-y;
background-color: #FFF;
color: #FFFFFF;
}

.topnavnew {
text-decoration: none; 
font-size: 10px; 
color: #666;
background-color: transparent;
}

.topnavnew A:link {text-decoration: none; font-size: 10px; color: #666; background-color: transparent;}
.topnavnew A:visited {text-decoration: none; font-size: 10px; color: #666; background-color: transparent;}
.topnavnew A:hover {text-decoration: none; font-size: 10px; color: #003399; background-color: transparent;}
.topnavnew A:active {text-decoration: none; font-size: 10px; color: #666; background-color: transparent;}


	font-weight: bold;
	color:#e1070a;	
	background-color: transparent;
}

.blackheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #000000;	
	background-color: transparent;
}

.blackheaderlg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	color: #000000;	
}

.tinycontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height: 150%;
	color: #333;
	background-color: transparent;
}

.tinycontentgray{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height: 150%;
	color: #333;
	background-color: transparent;
}

 li.padded {
 padding-bottom: 6px;
 }
 

