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

body {
	font: 10px 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: #fff;
}
#container {
	width: 937px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
}
#LRGheader {
	width: 830px;
	height: 60px;
}
#sidebar1 {
	float: right; /* 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 */
	height: 654px;
	background: #333; /* the background color will be displayed for the length of the content in the column, but no further */
}
.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;
}
#linkstyle {
	display: block;
	padding: 2px 10px 2px 25px;
	color: #FFFFFF;
	background-color: #666666;
}
#linkstyle p {
	line-height: .25em;
}
#heads {
	padding: 15px 10px 5px 10px;
}
#flyer {
	float: left;
	width: 374px;
	height: 542px;
}
#copy {
	width: 351px;
	height: 540px;
	overflow: auto;
	border: 1px solid #bebebe;
	line-height: 1.5em;
}
#copy strong {
	color: #FFCC00
}
#copy p {
	padding: 0 10px 0 10px;
}
#copy a {
	color: #eddd94;
}
#bannerish {
	display: block;
	width: 720px;
	height: 100px;
	margin: 10px 10px 0 5px;
	border: 1px solid #bebebe;
}
#nfasite {
	padding: 5px;
	color: #bfbfbf;
	font-weight: bold;
}
#nfasite a {
	font-size: 9px;
	color: #302e2e;
	font-weight: normal;
}
.otherbold {
	color: #FFCC00
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}
a:hover { 
	text-decoration: underline;
	color: #fff;
}
