@charset "utf-8";
body {
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
}
.redN {
	color: #FB0000;
}

.oneColFixCtr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.oneColFixCtr #mainContent {
	padding: 10px 20px 30px;
	float: left;
	width: 688px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	margin-right: 140px;
}
.oneColFixCtr #container #header {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	
}
.oneColFixCtr #container .spacer {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff9;
	border-bottom-color: #ff9;
	color: #ff9;
	text-align: center;
	margin-left: 25px;
	float: left;
	clear: both;
}

.oneColFixCtr #container #nav {
	text-align: right;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 25px;
	color: #FF0;
}

.oneColFixCtr #container #nav a:link {
	color: #ff9;
	text-decoration: none;
}

.oneColFixCtr #container #nav a:visited {
	color: #ff9;
	text-decoration: none;
}
.oneColFixCtr #container #nav a:hover {
	color: #ff9900;
	text-decoration: underline;
}
h1 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFC;
}
h2 {
	color: #FFC;
	font-size: 18px;
}


h3 {
	text-transform: uppercase;
	color: #FFC;
	font-size: 15px;
}


.divSections {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
}
.imgRT {
	clear: both;
	float: right;
	margin-bottom: 15px;
	margin-left: 30px;
}
.oneColFixCtr #container #mainContent  a:link {
	color: #EAAA27;
}
.oneColFixCtr #container #mainContent  a:visited {
	color: #EAAA27;
}
.oneColFixCtr #container #mainContent  a:hover {
	color: #ff9;
	text-decoration: none;
}.box {
	float: left;
	width: 200px;
	margin-right: 15px;
	text-align: center;
}
.smallR {
	font-size: x-small;
	vertical-align: super;
}
#brucePhoto {
	float: right;
	height: 275px;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 12px;
	font-variant: normal;
	color: #999;
}
.oneColFixCtr #container #mainContent #news {
	float: right;
	height: 250px;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.oneColFixCtr #container #mainContent #support {
	float: right;
	height: 250px;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
	margin-top: 20px;
}
.imgLT {
	clear: both;
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-left: 20px;
}
#credits {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #C00;
	text-align: center;
	margin: 10px 10px 10px 25px;
	clear: left;
	float: left;
	width: 95%;
	padding-bottom: 20px;
}
#credits a:link {
	color: #C00;
	text-decoration: none;
}

#credits a:visited {
	color: #C00;
	text-decoration: none;
}
#credits a:hover {
	color: #ff9;
	text-decoration: underline;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtr #container #mainContent #news table tr td a {
	color: #333;
}
