@charset "UTF-8";
body  {
	background: #000 url(assets/images/bkgd_gradient.png) repeat-x;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.twoColFixLt #centered {
	width: 780px;
	margin: 0 auto;
}

.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border-radius:20px;
	-moz-border-radius: 20px;
	/*border: 7px solid #060;*/
	background: #bbb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 6px 3px 6px 6px;
	text-align: left;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	
	background: #bbb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	 /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* 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;
}

p.navbuts {
	font-size: 1.2em;
	border: 0px #AAA;
	color: #000;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
p.navsubs {
	font-size: 1.3em;
	margin: 4px 0px 2px;
}
#nbutspacer {
	/*margin-bottom: 16px;*/
}
p.navbuts a {
	color: #000;
	text-decoration: none;
	/*background-color: #CECECE;*/
	background-image: url(assets/images/navbg.png);
	background-repeat: no-repeat;
	display: block;
	width: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;	
}
p.navbuts a:hover, p.navbuts a:active {
	color: #FFF;
	text-decoration: none;
	
	background-image: url(assets/images/navbg.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 120px;
	
	/*border-left: 5px solid #666;*/

}
p.navsubs a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 20px;
	width: 162px;
}
p.navsubs a:hover, p.navsubs a:active {
	color: #FFF;
	background-color: #EEEEEE;
	width: 100%;

}

#navmarked {
	
	text-decoration: none;
	color: #FFF;
	
 
}

p a:link {
	color: #444;
}

p a:visited {
	color: #666;
}

p a:hover,  a:active {
	color: #fff;
}

#footer p, a:link {
	color: #aaa;
}
#footer p, a:visited {
	color: #eeeeee;
}
#footer p, a:hover, #footer a:active {
	color: #CCC;
	text-decoration: none;
	
}

	