@charset "utf-8";
body  {
	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;
	background-color: #666666;
	background-image: url(bluebg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .78em;
}
a:link {
	color: #E6AC31;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent2 a {
	color: #333333;
}
.thrColFixHdr #container #mainContent a {
	color: #BC1010;
	text-decoration: none;
}

.thrColFixHdr #container #mainContent a:hover {
	color: #BC1010;
	text-decoration: underline;
}



a:visited {
	color: #E6AC31;
	text-decoration: none;
}
a:hover {
	color: #E6AC31;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0D0734;
	font-size: 2em;
}

.thrColFixHdr #container #mainContent2 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0D0734;
	font-size: 2em;
}

.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #ffffff;  /* 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. */
	z-index: 1;
	height: 200px;
	width: 100%;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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: #ffffff; /* padding keeps the content of the div away from the edges */
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	z-index: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EEEEEE;
	margin-right: 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.thrColFixHdr #container #sidebar2 li {
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -35px;
	color: #333333;
	line-height: 1.5em;
}
.thrColFixHdr #container #sidebar2 li:first-line {
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2 a {
	color: #333333;
	text-decoration: underline;
}


.thrColFixHdr #container #sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E6AC31;
	width: 100%;
	background-color: #BC1010;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: top;
	display: block;
	margin-top: -30px;
	line-height: 2em;
	top: 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	height: auto;
} 

.thrColFixHdr #mainContent2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	height: auto;
} 
.thrColFixHdr #footer {
	background-color: #0D0734;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #E6AC31;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E6AC31;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trajan Pro";
	font-size: .9em;
	text-align: center;
}
.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;
}
.thrColFixHdr #container #mainContent2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.newsletter {
	background-image: url(images/newsletter-icon-small.png);
	background-position:left;
	background-repeat:no-repeat;
	height:40px;
	width: 100px;
    padding-left: 40px;
	padding-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
	vertical-align:middle;

}	
	
	
	 
