/* general */

html { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	/*background: #D7D7D7 url('images/bg_body.gif') top center repeat-x;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}

body, div, td, th, h2, h3, h4 {
	color: #000000;
    font-family: Arial, Helvetica, san-serif, Verdana;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#bodyWrapper {
	text-align: center;
	width: 100%;
}

#bodyContainer {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#headerContainer {
	height: 350px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 900px;
}

#tier1 {
	height: 50px;
	width: 900px;
}

.spacerTier1 {
	background: url('images/bg_headerspacer.gif') top left repeat-x;
	background-color: #336699;
	float: left;
	height: 50px;
	position: relative;
	width: 40px;
}

.logoTier1 {
	background: url('images/img_logo.gif') top left repeat-x;
	float: left;
	height: 50px;
	position: relative;
	width: 250px;
}

.navTier1 {
	background: url('images/bg_headerspacer.gif') top left repeat-x;
	background-color: #003399;
	float: left;
	height: 50px;
	position: relative;
	width: 610px;
}

#tier2 {
	height: 200px;
	width: 900px;
}

.spacerTier2 {
	background-color: #1E1E1E;
	float: left;
	height: 200px;
	position: relative;
	width: 40px;
}

.excerptTier2 {
	background-color: #000000;
	float: left;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 250px;
}

.excerpt {
	color: #FFFFFF;
	padding: 15px 20px 15px 20px;
}

.imgTier2 {
	background: url('images/img_header.jpg') top left no-repeat;
	float: left;
	height: 200px;
	position: relative;
	width: 610px;
}

#tier3 {
	height: 100px;
	width: 900px;
}

.spacerTier3 {
	background-color: #444444;
	float: left;
	height: 100px;
	position: relative;
	width: 40px;
}

.leaderboardTier3 {
	background-color: #333333;
	float: left;
	height: 100px;
	position: relative;
	width: 860px;
}

.leaderboard {
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}

#tier4 {
	background: url('images/bg_body.gif') top left repeat-y;
	width: 900px;
}

.spacerTier4 {
	background-color: #999999;
	float: left;
	position: relative;
	width: 40px;
}

.columnTier4 {
	background-color: #000000;
	float: left;
	position: relative;
	width: 250px;
}

.column {
	color: #FFFFFF;
	padding: 15px 20px 15px 20px;
	text-align: center;
}

.contentTier4 {
	background-color: #CCCCCC;
	float: left;
	position: relative;
	width: 610px;
}

.content {
	padding: 20px;
}

#tier5 {
	background-color: #444444;
	width: 900px;
}

.spacerTier5 {
	background-color: #444444;
	float: left;
	position: relative;
	width: 40px;
}

.footerTier5 {
	background-color: #333333;
	float: left;
	position: relative;
	width: 860px;
}

.footer {
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.tier6 {
	width: 570px;
}

.spacerTier6 {
	float: left;
	position: relative;
	width: 20px;
}

.homeTier6 {
	border: 3px #666666 dotted;
	float: left;
	position: relative;
	width: 269px;
}

.home {
	padding: 20px;
}


#navContainer {
	float: left;
	height: 50px;
	width: 500px;	
}

#mainNav {
	margin: 0;
	padding: 0;
}

#mainNav li {
	float: left;
	height: 50px;
	list-style: none;
	position: relative;
}

#mainNav li a {
	display: block;
	height: 50px;
	text-indent: -9000px;
}

#mainNav .current a {
	background-position: 0 -50px;
}

a#home, a#link01, a#link02, a#link03, a#resources, a#directory, a#sitemap {
	height: 50px;
	width: 70px;
}

a#home {
	background-image: url(images/btn_home.gif);
}

a#link01 { 
	background-image: url(images/btn_link01.gif);
}

a#link02 { 
	background-image: url(images/btn_link02.gif);
}

a#link03 { 
	background-image: url(images/btn_link03.gif);
}

a#resources { 
	background-image: url(images/btn_resources.gif);
}

a#directory { 
	background-image: url(images/btn_directory.gif);
}

a#sitemap { 
	background-image: url(images/btn_sitemap.gif);
}

a#home:hover, a#link01:hover, a#link02:hover, a#link03:hover, a#resources:hover, a#directory:hover, a#sitemap:hover {
	background-position: 0 -50px;
}

#mainNav .current a {
	background-position: 0 -50px;
}

h1 {
	color: #CC0000;
	font-size: 130%;
}

h3.txtTitle {
	color: #666666;
	font-size: 130%;
	text-transform: uppercase;
	margin-top: 0px;
}

p.justify {
	text-align: justify;
}

.txtRedsm {
	color: #CC0000;
	font-size: 80%;
	font-weight: bold;
}

.txtRedmd {
	color: #CC0000;
	font-weight: bold;
}

a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.normal {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.normal:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.normal:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a.linkRed {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a.linkRed:visited {
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}

a.linkRed:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

hr {
	border: 1px solid;
	background-color: #666666;
	color: #CC0000;
	height: 2px;
	margin: 20px auto 20px auto;
	text-align: center;
	width: 90%;
}
