/* Start of CMSMS style sheet 'aoda_site_style' */
@charset "utf-8";
BODY {
	background-image: url('images/background.jpg');
	background-repeat:no-repeat;
	background-position: 50% 0%; 
	background-color:#FFFFFF; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family:Arial;
}

a:link { 
	color: #333333;

	}
a:visited { 
	color: #666666;
	text-decoration: none;
	}
a:hover { 
	color: #999999;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	}

.container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
	
.site_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:858px;
	height:849px;
}

.header {
	float:left;
	width:858px;
	height:298px;
}

.menu {
	float:left;
	width:858px;
	height:32px;
	background-image:url(images/AODA_02.jpg);
	background-repeat:no-repeat;
}

.menu_links_container {
	text-align:center;
}

.menu_links {
    font-size: 11px;
	letter-spacing:2px;
}

a.menu_links:visited {
	color:#333333;
	text-decoration:none;
}

a.menu_links:hover {
	color:#999999;
	text-decoration:none;
}

a.menu_links:link {
	color:#333333;
	text-decoration:none;
}

a.menu_links:active {
	color:#999999;
	text-decoration:none;
}

.site_title {
	float:left;
	width:858px;
	height:66px;
}

.content {
	float:left;
	width:858px;
	min-height:370px;
	background-image:url(images/content_background.jpg);
	background-repeat:repeat-y;
}

.content_left {
	float:left;
	width:580px;
	text-align:left;
	margin-left:45px;
	font-size: 12px;
	color:#333333;
}

.content_left_front{
	float:left;
	width:755px;
	text-align:left;
	margin-left:45px;
	font-size: 12px;
	color:#333333;
}



.content_right {
	float:left;
	width:175px;
	text-align:left;
	margin-left:10px;
	font-size: 12px;
	color:#333333;
}

.page_title {
	font-size: 18px;
	color:#808040;
	font-weight:bold;
}

.footer {
	float:left;
	width:858px;
	height:87px;
	background-image:url(images/AODA_07.jpg);
	background-repeat:no-repeat;
}

.footer_links_container {
	text-align:center;
}

.footer_links {
    font-size: 10px;
	color:#333333;
}

a.footer_links:visited {
	color:#333333;
	text-decoration:none;
}

a.footer_links:hover {
	color:#999999;
	text-decoration:none;
}

a.footer_links:link {
	color:#333333;
	text-decoration:none;
}

a.footer_links:active {
	color:#333333;
	text-decoration:none;
}



/* End of 'aoda_site_style' */

