* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: 10pt Verdana, sans-serif;
	background-color: #CCCCCC;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

p {
	font-size: 10pt;
}
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
}
#container {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 5px auto 5px auto;
	width: 780px;
	overflow: auto;
}

#nav {
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #29166F;
	height: 25px;
	border-bottom: solid #FFCC00 10px;
	padding: 3px 0px 0px 0px;
	text-align: center;
}

#nav a:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	background: #FFCC00;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFCC00;
}
#nav ul {
	list-style-type: none;
	width: 760px;
	padding: 3px 0px 8px 0px;
}
#nav ul li {
	display: inline;
	padding: 5px 0px 8px 0px;
}
#nav ul li a {
	padding: 4px 20px 8px 20px;
}


#content {
	float: left;
	min-height: 400px;
	background-color: #EEEEEE;
	padding: 10px 15px 0px 15px;
	margin: 10px 10px 0px 10px;
	width: 728px;
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-x;
	border-top: dotted #666 1px;
	border-left: dotted #666 1px;
	border-right: dotted #666 1px;

}
/* IE6 Only */
* html #content {
margin : 10px 5px 0px 5px;
}
#rightad * {
	background-color: #FFFFFF;
}
#rightad {
	width: 160px;
	min-height: 400px;
	float: left;
	border: 0px solid #000;
	margin-left: 10px;
	margin-top: 10px;
	overflow: auto;
}
#rightad a:link {
	text-decoration: none;
	color: #000099;
}

#rightad a:visited {
	color: #000099;
	text-decoration: none;
}

#rightad a:hover {
	color: #000099;
	text-decoration: none;
}
#rightad a:active {
	color: #000099;
}
#error { color: #dd0000;}

#footer {
	text-align: center;
	width: 780px;
	font-size: 0.8em;
	float: left;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited
{
	background-color: #1F173E;
	color: #FFFFFF;
	font-size: 1em;
}

#footer a:hover, #footer a:active
{
	background-color: #000066;
	color: #CCCCCC;
	font-size: 1em;
}
#av_content{
	float: left;
}
#cleardiv {
	clear:both;
	height: 10px;
	width: auto;
	background-color: #FFFFFF;
	border-bottom: solid 10px #FFCC00;
}

