/*==============================
	SITE WRAPPER
===============================*/
body
{
	background-color: #374c9d;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin-top: 15px;
	margin-left: 15px;
}
.site-wrapper {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
}

a {
	text-decoration: none;
	color: #374c9d;
	font-weight: bold;
}

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

/*==============================
	HEADER WRAPPER
===============================*/
.header-wrapper {
	height: 114px;
	width: 774px;
	background-image: url(headers/rotate.php);
}

/*==============================
	MENU WRAPPER
===============================*/
.menu-wrapper {
	width: 774px;
	height: 25px;
	background-image: url(graphics/white-shadow-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.dropdown-wrapper {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
}


/*==============================
	BODY WRAPPER
===============================*/
.body-wrapper {
	background-image: url(graphics/white-shadow-bg.jpg);
	min-height:400px;
	width: 754px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

h1 { font-size: 18px; }


.content-wrapper {
	min-height:400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 744px;
	background-image: url(graphics/af-logo-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.content-inner {
	min-height:400px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 726px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.left-column-wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 350px;
	float: left;
	text-align: justify;
}
.news-header {
	background-image: url(graphics/news-header.jpg);
	width: 360px;
	height: 27px;
	float: right;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 5px;
}



.news-wrapper {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	width: 360px;
	float: right;
	text-align: center;
	background-image: url(graphics/news-bg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.news-wrapper ul {
	list-style-type: none;
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.news-wrapper li { padding-bottom: 1px; }
.news-footer {
	background-image: url(graphics/news-footer.jpg);
	width: 360px;
	height: 27px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
	padding-top: 5px;
	background-position: bottom;
}



/*==============================
	FOOTER
===============================*/

.clear-footer {
	height: 1px;
	width: 100%;
	clear: both
}

.footer
 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

.page-bottom {
	background-image: url(graphics/footer-bottom.jpg);
	height: 20px;
	width: 774px;
	text-align: center;
}

