body {
	background: #000000;
	color: #CFCFCF;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
}

ul {
	list-style-type: square;
}

hr {
	color: #BA1000;
	height: 1px;
	background: #BA1000;
	width: 75%;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #BA1000;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

img {
	border: 0px;
}

h1 {
	color: #EFEFEF;
}

h2 {
	color: #EFEFEF;
}

h3 {
	color: #EFEFEF;
}

#container {
	width: 800px;
/*	background:url("./images/ribbon.jpg") left no-repeat; */
}

#clearer {
	clear: both;
}

#content {
	float: left;
	width: 480px;
	text-align: left;
	padding-left: 120px;
	background:url("./images/ribbon.jpg") top left no-repeat;
}

#navi {
	width: 185px;
	float: right;
	text-align: left;
}

.arrowlistmenu {
	width: 180px; /*width of accordion menu*/
	float: right;
	text-align: left;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url("./images/non-active.jpg") 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/active.jpg");
}

.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: #585858;
	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;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited {
	color: #585858;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #ffffff;
	background-color: #000000;
}

#clearer {
	clear: both;
}

#footer {
	width: 800px;
}