body,td,th {
	color: #000000;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000066;
}


html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */


#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	left: 0px;
}


#main {
	margin-bottom: 0;
	height: auto;
	padding: 0;
}





body {
	background-image: url(images/layout/bg.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
	font-family: Arial, sans-serif;
	background-position: center center;
}

.gold {
	background-color: #FFCC00;
}

.black {
	background-color: #000000;
}

.white {
	background-color: #FFFFFF;
}

.logo {
	background-repeat: no-repeat;
	background-image: url(images/layout/logo.gif);
}

.menu {
	background-repeat: repeat-x;
	background-image: url(images/layout/menubg.gif);
}

.shadowsolid {
	background-repeat: repeat-x;
	background-image: url(images/layout/shadowsolid.gif);
}

.shadowfade {
	background-repeat: repeat-x;
	background-image: url(images/layout/shadowfade.png);
}

.shadowfadeup {
	background-repeat: repeat-x;
	background-image: url(images/layout/shadowfadeup.png);
}

.footerbg {
	background-repeat: repeat-x;
	background-image: url(images/layout/footer.gif);
}

.footerlogo {
	background-repeat: no-repeat;
	background-image: url(images/layout/logofoot.gif);
}

.submenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
}

a.submenutext:link {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
a.submenutext:visited {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
a.submenutext:hover {
	color: #0066CC;
	text-decoration: none;
	white-space: nowrap;
}
a.submenutext:active {
	color: #000066;
	text-decoration: none;
	white-space: nowrap;
}

.submenutextc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
}

a.submenutextc:link {
	color: #0066CC;
	text-decoration: none;
	white-space: nowrap;
}
a.submenutextc:visited {
	color: #0066CC;
	text-decoration: none;
	white-space: nowrap;
}
a.submenutextc:hover {
	color: #0066CC;
	text-decoration: none;
	white-space: nowrap;
}
a.submenutextc:active {
	color: #000066;
	text-decoration: none;
	white-space: nowrap;
}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	vertical-align: top;
	line-height: 11px;
}
a.footertext:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footertext:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footertext:hover {
	color: #66CCFF;
	text-decoration: none;
}
a.footertext:active {
	color: #0099FF;
	text-decoration: none;
}

.footertextpower {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bolder;
	color: #FFCC00;
	vertical-align: top;	
	line-height: 12px;
}
a.footertextpower:link {
	color: #FFCC00;
	text-decoration: none;
}
a.footertextpower:visited {
	color: #FFCC00;
	text-decoration: none;
}
a.footertextpower:hover {
	color: #FFFF66;
	text-decoration: none;
}
a.footertextpower:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footerrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	vertical-align: top;
	line-height: 10px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
