body {
	background-color:#000000;
	background-image:url(../virtuals/orange-to-black.jpg);
	background-repeat:repeat-x;
	background-position:left top;

	}

p {
	text-align:justify;
    font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-size:13px;
	line-height:1.5;
	}
	
h1 {
	color:#ac3700;
	font-size:20px;
	padding:0px;
	margin:0px;
	border:0px;
	}

h2 {
	color:#000099;
	font-size:17px;
	}
	
h3 {}/* taken by menu css */

h4 {/* sub header menu for links */
	font-weight:normal;
	font-size:14px;
	margin-top:0px;
	padding-left:5px;
	}
	
h5 {}/* free */
	
.header_menu {
	text-decoration:none;
	color:#FFFFFF;
	background: black url(../virtuals/titlebar-active.png) repeat-x center left;
	padding:0px 9px 0px 9px;
	}
	
a:hover.header_menu {
	text-decoration:none;
	color:#FFFFFF;
	background: black url(../virtuals/titlebar.png) repeat-x center left;
	padding:0px 9px 0px 9px;
	}
	
#main_table {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	}

#menu_cell {
	vertical-align:top;
	background-color:#FFFFFF;
	border-bottom-color:#E64A00;
	border-bottom-style:solid;
	}

#text_cell {
	background-color:#FFFFFF;
	vertical-align:top;
	padding-top:1.2em;
	padding-bottom:0px;
	padding-right:25px;
	padding-left:20px;
	}
	
#header_cell {
	background-color:#FFFFFF;
	height:55px;
	border-bottom-color:#E64A00;
	border-bottom-style:solid;
	border-bottom-width:0.1em;
	width:1000px;
	}
	
#articleadcell {
	height:125px;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	border-bottom-color:#E64A00;
	border-bottom-style:solid;
	}	
	
#ex_image {
	margin-left:auto;
	margin-right:auto;
	}

<!-------------------------------------------- CSS for Main Menu -------------------------------------------->

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
width:190px;
font: 14px "Arial";
color: white;
background: black url(../virtuals/titlebar.png) 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*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../virtuals/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: ; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ab3700;
background: url(../virtuals/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: 77%;
}

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

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