BODY {
	background-color: #000000;
	margin:auto; padding: 0; border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
H1 {
	font-size: 1.6em;
	color: #FF9900;
	}
	
H2 {
	font-size: 1em;
	color: #FF6600;
	margin: 0; padding: 0; border: 0;
	}	

.redPrice {
	color: #CC0000;
	font-weight: bold;
	}
	
div.scroll {
	height: 300px;
	overflow: auto;
	width: 600px;
	/*border: 1px solid #666;*/
	padding: 0;
}
	
A {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	}
	
A:HOVER {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
	}
	
.mainTable {
	margin:auto; padding: 0; border: 0;
	margin-top: 5%;
	}

#mainMainContent {
	/*padding-left: 0.5em
	padding-top: 2em;*/
	width: 600px;
	min-width: 600px;
	vertical-align: top;
	margin: 0;
	height: 300px;
	}

.header {
	padding: 1em;
	}
	
.footer {
	color: #FFFFFF;
	padding: 1em;
}	

.contentRow {
	background-color:#FFFFFF;
	}

.tdcontentRowRight {
	background-color:#000;
	}
	
.tdcontentRow {
	padding-left: 0;
	}

.tdcontentRowLeftBorder {
		background-color:#FFF;
		width: 1em;
		}
		
.tdcontentRowRightBorder {
		background-color: #000000;
		}

#nav ul {list-style: none; text-transform: uppercase; padding: 0; margin: 15px 0 0; white-space: nowrap; text-align: right}
#nav li {display: inline; padding: 0 0 0 1em; font-size:1.2em;}
#nav a {font-weight: bold; color: #FFFFFF ; text-decoration: none}
#nav a:hover {text-decoration: none; color: #FF9900}
#nav li.home {border: 0; padding-left: 0}

.topNav-BorderLeft, .header-BorderLeft, .footer-BorderLeft {
	border-left: 1px solid #FFF;
	width: 1em;
	}

.header-BorderTop {
	border-top: 1px solid #FFF;
	max-height: 19px;
	}

.topNav-BorderRight, .tdcontentRowRightBorder, .bottomNav-BorderRight, .footer-BorderRight, .header-BorderRight {
	border-right: 1px solid #FFF;
	}

.footer-BorderBottom{
	border-bottom: 1px solid #FFF;
	}
	
/**********************************/includes/* TOPNAV MENU                     *
/*********************************/

dt, dl, dd, ul, li {
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0;
	}

#menu {
	position: relative;
	background-color: #000000;
	min-height: 2em;
	margin: -0.5em 0.5em 0 45em; padding: 0; border: 0;
	}

#menu dl {
	float: left;
	font-size: 1.2em;
	}

#menu dd {
	border-bottom: 1px solid gray;
}
	
#menu li {
	display: inline;
	}

#menu a {
	text-decoration: none;
	color: #FFF;
	background: #000;
	font-weight: bold;
	}

#menu a:hover {
	color: orange;
	font-weight: bold;
	}

#menu1, #menu2, #menu3, #menu4, #menu5 {
	position: absolute;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 0;
	margin-top: -4em;
	}
	
.mentions {
	position: absolute;
	bottom : 300px;
	left : 10px;
	color: #FFF;
	background-color: #ddd;
	}



/**********************************/includes/* END TOPNAV MENU                     *
/*********************************/