a { color: #165BA0; }
a:hover { color: #990000; }
#navon a {
	color: #990000;
	}


ul.section {
	list-style-type: square;
	list-style-position: outside;
	color: #095BA6;
	}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	font-weight: lighter;
	text-align: left;
	padding: 20px 20px 20px 20px;
}
.copy_grey {
	color: #333333;
}

.copy_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165BA0;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
}

.copybd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
}
.navmain {
	padding: 4px 10px 4px 10px;
}

.main{
	padding: 20px;
}
.news{
	padding: 20px;
	font-size: 11px;
	color: #095BA6;
	font-weight: bold;
	text-align: left;
}
.expand{
	color: #333333;
	text-align: left;
}
.title{
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mainarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	width: 700px;
	background: url(images/mainbkgd.jpg) no-repeat;
}
.mainheader{
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #6699FF;
	border-right: 1px solid #FFFFFF;
}
.header{
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #6699FF;
}
.newsheader{
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #333333
}
.navarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0px 20px 10px;
	/*background: url(images/navbkgd.jpg) no-repeat top right;*/
}
.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #095BA6;
	line-height: 32px;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover{
	color: #333333;
	text-decoration: none;
}
.nav_on{
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.subnav_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	line-height: 22px;
	font-weight: bold;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	line-height: 22px;
	font-weight: bold;
}
.subnav:link { color: #165BA0; text-decoration: none }
.subnav:active { color: #165BA0; text-decoration: none }
.subnav:visited { color: #165BA0; text-decoration: none }
.subnav:hover { color: #000000; text-decoration: none }
}



.col2{
	float: left;
	width: 70%;
}
navbkgd{
	background: url(images/navbkgd.png) no-repeat top right;
}


/*start os dd accordion*/

.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.homeheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Arial;
color: #095BA6;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration: none;
background: url(images/bullet_blue.jpg) no-repeat center left;
}

.homeheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
color: #990000;
text-decoration: none;
background: url(images/bullet_red.jpg) no-repeat center left;
}


.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Arial;
color: #095BA6;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration: none;
background: url(images/bullet_blue.jpg) no-repeat center left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #990000;
background: url(images/bullet_red.jpg) no-repeat center left;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font: 13px Arial;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;

font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #333333;

}
.navlink { 
text-decoration: none;
}

.arrowlistmenu #currentpage a {
	color: #333333;
	}
	
.arrowlistmenu #onpage a {
	color: #990000;
	background: url(images/bullet_red.jpg) no-repeat center left;
	}	
	



