@charset "UTF-8";
body  {
	font-family:Tahoma, Geneva, sans-serif;
	background: #000 url(images/Background2.jpg) repeat;
	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;
	font-size: 62.50%;
}
.thrColFixHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	margin: 10px 10px 0 10px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header_left {
	float:left;
	height: 180px;
	width: 330px;
	margin:0;
	padding:0;
	text-align:center;
}
.thrColFixHdr #header_right {
	float:right;
	height: 180px;
	width: 330px;
	margin:0;
	padding:0;
	text-align:center;
}
.thrColFixHdr #left {
	float: left; /* since this element is floated, a width must be given */
	width: 710px; /* 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:0;
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #leftColumn {
	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 */
	margin:0;
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #middleColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 510px; /* 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: 0;
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #right {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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: 0;
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #rightColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* 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:0;
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.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;
}
div#component_box {
	margin:10px;
	padding:0;
	background: #eee url("images/BackgroundInv2.jpg") repeat-y;
	color: #000;
	text-align:left;
}
div.componentheading {
	margin:0;
	padding: 0 0 0 2px;
	color: #fff;
	background: #c09;
	font-weight:bold;
	font-size:12px;
}
table.contentpaneopen {
	width:100%;
}
table.contentpaneopen td.contentheading {
	margin:0;
	color: #fff;
	background: #c09;
	font-weight:bold;
}
td.contentheading {
	padding-left: 2px;
}
table.contentpaneopen td.contentheading a.contentpagetitle {
	color: #fff;
	text-decoration:none;
}
table.contentpaneopen td.contentheading a.contentpagetitle:hover {
	text-decoration:underline;
}
div.module_box {
	margin:10px;
	padding:0;
	background: #fff url("images/module_box_bg.png") repeat-x;
	color: #000;
	text-align:left;
}
img.module_box {
	margin:10px;
	padding:0;
	/* border: #D0007C solid 5px; */
	color: #000;
	text-align:left;
}
table.moduletable {
	margin:10px;
	padding:0;
	color: #000;
	text-align:left;
}
div.moduletable {
	margin:10px;
	padding:0;
	/* border: #D0007C solid 5px; */
	background: #eee;
	color: #000;
	text-align:left;
}
div.moduletable a {
	color: #eee;
}
div.moduletable a img {
	border: #eee 2px solid;
}
div.moduletable h3 {
	margin:0;
	padding:0 0 0 2px;
	color: #fff;
	background: #c09;
}
div.moduletable center form table {
	padding:10px;
}
div.moduletable_menu {
	margin:10px 0 0 0;
	padding:0;
	height:40px;
	/* border: #D0007C solid 5px; */
	/* background: #eee; */
	color: #000;
	text-align:center;
}
div.moduletable_menu ul {
	list-style-type:none;
	margin:0;
	padding:10px 0 0 30px;
}
div.moduletable_menu li {
	float:left;
	margin-right:1.8em;
	padding:0;
	font-size:1.5em;
}
div.moduletable_menu li a {
	padding:0;
	border:none;
	background:none;
	color:none;
	text-decoration:none;
}
div.moduletable_menu li a img {
	color:none;
	background:none;
	border:none;
	margin-top:-8px;
	padding:0;
}
div.moduletable_menu li a span {
	color:#c09;
	padding:2px;
	text-transform:uppercase;
	font-weight:bold;
}
div.moduletable_menu li a:hover span{
	background: #c09;
	color: #eee;
}
div.moduletable_menu li a:hover img {
	background: none;
	color: none;
}
div.moduletable_menu li.active a:link span, div.moduletable_menu li.active a:visited span {
	color: #eee;
}
div.moduletable_signup {
	margin:0 auto;
	padding:10px 0 0 0;
	width:300px;
	color: #fff;
	text-align:center;
}
div.moduletable_signup h3 {
}
div.moduletable_signup h4 {
	margin:2px;
}
div.moduletable_signup ul {
	margin:0;
	LIST-STYLE-TYPE: none;
	padding:0;
}
div.moduletable_signup form  {
	margin: 10px 0 0 0;
	padding: 0 0 6px 0;
	text-align:center;
}
div.moduletable_signup span.highlight {
	padding:3px 4px;
	/* background:#fff;
	color:#004; */
	border: #fff solid 2px;
}
div.moduletable_twitter {
	margin:10px;
	padding:0;
	background: #3082AF;
	color: #000;
	text-align:left;
}
div.moduletable_twitter h3 {
	padding:0 0 0 2px;
	margin:0;
	color: #fff;
	background: #c09;
}
div.moduletable_quotes {
	margin:10px;
	padding:0;
	/* border: #D0007C solid 5px; */
	background: #eee;
	color: #000;
	text-align:center;
}
div.moduletable_quotes h3 {
	padding: 0 0 0 2px;
	color:#fff;
	text-align:left;
	background: #c09;
}
div#topModule {
	height: 180px;
	width: 330px;
	float:right;
	margin:0;
	padding:0;
}
div#menuModule {
	clear:both;
	margin:0;
	padding:0;
}
div.moduletable_tweets {
	margin:10px;
	padding:0 0 20px 0;
	/* border: #D0007C solid 5px; */
	background: #eee url("images/BackgroundInv2.jpg") repeat-y;
	color: #000;
	text-align:left;
}
div.moduletable_tweets a {
	color: #eee;
}
div.moduletable_tweets h3 {
	margin:0;
	padding:0 0 0 2px;
	color: #fff;
	background: #c09;
}
div#tweetbox {
	margin:5px;
	padding:5px;
}
.tweetfield {
	color: #000;
	background: #fff;
	overflow:hidden;
}
.tweetbutton {
	color: #fff;
	background: #c09;
}
div.moduletable_user2 {
	margin:10px;
	padding:0;
	color: #000;
	text-align:left;
	background: #eee url(images/BackgroundInv2w.jpg) no-repeat;
}
div.moduletable_user2 a {
	color: #eee;
}
div.moduletable_user2 h3 {
	padding: 0 0 0 2px;
	margin:0;
	color: #fff;
	background: #c09;
}
div.moduletable_user2 div.moduletable {
	margin:0;
	border: none;
}
div.moduletable_footer {
	margin:10px;
	padding:0;
	color: #000;
	text-align:left;
	background: #eee url(images/BackgroundInv2w.jpg) no-repeat;
}
div.moduletable_footer a {
	color:#00f;
}
div.moduletable_footer h3 {
	padding:0 0 0 2px;
	margin:0;
	color: #fff;
	background: #c09;
}
div.syndicate {
	float:left;
	width:20%;
}
ul.newsfeed {
	list-style-image:url("images/DJ16.png");
	list-style-type:square;
}
ul.newsfeed li {
	line-height: 1.8em;
	margin-bottom:1em;
}
ul.newsfeed li a {
	color: #008;
	font-weight: bold;
	font-size: 1.5em;
}
ul.newsfeed li div {
	font-size: 1.2em;	
}
table.blog {
	margin:10px;
}
div.com_thankyou {
	margin:10px;
	padding:0;
	color: #000;
	text-align:left;
     background-color:#000;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size:small;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableheader {
	padding-left: 2em;
	line-height: 2em;
	font-size:125%;
}