body {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

.navigation {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
.pagetext {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
.copyright {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
.whitelink {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;

}

.text {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

.lefttext {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

p {
text-indent: 0px;
margin-left: 10px;
margin-top: 4px;
margin-right: 15px;
margin-bottom: 4px;
}

.title {
font-family: arial, helvetica, sans-serif;
font-size: 20px;
color: #000000;
font-weight: bold;
}

.titlesm {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
color: #000000;
font-weight: bold;
}

A.linktext:link {
	COLOR: #3D40C5; TEXT-DECORATION: underline
}
A.linktext:visited {
	COLOR: #3D40C5; TEXT-DECORATION: underline
}
A.linktext:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}

A.topmenu:link {
	font-family: arial, helvetica, sans-serif; font-size: 12px; COLOR: #084E4C; TEXT-DECORATION: none;
}
A.topmenu:visited {
	font-family: arial, helvetica, sans-serif; font-size: 12px; COLOR: #084E4C; TEXT-DECORATION: none;
}
A.topmenu:hover {
	font-family: arial, helvetica, sans-serif; font-size: 12px; COLOR: #000000; TEXT-DECORATION: none;
}


/*ul {color:#505050; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; }
li {color:#505050; margin-left:-15px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; list-style-image:url(images/triangle.gif);}
*/

ul2{ list-style-image : url("images/arrow.gif"); 
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: .90;
	width: 600px;
}

#nav a {
	display: block;
	width: 100px;
	padding: 0.26em .25em;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #BFB26D;
}
	

#nav li { /* all list items */
	float: right;
	width: 80px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #084E4C;
	width: 9em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}






.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar2.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
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: #3D40C5;
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: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #658281;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #658281;
background-color: #F3F3F3;
}




