body {
	background-image: url(images/ab_back.jpg);
	background-repeat: repeat;
}
#container {
	background-color: #FFFFFF;
	border: thin double #0000ff;
	width: 90%;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
}
#title {
	text-align: center;
	z-index: 10;
}
#header_left {
	position: absolute;
	left: 7%;
	top: 20px;
}
#header_screen {
}
#header_mobile {
	display: none;
}
.buttons {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 18px;
}
ul, ol {margin:0;padding:0;}
ul li, ol li {
	padding:0;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 2.25em;
}
* html .byfloatedimage{float: left;} /* IE Only Hack */

#nav-menu ul{
	padding: 0px;
	margin:0;
	list-style-type: none;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 18px;
}

#nav-menu li
{
float: left;
margin: 0 .5em;
} 
#nav-menu-bottom ul{
	padding: 0px;
	margin:0;
	list-style-type: none;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 10px;
}

#nav-menu-bottom li
{
float: left;
margin: 0 .5em;
} 

.content {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 16px;
}

.small_text {
	font-size: small;
}
#feature_box {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	padding: 2px;
	float: left;
	width: 100px;
	border: thin double #000000;
	margin: 10px;
}
.clear_it {
	clear: both;
}
.clear_left {
	clear: left;
}
.float_right {
	float: right;
	margin: 5px;
}
.float_left {
	float: left;
	margin: 5px;
}
.buttonsbottom {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 12px;
}
.buttonsbottom a{
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 12px;
	color: #0033CC;
}
.buttonsbottom a:visited{
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 12px;
	color: #990033;
}
.for_screen_only {
}
.for_mobile_only {
	display: none;
}
