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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

.thrColElsHdr #container { 
	width: 46em;
	background-image: url(greybg1.jpg);
	margin: 0 auto;
	border: 1px solid #666;
	text-align: left;
} 
.thrColElsHdr #header { 
	background-image: url(banner.png); 
	padding: 0 10px;
border: 2px solid #fff;
} 

.thrColElsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}


.thrColElsHdr #sidebar1 {
	float: left; 
	width: 11em;
	background-image: url(Greybg1.jpg);
	padding: 15px 0;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 11em;
	background-image: url(Greybg1.jpg);
	padding: 15px 0;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}

.thrColElsHdr #header2 h3
{
padding-left: 75px;
color: #FFFFFF;
padding-bottom: 10px;
margin-top: 10px;
}

.thrColElsHdr #header3 h2
{
text-align: center;
color: #000000;
padding-top: 15px;
text-decoration:underline;
}


ul#mainNav
{
margin: 0;
padding: 0;
list-style: none;
float: left;
}

#mainNav li
{
float: left;
width: 11em;
}

#mainNav a
{
color: #000;
font-size: 1.1em;
text-decoration: none;
border: 1px solid #999;
border-left: none;
padding: 7px 5px 7px 30px;
display:block;
background-color: #777;
background-image: url(link.png);
background-repeat:no-repeat;
background-position: left center;
}

#mainNav a:hover
{
font-weight: bold;
background: #333333 url(go1.png) no-repeat 5px 50%;
color: #FFFFFF;
}

.thrColElsHdr #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #footer { 
	padding: 0 10px;
	background:#666;
	font-size:12px;
} 
.thrColElsHdr #footer p {
	margin: 0;
	padding: 10px 0;
	background-color: #666666;
}

/* Miscellaneous classes for reuse */
.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;
}
