@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333232;
	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: #000000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #700404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover, a:active {
	text-decoration: underline;
	color: #666666;
}

.styledlink a:link, .styledlink a:visited {
	text-decoration: none;
	color: #700404;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.styledlink a:hover, .styledlink a:active {
	text-decoration: underline;
	color: #666666;
	
}
	

.pgBg {
background-image:url(images/bgtile.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
	text-align: center;
	}
	
.pgWrapper {
	
	background-image:url(images/bgwrapper.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	}
	
.header {
	width:935px;
	height:74px;
	background:#FFFFFF url(images/masthead955x84.jpg);
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	padding-right: 20px;
	padding-top: 10px;	
}


	
.thrColFix #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	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: 148px; /* 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:250px;*/
	background: #700404; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #povContent {
	width: 807px;
	height:250px;
	padding: 0;
	margin: 0;
	background-color:#000;
	background-position: left top;
	float: left;
}
.thrColFix #mainContent {
	width: 935px;
	margin: 0 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	float:left;
}

.InTheKnow {
	margin: 0 0 0 0px;
	padding: 0 0 0 15px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(images/navbullet.jpg);
}
.InTheKnow ul {
	
	list-style: none;

}
.InTheKnow ul li {
	background-image: url(/images/navbullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding: 0px;
}

.InTheKnow a:link, .InTheKnow a:visited {
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 17px;
	text-decoration: none;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.InTheKnow a:hover, .InTheKnow a:active {
	text-decoration: none;
	color: #999999;
}

.InTheKnow h1 {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

.footer {
	width:950px;
	height:36px;
	background:#333232 url(images/footerbg955x36.jpg) no-repeat;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-left: 5px;
	padding-top: 8px;
}

.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;
}
