@charset "UTF-8";

/*
<gabe>
*/
.error{
	display: inline;
	color: #CC3333;
	//border: 1px solid #CC3333;
}

.msg{
	display: inline;
	color: #CC3333;
	font-size: 12px;
	//border: 1px solid #CC3333;
}

.feedburnerFeedBlock {
	font-size: 12px;
}

.feedburnerFeedBlock > ul li {
	padding: 0;
	margin-top: 0.7em;
	margin-bottom: 0em;
	border: 0;
}
   
#creditfooter {
	margin-left: 25px
}

/*
</gabe>
*/
	

body  {
	font: Arial, Helvetica, sans-serif;
	margin: 35px 0px; /* 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;
	background-color: #363839;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(stripe_bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	height: 120px;
	width: 850px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border-right: solid #CCCCCC 1px;
}

.twoColFixLtHdr #mainImage {
	margin: 0 0 0 100px;
	
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* 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 50px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.twoColFixLtHdr #loadarea {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 75px;
	padding-right: 100px;
	
}

.twoColFixLtHdr #mainContent p{
	font-size: 12px;
	line-height: 1.25;
}
.twoColFixLtHdr #mainContent a{
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-size: 12px;
	
}
.twoColFixLtHdr #mainContent a:hover{
	color: #666666;
	
}

.twoColFixLtHdr .table{
	font-size: 12px;
	line-height: 1.25;
}

.twoColFixLtHdr #bottom_bar {
	background:#FFFFFF;
	background-image: url(bottom_bar_fade.png);
	background-position: bottom;
	background-repeat: no-repeat;
}  
.twoColFixLtHdr #footer {
	background:#000000;
} 
.twoColFixLtHdr #footer p {
	color: #FFFFFF;
	font-size: 9px;
	margin: 0;
	line-height: 15px;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;

}
.twoColFixLtHdr #footer a:hover {
	color: #999999;
	
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}
