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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
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: #FFFF00;
	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: #FFFF00;
background-color:navy;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.updated {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: +1;
	font-weight: bold;
	font-style: italic;
}
.dateofupdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: +1;
	font-style: italic;
	color: #FF0000;
}
.normal {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
.newcolor {
	background-image: url("/images/bluebd.jpg");
	background-repeat: repeat;
	
}
div.nav {
	
	/*
  position: absolute;
  left: 0px;
  top: 0px;
//  bottom: 0px;*/;
/*	float: left; 
	width: 15%;
	
/*	margin: .25em;
	
	color: #FFFF99;
	font-variant: small-caps;
	font-size: 0.67em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;

	background-color: #434C6B;*/
}
/*div.nav a:link {
  color: #FFFF99;
  text-decoration: none;
}

div.nav a:visited {
  color: #FFFF99;
  text-decoration: none;
}

div.nav a:hover {
	color: #FFFF00;
	font-weight: 900;
	list-style-type: disc;
}
div.nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
div.nav li {
	border-bottom-style: solid;
	border-bottom-color: #ffffff; 
	border-bottom-width:thin;	
}*/
div.content {
/*	float: left; */
	background-image:url('images/bluebd.jpg');
	width:800px;padding-top:10px;
}

.topbar{
	width:608;
	height:16;
}
.sidebar{
	width:16;
	height:656;
}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.maintitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:red;
	font-size:xx-large;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:red;
	font-size:xx-large;
}

body{
background-color:#434C6B;
}
.bluecross {
	list-style-image: url('/images/bluecross.gif');
}

.style5 {
	color: #FF0000;
	text-align: center;
}
.style4 {
	margin-right: 430px;
}
* {
font-family:arial;
font-size:10pt;
}
.style1 {
	text-align: center;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
.index {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-style: italic;
	font-weight: bold;
}
div.sidebar {
  font-weight: bold;
  text-align: center;
 }
/* Styles for Navigation */
div.sidebar ul {
  list-style-type: none;
}
div.sidebar ul li {
  /*margin-bottom: .5em;*/

}
.menuother {
	border-bottom-style: solid;
	border-bottom-color: #ffffff; 
	border-bottom-width:thin;
}
