@charset "utf-8";
body  {
	font: 80% Georgia, serif;
	background: #e2e6e7;
	margin: 0; 
	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;
	min-width:870px;
}


.thrColElsHdr #container { 
	width:46em   /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* 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. */
	height:100px;
} 
.thrColElsHdr #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: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}


.thrColElsHdr #sidebar1 {
	float: left; 
	width:160px;  
	padding: 15px 0; 
	background-color:#642D86;
	height:500px;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width:160px;  
	padding: 15px 0; 
	background-color:#872d50;
	height:500px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar1 #topnavi ul,.thrColElsHdr #sidebar2 #subnavi ul {
	margin-left: 10px; 
	margin-right: 10px;
}


.thrColElsHdr #mainContent {
 	margin: 0 12em 0 12em;
	padding:0 15px;
} 

.thrColElsHdr #footer { 
	padding: 0 10px;
	background:#707faa;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

#topnavi ul {padding:0}

#topnavi ul li, #subnavi ul li {list-style-type:none;}

#topnavi ul li a {font: 80% Geneva,Arial, Helvetica,sans-serif;font-weight:bold;line-height:28px;margin:0; padding:0;font-size:13px;
text-decoration:none; vertical-align:middle;}

#topnavi ul li a:link {color:#fff;}

#topnavi ul li a:visited {color:#fff;}

#topnavi ul li a:hover {color:#000;}

#topnavi ul li a:active {color:#fff;}


#subnavi ul {background-color:#9999CC;width:150px;padding:0}
#subnavi ul li a {font: 80% Geneva,Arial, Helvetica,sans-serif;font-weight:bold;line-height:28px;margin:0;font-size:12px;padding-left:3px;
text-decoration:none; vertical-align:middle;}

#subnavi ul li a:link {color:#fff;}

#subnavi ul li a:visited {color:#fff;}

#subnavi ul li a:hover {color:#000;}

#subnavi ul li a:active {color:#fff;}

a:link {color:#000;text-decoration:underline;}

a:visited {color:#999;text-decoration:underline}

a:hover {color:#66CCFF;text-decoration:none}

a:active {color:#66CCFF;text-decoration:none}

p {
	line-height: 21px;
}

#header h1 {font:17px Geneva, Arial, Helvetica, sans-serif;color:#000;margin:0;padding:0}
h1,h2,h3,h3 {font-family: Geneva, Arial, Helvetica, sans-serif;margin-bottom:25px;color:#333}
h1 {font-size:14px;margin-top:30px}
h2 {font-size:13px}
h2 {font-size:12px}

#footer p {color:#fff;font:12px Geneva, Arial, Helvetica, sans-serif;}

img {float:left}

/* 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;
}

table td {
	padding: 5px;
}
