@charset "UTF-8";
/* CSS Document */

body  {
	font: 14px Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	background: #000000 url(images/bg-narrow.jpg) repeat-y scroll center;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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:#FFFFFF;
}
img, div { behavior: url(iepngfix.htc) }
img {
border:none;
padding: 0;
margin: 0;
}
iframe {
	margin-left: 14px;
	border: 2px solid #666666;
}
p{
	margin: 0px;
	padding: 5px 0px 6px;
}
h1{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
h1 strong {
	color: #00FF00;
	font-weight: bold;
}
h2{
	font-size: 14px;
	color:#666666;
	text-transform: uppercase;
	margin: 6px 0 0;
	font-weight: bold;
}
a {
	color: #666666;
}
a:hover {
	color:#00FF00;
}
.thrColFix #container { 
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 207px; /* 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 */
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
#sidebar1 h1{
	color: #00FF00;
	border-bottom: 1px solid #333333;
	padding: 9px 0px 3px;
	margin: 0px 6px 3px 0px;
}
#sidebar1 h1 a {
	color:#00FF00;
}
#sidebar1 h1 a:hover{
	color:#FFFFFF;
}
#sidebar1 p{
	margin: 0px;
	padding: 3px 0px;
}
#sidebar1 a{
margin: 0px;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
}
#sidebar1 a:hover{
	color:#00FF00;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 307px; /* 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: 0; /* padding keeps the content of the div away from the edges */
	margin: 0 0 0 2;
}
.thrColFix #mainContent {
	margin: 0 309px 0 209px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h1{
	color: #666666;
	margin: 0px;
	padding: 15px 0px 0px;
}
#mainContent ul { padding:0px 11px; }
.thrColFix #footer {
	margin: 20px 319px 0 219px;
	padding: 5px;
	font-size:9px;
	color:#999999;
	text-align:center;
	line-height: 12px;
	border-top: 1px solid #666666;
}
#footer h1 strong {
	color: #FBC40C;
}
#footer strong{
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
}
.thrColFix #footer a{
	color: #999999; 
	text-transform: lowercase;
}
#footer a:hover{
	color:#00FF00;
}
#footer h1{
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size:11px;
}


/*these 3 are responsible for the columns background*/
.t {
	background: url(images/nav-top.gif) no-repeat center bottom;
	height: 11px;
	padding: 0px;
	margin: 0px;
}
.b {
	background: url(images/nav-bottom.gif) no-repeat center top;
	height: 11px;
	padding: 0px;
	margin: 0px;
}
.c {
	background:#000000;
	padding: 10px 10px 15px 15px;
	margin: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
.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;
}
.fltrt190 {
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #666666;
	width: 190px;
	padding-bottom: 10px;
}
.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;
}
