/*	STYLESHEET FOR AONHOSTING.NET

	TO THE SAME CSS ELEMENT, DO NOT ASSIGN THESE TOGETHER:
	width		margin-left/right		or		padding-left/right
	--OR--
	height	margin-top/bottom		or		padding-top/bottom
*/

#pageOverall { 
	margin: 5px 0 0 5px;
	width: 760px;
	text-align: left;
/*	border: 1px solid #CCCCCC; */
}

BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: left;
}

A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	background-color: #00FF00;
}

A:link {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

A:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFCC;
}

H1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: black;
}

H2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: black;
}
H3 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: black;
}

INPUT {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: black;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#menuBar {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 20px;
	width: 760px;
	background-color: #00FF00;
	border: NONE;
}

.menuText {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
}

#contentBlock {
	position: relative;
	top: 35px;
	left: 0px;
	float: left;
	width: 760px;
	background-color: transparent;
	margin-bottom: 15px;
}

#contentBlockOrder {
	position: relative;
	top: 35px;
	left: 0px;
	width: 760px;
	background-color: transparent;
}

#content1 {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 350px;
	background-color: transparent;
}

#content2 {
	position: relative;
	top: 0px;
	left: 40px;
	float: left;
	width: 360px;
	background-color: transparent;
}

P {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

P.button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-top: 2px solid #EEFFFF;
	border-bottom: 3px solid #366466;
	color: black;
	background-color: #99CCCC;
}

.datetime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

#footerBar {
	float: left;
	position: relative;
	top: 30px;
	left: 0px;
	background-color: #00FF00;
	width: 758px;
	height: 20px;
	border: 1px solid #006600;
}

/*	FireFox renders this one	*/
#footerText[id] {
	float: left;
	position: relative;
	top: 3px;
	left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00000;
	font-weight: normal;
	width: 760px;
}
/*	IE6 renders this one	*/
#footerText {
	float: left;
	position: relative;
	top: 3px;
	left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 760px;
}
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

TABLE.chart {
	border-collapse: collapse;
}
.chartLeft {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	background-color: #F2F2F2;
}
.chartCenter {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	background-color: #EEEEFF;
}

#rvbanner {
	position: relative;
	top: 30px;
}

#navguide {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #FFFFFF;
	color: #000000;
	font: bold 10px arial, verdana, helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #00FF00;
	color: #000000;
	width: 758px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border: 1px solid #00FF00;
}
li { display: inline; }

li a {
	text-decoration: none;
	background-color: #00FF00;
	color: #FFFFFF;
	padding: 2px 5px;
	border-right: 1px solid #00FF00;
	float: left;
}
li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#blueline {
    width: 760px;
    height: 5px;
    background-color: #000066;
    float: left;
    position: relative;
    top: -1px;
}
