html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	width: 100%;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist img, #navlist img a {
	border: 0;
	outline: none;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#header {
	background: #000000;
}

#nav {
	width: 900px; /* 855*/
	height: 60px; /* 50 */
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#navlist {
	margin: 0;
	padding: 0;
	width: 900px;
	padding-top: 14px;
}

#navlist a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-right: 40px;
}

#navlist li.last {
	padding-right: 0px;
}

#mainContent {
	width: 100%;
	height: 90%;
	background-color: #000000;
}

/* TEXT ONLY PAGES */

.gradPage {
	background-image: url(../images/bg_txt_grad.png);
	background-repeat: repeat-x;
	background-color: #525252;
	background-attachment: fixed;
}

#mainContentText {
	width: 100%;
	height: auto;
}

#mainText {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainText p {
	margin-top: 0px;
	margin-bottom: 26px;
}

#mainText h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	line-height: 22px;
}

#mainText a:link, #mainText a:visited, #mainText a:active {
	color: #FFFF8F;
	text-decoration: none;
}

#mainText a:hover {
	color: #FF0000;
}

#mainText p.toTop {
	display: block;
	margin-top: 15px;
	margin-bottom: 45px;
}

#mainContentScroller {
	width: 100%;
	height: 91%;
	background-color: #000000;
}

#flashContent {
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow: hidden;
	color: #333333;
}

#flashContent p {
	margin-left: 20px;
}

#footer {
	color: #666666;
	text-align: center;
}

	
#footer p {
	margin-top: 10px;
	font-size: 11px;
	color: #333333;
}

#footerScroller {
	color: #666666;
	text-align: center;
}

#footerScroller p {
	margin-top: 2px;
	font-size: 9px;
	color: #333333;
}

#footerText {
	color: #000000;
	text-align: center;
	height: 20px;
}

#footerText p {
	margin-top: 2px;
	font-size: 11px;
	color: #000000;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.vaLign {
	vertical-align: top;
}

/* SAFARI : MAKE FONTS BIGGER CHANGES SPACING*/
@media all and (-webkit-min-device-pixel-ratio:0){
#navlist li {
	padding-right: 39px;
}
}