﻿body
{
	margin: 0;
	padding: 0;
}

html
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /*background: #F3F3F3 url(../images/background.png) repeat-x;*/
	background-color: #646874;
}
#center
{
	background-color: white;
	margin: auto;
	padding: 7px;
	width: 828px;
	margin-bottom: 15px;
}

#banner
{
	background-image: url(../images/aacc_banner.jpg);
	height: 97px;
	background-repeat: no-repeat;
}
/*Menu bar*/
#navigation
{
	background-image: url(../images/navi.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
#navigation ul
{
	padding-left: 20px;
}
#navigation ul li
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px;
	background-image: url(../images/divider.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
}
#navigation ul li a
{
	padding-right: 15px;
	position: relative;
	top: 9px;
}
ul, li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
li a
{
	text-decoration: none;
	color: black;
}
#navigation a:hover
{
	color: #7DA7D9;
}

/*Page classes*/
.main-content
{
	margin: 0pt 0pt 0pt 30px;
	overflow: visible !important;
	width: 640px;
}
.column1-unit
{
	margin-bottom: 10px !important;
	width: 640px;
}

/*Footer*/
/* The footer is outside of the main container and has an extra 10px in width to compensate visually for the background shadows. */

#footer
{
	width: 790px;
	height: 56px;
	margin: 0 auto;
	background: #F3F3F3 url(../images/footer_background.png) repeat-x;
	color: #5B6973;
	clear: both;
	text-align: center;
	padding: 0;
	position: relative;
}

#footer-content
{
	padding: 19px 15px;
}

#footer-right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 56px;
	background: #F3F3F3 url(../images/footer_right.png) no-repeat;
	color: #5B6973;
}

#footer-left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 56px;
	background: #F3F3F3 url(../images/footer_left.png) no-repeat;
	color: #5B6973;
}

#footer p
{
	margin: 0;
}

#footer a
{
	background: transparent;
}

#footer-navigation
{
	float:none;
	margin: 0;
}
