body {
	/* scrollbar-highlight-color: scrollbar-3dlight-color: scrollbar-darkshadow-color: scrollbar-track-color: */
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	color : black;
	scrollbar-arrow-color : White;
	scrollbar-face-color : #18304B;
	scrollbar-shadow-color : White;
	background-repeat: repeat-x;
}
html{
    overflow-y: scroll;
}
h1, h2, h3{
    color : #18304B;
}
h4, h5, h6{
    color : #661504;
}
h1{
	font-size: 20px;
}
h2{
    font-size: 16px;
}
h3{
    font-size: 14px;
}
h4{
	font-size : 12px;	
}

hr{
	height : 1pt;
	color: #661504;
}

p, textarea, input, select, span, table, td {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
}

.copyright{
	color : #9E9C9C;
	font-size : 11px;
}

.copyright a:link {
	color : #9E9C9C;
	text-decoration : underline;
}

.copyright a:visited {
	color : #9E9C9C;
	text-decoration : underline;
}

.copyright a:hover {
	color : #9E9C9C;
	text-decoration : none;
}

.copyright a:active {
	text-decoration : underline;
	color : #9E9C9C;
}

.header a:link {
	color : black;
	font-weight : bold;
	text-decoration : underline;
}

.header a:visited {
	color : black;
	font-weight : bold;
	text-decoration : underline;
}

.header a:hover {
	color :black;
	font-weight : bold;
	text-decoration : none;
}

.header a:active {
	color : black;
	font-weight : bold;
	text-decoration : underline;
}

.header {
	color : black;
	font-size: 16px;
	font-weight : bold;
}
.leftnav{
	color : #D2A758;
	font-size : 12 px;
}

.leftnav a:link {
	color : #D2A758;
	text-decoration : underline;
}

.leftnav a:visited {
	color : #D2A758;
	text-decoration : underline;
}

.leftnav a:hover {
	color : #D2A758;
	text-decoration : none;
}

.leftnav a:active {
	color : #D2A758;
	text-decoration : underline;
}

a:link {
	color : #18304B;
	text-decoration : underline;
}

a:visited {
	color : #18304B;
	text-decoration : underline;
}

a:hover {
	color : #18304B;
	text-decoration : none;
}

a:active {
	color :#18304B;
	text-decoration : underline;
}
.pHeader{
	color: #18304B;
	font-size: 18px;
	font-weight: bold;
}
.pHeader2{
	color: #18304B;
	font-weight: bold;
}
.bluetext{
	color: #00237E;
	font-size: 14px;
}

.rightNav{
	color : #FFFFFF;
	font-size : 12 px;
	padding-left:7px;
}

.rightNav a:link {
	color : #FFFFFF;
	text-decoration : underline;
}

.rightNav a:visited {
	color : #FFFFFF;
	text-decoration : underline;
}

.rightNav a:hover {
	color : #FFFFFF;
	text-decoration : none;
}

.rightNav a:active {
	color : #FFFFFF;
	text-decoration : underline;
}

/* Left Nav Buttons

.leftnav_btn{
	padding-left: 30px; 
	font-size:12px;
	color: #f9efde;
	text-decoration : none;
	font-weight: normal;
	background-image: url(../images/btn_bkg.png);
}
.leftnav_btn a:link {
	color : #f9efde;
	font-size:12px;
	text-decoration : none;
	font-weight: bold;
}

.leftnav_btn a:visited {
	color : #f9efde;
	font-size:12px;
	text-decoration : none;
	font-weight: bold;
}

.leftnav_btn a:hover {
	color : #f9efde;
	font-size:12px;
	text-decoration : underline;
	font-weight: bold;
}

.leftnav_btn a:active {
	color :#f9efde;
	font-size:12px;
	text-decoration : none;
	font-weight: bold;
}
.leftnav_over{
	padding-left: 30px;
	color: #f9efde; 
	font-size:12px;
	font-weight: bold;
	background-image: url(../images/btn_bkg.png);
	background-position: bottom;
}
.leftnav_over a:link {
	color : #f9efde;
	font-size:12px;
	text-decoration : none;
	font-weight: bold;
}
.leftnav_over a:visited {
	color : #f9efde;
	font-size:12px;
	text-decoration : none;
	font-weight: bold;
}
.leftnav_over a:active {
	color :#f9efde;
	font-size:12px;
	text-decoration : none;
	font-weight: bold;
}
.leftnav_over a:hover{
	color: #f9efde;
	font-size:12px;
	text-decoration : underline;
	font-weight: bold;
}

/* End Left Nav Buttons*/
.smlinks{
	font-size: 11px;
	FONT-WEIGHT: normal;
}
.smlinks A:link  {
	text-decoration: underline;
}
.smlinks A:visited { 
	text-decoration: underline;
}
.smlinks A:active {
	text-decoration: underline;
}
 .smlinks A:hover {
	text-decoration: none;
}	

#leftnav {
	
	list-style:none;
	margin: auto;
	padding: 0px;
	
}

#leftnav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#leftnav li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	border-bottom: solid 1px #DFA843; 	
	padding: 0px 0px 0px 15px;
}	
	
#leftnav li a:link, 
#leftnav li a:visited {
	color:  #f9efde;
	display: block;	
	background: url(../images/btn_bkg.png) top;
	font-weight: bold;
}

#leftnav li a:hover, 
#leftnav li a:active,
#leftnav li a.selected{
	color:  #f9efde;
	background: url(../images/btn_bkg.png) bottom;
	font-weight: bold;
}     
