body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
	font-size: 10pt;
	background-image: url(../images/body.jpg);
	background-color: #000;
}
a, a:visited {
	color: #0E96C3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #0E96C3;
	font-size:18px;
}

#layout {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: 158px;
}
#header_right {
	float: left;
	clear: right;
	height: 158px;
}

#navigation {
	background-color: #424343;
	height: 65px;
	padding: 0;
	margin: 0;
}
#content_top {
	height: 22px;
	clear: both;
}

.right_background {
	background-image: url(../images/inner/right_bar.jpg);
	width: 18px;
}
.left_background {
	background-image: url(../images/inner/left_bar.jpg);
	width: 33px;
}
.inner_content {
	width: 867px;
	background-color: #F9F8EA;
}
#content_padder {
	float: left;
	width: 560px;
}
/*#content_column {
	float: left;
	width: 307px;
	background-image: url(../images/inner/right_background.jpg);
	height: 872px;
	background-color: #F9F8EA;
	background-repeat: no-repeat;
} */
#content_column {
	float: left;
	width: 307px;
	background-image: url(../images/inner/right_background.jpg);
	/*height: 872px;*/
	background-color: #F9F8EA;
	min-height: 872px;
	background-repeat: no-repeat;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #B9D532;
	font-weight: bold;
}

#nav li { /* all list items */
	float: left;
}

#nav ul {
	clear: both;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #424343;
	/*width: 15em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: 20px;
	border: 3px solid #0A0E0E;
	border-top: 0;
}
#nav li ul li {
	clear: left;
	width: 15em;
	line-height: 25px;
	padding: 5px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#bullets {
background-image: url(../images/inner/star_bullets.gif);
padding-left: 15px;
background-repeat: no-repeat;
list-style-type: none;
padding-right: 15px;
}
