BODY {
	background-color: #87B6F8;
	text-align: center;
	margin: 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}

A {
	color: #FFF;
	text-decoration: none;
}

A:HOVER {
	color: #CCC;
}

H1, H2, H3 {
	margin: .3em auto;
	line-height: 1.2em;
}

HR {
	border: none;
	border-bottom: #FFF 1px solid;
}

IMG {
	border: none;
}


.img_cell {
	width: 200px;
	float: left;
}

.img_left {
	float: left;
	padding: 8px 8px 8px 0;
	clear: left;
}

.img_right {
	float: right;
	padding: 8px 0 8px 8px;
	clear: right;
}

.no_border {
	border: none;
}

UL.search {
	float: right;
	width: 450px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.search .match {
	border-bottom: dashed #CCC 1px;
}

.search A {
	color: #FF6;
	font-weight: bold;
}

.search LI {
	margin: 0 0 1em 0;
	padding: 0;
}

.subtitle {
	display: inline;
	clear: none;
	font-style: italic;
}

#aca_logo {
	position: fixed;
	bottom: 0;
	left: 0;
}

#container_whole {
	width: 890px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 0;
	bottom: 0;
	height: 100%;
}

#container {
	float: right;
	border-left: #FFF 10px solid;
	border-right: #FFF 10px solid;
	background-color: #4B7207;
	width: 700px;
	min-height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	text-align: left;
	padding-bottom: 3em;
}

#content {
	border-top: #FFF 10px solid;
	padding: 1em 2em 0 2em;
	margin-top: -3px;
	clear: both;
}

#content A {
	color: #FF6;
}

#content A:HOVER {
	color: #FF4;
}

#content B {
	
}

#content UL {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

#feedback {
	background-color: #4D4D4D;
	position: fixed;
	right: 0;
	top: 50px;
	height: 500px;
	z-index: 1000000;
	
	text-align: left;
}

#feedback LABEL {
	font-weight: bold;
	font-style: italic;
}

#feedback INPUT {
	width: 200px;
}

#feedback #fb_tag {
	position: absolute;
	left: -25.1px;
	width: 25px;
	top: 40%;
}

#feedback #fb_content {
	padding: 15px;
	width: 300px;
}

#footer {
	clear: both;
	padding-top: 2em;
	font-size: 10px;
	text-align: center;
}

#front_side {
	float: left;
	width: 200px;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px dashed #FFF;
}

#front_side FORM {
	padding-bottom: 1em;
}

#front_side INPUT {
	width: 190px;
	background-color: #9DD10F;
	padding: 4px;
	border: 1px #333 solid;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#header_img {
	height: 282px;
	border-bottom: #FFF 10px solid;
}

#navigation{
	border-bottom: #FFF 10px solid;
	background-color: #435E07;
	margin: 0;
	padding: 0;
	height: 50px;
}

#navigation li {
	margin: 0;
	list-style: none;
	float: left;
	width: 91px;
	height: 100%;
	padding-top: 8px;
	text-align: center;
}

#navigation .nav_border {
	border-right: #FFF 10px solid;
}

.news UL, .news H2, .news P {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news LI {
	padding-bottom: .5em;
}

#side_nav{
	float: left;
	padding: 1em 5px 1em 10px;
	margin-top: 60px;
	margin-left: 65px;
	width: 80px;
	background-color: #4B7207;
	border: #FFF solid 10px;
	border-right: none;
	color: #FFF;
}

#side_nav A {
	color: #FFF;
}

#side_nav A:HOVER {
	color: #CCC;
}

#side_nav li {
	list-style: none;
	text-align: right;
}

#sub_nav {
	padding: 0;
	margin: 0;
}

#sub_nav li {
	background-color: #435E07;
	padding: 5px 0 5px 5px;
	list-style: none;
	width: 168px;
	float: left;
	border: #FFF solid 1px;
}

