@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #c6c8ca url(../TemplateImages/background.gif) repeat-y center top;
	margin: 0; /*makes sure that page is all the way in top left corner*/
	padding: 0;
}
#wrapper {
	margin-left:auto; /*centers on the page*/
	margin-right:auto;
	width:770px;
/*	background-color:#FF00FF;*/
	padding:0px;
}
#lightbluebar{
	background: #0098ca;
	width:100%;
	height: 20px;
	float:left;
	clear:both;
}
#greenbar, #middle, #footer {
background: #98cb01;
/*	background: #a7ca2f;*/
}
#greenbar{
	width:100%;
	height: 10px;
	float:left;
	clear:both;
}
#darkbluebar {
	background: #002b5c;
	width:100%;
	height:87px;
	float:left;
	clear:both;
}
#COA {
	background:url(../TemplateImages/COAg.gif) no-repeat bottom left;
	height:87px;
	float:left;
}
#logoarea{
	width:180px;
	height:87px;
	float: left;
/*	background:url(../TemplateImages/AULogo.gif) no-repeat center;*/
}
#navarea{
	float:left;
	width:590px;
	background-image:url(../TemplateImages/navsliver.gif);
}
#nav {
	margin-top: 72px;
	padding-left:10px;
	font-size:11px;
}
#nav a {
	color:black;
	text-decoration:none;
}
#nav a:hover {
/*	color:#33FF00;*/
	color:#0099CD;
}
/*#orangebar {
	background:#d76f2c url(../TemplateImages/orangeendcap.gif) no-repeat left bottom;
	height:28px;
}*/
#greybar {
	width:100%;
	height:10px;
	float:left;
	clear:both;
}
#middle {
	width:100%;
/*	height: 500px;*/
	float:left;
	clear:both;
}
#leftsidebar {
	width:150px; /* 170-20 for padding*/
	float:left;
	padding-top:5px;
}
.sidebarnavbutton{
	background:#cbdf8e url(../TemplateImages/greenendcap.gif) no-repeat right top;
	padding-right:20px;
	padding-top:2px;
	margin: 5px 0px;
	width: 100%;
	height:23px;
	float:left;
	clear:both;
	text-align:right;
}
.sidebarnavbutton a {
	color:#0098ca;
	text-decoration:none;
}
.sidebarnavbutton a:hover {
	color:#f37021;
/*	font-weight:bold;
text-transform:uppercase;*/
}
#center {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
}
#titleimage {
	float:left;
	width:460px;
	font-size:.75em;
	overflow:hidden;
	height:270px;
/*	height:357px;*/
	clear:both;

}
#contentarea {
	float:left;
	width:430px;
	padding:15px;
	/*	background-color: #FFFFCC;
	background-color: #cbdf8e;*/
	background-color: #eef4de;
	font-size:0.75em;
	overflow:hidden;
	clear:both;
}
#contentarea h1{
	font-size:2em;
}
#contentarea h2{
	font-size:1.5em;
}
#contentarea h3{
	font-size:1em;
}
#contentarea h4{
	font-size:.7em;
}
#contentarea h5{
	font-size:.5em;
}
#contentarea h6{
	font-size:.3em;
}
#contentarea a, #footer a{
	color: #0099CD;
	text-decoration:none;
}
#contentarea a:hover{
	color: #98CB01;
}
#contentarea a:visited{
	color: #32438B;
}
.breadcrumb {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
margin-top:10px;
}
#rightsidebar {
float:right;
margin-right: 10px;
margin-bottom: 10px;
}
.GO {
margin:10px 0px;}

#footer {
float:left;
clear:both;
font-size:.75em;
text-align:center;
height:50px;
width:100%;
}

