@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #3800AA;
}
.thrColFixHdr #container {
	width: 900px;  /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-color: #FFF;
	border-top-color: #3800AE;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
} 
.thrColFixHdr #header {
	background-color: #3800AE;
	color: #EADFFF;
	width: 900px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 125px;
} 
.thrColFixHdr #headerMenu{
	background-image: url(images/compass_header_900_bottom.jpg);
	height: 65px;
	width: 900px;
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3800AE;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #3800AE;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #container #sidebar2 .boxNews {
	background-color: #ECE8FF;
	padding: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #container #mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
}




.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 #container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #3800AE;
}
.thrColFixHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 3ex;
}
.thrColFixHdr #container #mainContent blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2.5ex;
}



.thrColFixHdr #footer {
	background-color: #ECE8FF;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: #333;
}
.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 #sidebar1 h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #sidebar1 p {
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 2.5ex;
}
.thrColFixHdr #container #sidebar2 h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 0.9em;
	margin-top: 5px;
	line-height: 2.25ex;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent .contactForm {
	background-color: #ECE8FF;
	width: 425px;
	font-size: .8em;
	margin-bottom: 15px;
	padding-top: 15px;
}
.thrColFixHdr #container #mainContent .contactForm .contactFormName {
	float: left;
	width: 125px;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #mainContent .contactForm .contactFormInput {
	float: left;
	width: 64%;
}
.thrColFixHdr #container #sidebar1 table {
	font-size: 0.9em;
	color: #2B008E;
	text-align: center;
}
