<style type=text/css>
.content {
	background: #FFFFFF;
	color: #333333;
	text-align: left;
	link: #333333;
	vlink: #333333;
	alink: #333333;
}
.style1 {
	FONT-SIZE: 20px; COLOR: #0000ff; font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.style3 {
	FONT-SIZE: 24px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;font-weight: bold;

}
.style2 {
FONT-SIZE: 14px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.style2b {
FONT-SIZE: 14px; FONT-FAMILY: Arial, Helvetica, sans-serif;font-wieght: bold
}
.midcol {
	FONT-SIZE: 14px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.midcol16 { 
	FONT-SIZE: 16px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.style4b {
	FONT-SIZE: 14px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight:bold
}
.leftcol {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
h1 {
    FONT-SIZE: 20px; COLOR: #0000ff; font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

 h2 { text-decoration:underline;
	color:#0000ff; font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:16px;}
.midcolbk {
background-color:blue;
font-size:16px;
width:518px;
color:white;
font-weight:bold;
text-align:center;
font-family:Arial, Helvetica, sans-serif;

}
#sidehdr {

    font-family:Arial, Helvetica, sans-serif;
	display: block;
	width:125px;
	padding:4px 0px;
	background-color: #0000ff;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	}
.arrowlistmenu{
width: 130px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px Arial;
color:#ffffff;
background: #6666FF repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
/*  deleted this option text-transform: uppercase;  */
padding: 4px 0 4px 5px; /*header text is indented 5px*/
cursor: hand;
font-weight:bold;
cursor: pointer;
}

.arrowlistmenu .menuheader a { color:#ffffff;}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color:#ccc;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*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: #0000ff;
display: block;
padding: 2px 0px;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;

}

.arrowlistmenu ul li a:visited{
color: #0000ff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/

background-color: #F3F3F3;
}

	


</style>