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

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/bkgd_body.gif);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

h5 { margin: 5px 0 0 15px; padding: 5px 0; text-align: left; border-bottom: #999999 1px solid; color:#666666; font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif;}

table { margin: 0 0 0 18px;}

.thrColFixHdr #container {
	width: 800px; 
	background: #FFFFFF url(images/bkgd_container2.gif) bottom repeat-y fixed;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	padding: 0;
}
.thrColFixHdr #header {
	background: #a3cf61;
	padding: 5px 0 0 0;
	margin: 0;
	height: 32px;
	width: 599px;
}
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 159px;
	background: url(images/left_home_web.gif) bottom no-repeat;
	padding: 100px 10px 200px 10px;
	margin: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 198px; 
	background: #474441; 
	padding: 0;
	margin: 0;
}
.thrColFixHdr #mainContent {
	margin: 0 0px 0 195px; 
	padding: 0 5px; 
}

.thrColFixHdr #roundcont {
	background-color: #fff;
	margin: 15px 10px 0 10px;
	padding: 0;
	float: left;
	width: 370px;
	line-height: 2em;
}

.thrColFixHdr #roundcont p {
	margin: 10px 18px;
}

.thrColFixHdr #roundtop {
	background: url(images/tr.gif) no-repeat top right;
}
.thrColFixHdr #roundbottom {
	background: url(images/br.gif) no-repeat top right;
}

.thrColFixHdr #fridayLinking {
	text-align: center;
}
.rightCol {
	background: #474441;
	margin: 0;
	padding: 0;
}

.rightCol #roundcont {
	background: #fff url(images/home/twittercopter.gif) bottom left no-repeat;
	margin: 30px 0 0 10px;
	padding: 0;
	float: left;
	width: 170px;
}

.rightCol #roundcont p {
	margin: 8px 10px;
	padding: 0;

}

.rightCol #roundtop {
	background: url(images/tr-gray.gif) no-repeat top right;
}
.rightCol #roundbottom {
	background: url(images/br-gray.gif) no-repeat top right;
}
.twitter_div
{ margin: 0; padding: 0;}

#twitter_update_list
{ list-style-image: url(images/ul_helicopter.gif);
	margin: 0 18px 0 41px;
	line-height: 2em;
	padding: 0;}


img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
}
.thrColFixHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

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


a {
	color: #9F0000;
}
