@charset "utf-8";
/* CSS Document */

div#layout{
	width: 760px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	background: #FFFFFF;
	}
	



/* ===== header ===== */

div#aveheader {
	width: 760px;
    height: 470px;
	background: url(header_bg.jpg) no-repeat;
    position: relative;
}

#barleft {
	float: left;
	margin-left: 20px;
	margin-top: 370px;
	width: 180px;
	display: block;
	}
	
#barmiddle {
	float: left;
	margin-left: 70px;
	margin-top: 370px;
	width: 180px;
	display: block;
	}
	
#barright {
	float: left;
	margin-left: 70px;
	margin-top: 370px;
	width: 220px;
	display: block;
	}
	
a.barsheader:link,  a.barsheader:visited{
	font-family: Arial Narrow,Arial,Verdana;
	font-size: 18pt;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	
}

a.barsheader:hover,a.barsheader:active{
    color: #FFFFFF;
	text-decoration: none;}


a.barsmain:link,  a.barsmain:visited{
	font-family: Arial,Verdana,Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #e4e4e4;
	text-decoration: none;
	display: block;
}

a.barsmain:hover,a.barsmain:active{
    color: #e4e4e4;
	text-decoration: none;}


/* ==== Navigation ====*/

#avenav{	
	height: 66px;
	background:url(navbg.jpg) repeat-x;
	width: 760px;	
	}




#avenav ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#avenav li {               /* turn off the normal list item behavior */
    float: left;
    margin: 0;
    padding:0;
}

#avenav li a:link, #avenav li a:visited {
    font-family: Arial Narrow,Arial,Tahoma;
	font-size: 13pt;
    display: block;         /* block mode for graphical button */
    color: #ebdcdc;            /* white text */
    text-decoration: none;  /* no underline */
    margin-right: 10px;
    line-height: 63px;
    border: none;           /* no border */
	padding-left: 40px;
	padding-right: 40px;
	
}

#avenav li a:hover, #avenav li a:active {
    color: #FFFFFF;         /* mustard color for text */
    background: url("nav_mouseover.jpg") no-repeat;
	background-position:center;
}



/* ===== main content ===== */

#avemain {
	width: 720px;
	padding: 20px;
	font-size: 12px;}
	
#avemain h1 {
	font-family: Arial Narrow,Arial,Tahoma,Verdana;
	color: #b2272d;
	font-size: 28px;
	font-weight: normal;
	}
	
	
	
.avelink {
font-family: Tahoma,Arial,Verdana;
font-size: 9pt;
color: #b2272d;
text-decoration: none;
background-image: url("LinkBullet.gif");
background-position: 6px 5px;
background-repeat: no-repeat;
padding-left: 20px;
line-height: 20px;
}

.avelink:hover {
text-decoration: underline;
font-weight: bold;
}


.shortcutlinks {
	float: left;
	width: 175px;
	margin-bottom: 50px;
	}

/* ===== miscellaneous styles ===== */

.clear { clear: both; }

.darkgreytext {
	color: #444444;
	font-size: 11px;
	text-decoration: underline;}



