@charset "utf-8";
body  {
	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: #fff;
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 90%;

}
a {
color:#f90;
text-decoration:none;
}
a:hover {
color:#fff;
}
h1 {
font-weight:normal;
font-size:24px;
}
.twoColFixRt #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width
	padding: 15px 10px; */
	color: #FFFFFF;
}
.twoColFixRt #mainContent {
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.oneColFixCtr #mainContent h1 {
	margin: -100px -1000px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
.oneColFixCtr #mainContent .logo {
}
.oneColFixCtr #nav_text {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 18px;
	margin-top: -5px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	line-height: normal;
	margin-bottom:-15px;
}
h6 {
	font-size: 12px;
	line-height: .8em;
	margin-bottom:0px;
}
#nav {
	padding-right:25px;
	font-size: 20px;
	margin: 40px 2px -10px;
	font-weight: normal;
	color:#fff;
}
#nav a:link{
	color:#fff;
	text-decoration:none;
	padding-right:25px;
}
#nav a:visited{
	color:#fff;
	text-decoration:none;
	padding-right:25px;
}
#nav a:hover{
	color:#f90;
	text-decoration:none;
	padding-right:25px;
}
#indent_rc {
	margin-top:74px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 18px;
	font-size:.9em;
}
.footer {
display:block;
}
.bullet {
	position: relative;
	left:-17px;
	top:11px;
	height: 8px;
	width: 8px;
	display: inline;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Defaults Styling*/
fieldset {padding:10px; border:1px solid #fff; border-color:#fff; margin-bottom:0px; width:190px;}
input, textarea {font:12px/12px Arial, Helvetica, sans-serif; padding:3px;border:1px solid #fff;background-color:#000;}
fieldset.action {border-color:#fff; margin-top:-20px;}
label {font-size:12px;  color:#fff;}
label.opt {font-weight:normal;}
dl {clear:both;}
dt {float:left; text-align:right; width:90px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left;  margin:0 0 10px 0;}
.pic {
	height: 200px;
	width: 150px;
	display: inline;
	float: left;
	margin: 0 20px 40px 0;
}
.row
{
clear: both;
}
.left {
float:left;width:300px;
}
.right {
float:right;width:300px;margin:-15px 40px 0 0;
}
