/* CSS Document */


.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0px
}
.content a {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
.content a:hover {
	color: #FBC982;
	text-decoration: none;
}
.info-content_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #000000;
}

body {
	background-color: #DA8103;
	margin: 0px;
}

.avtable
{
	border: solid 1px #da8103;
    width: 90%;
    
}

h2
{
	color:#da8103;
}

.avhead
{
	background-color: #da8103;
 color:#fff;
}

.bgo
{
		background-color: #da8103;
 color:#fff;
}


.page_container{
	width: 750px;
	margin-left:auto;
	margin-right:auto;

}
.top_banner {
	width:750px;
	height:138px;
	background-image:url(/images/av_day_banner.jpg);
	background-repeat:no-repeat;
}
.top_nav {
	width:750px;
	height:50px;
	background-image:url(/images/av_day_top_nav.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}	
.top_navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration:none;
}
.top_navigation a {
	color: #ffffff;
	font-weight: bold;	
	text-decoration: none;
}
.top_navigation a:hover {
	color: #8BB1FF;
	font-weight: bold;	
	text-decoration: none;
}
.content_container {
	width:750px;

	background-image:url(images/av_day_content2.gif);
	background-repeat:no-repeat;
	
	float:left;
}
.left_content_box {
	width:690px;
	height:900px;
	background-color:White;
	border-right: solid 2px blue;
	float:left;
	margin:0px;
	padding-left:10px;

}
.right_content_box {
	width:285px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
.footer_container {
	width:750px;
	height:63px;
	background-image:url(images/av_day_footer.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
.footer_text {
	padding-top:6px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #ffffff;
	text-decoration:none;
}
.footer_text a {
	color: #ffffff;
	font-weight: bold;	
	text-decoration: none;
}
.footer_text a:hover {
	color: #A8E3FF;
	font-weight: bold;	
	text-decoration: none;
}
.ad_padding {
	padding-top:5px;
	padding-bottom:10px;
}