@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: #000;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border: 1px none #000000;
} 
.thrColFixHdr #header {
	background-color: #039;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 315px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 450px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 274px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	height: 480px;
}
.thrColFixHdr #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EBEBEB;
} 
.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: 70%;
	color: #666;
}
.thrColFixHdr #footer a:link {
	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;
	color: #666;
}
.thrColFixHdr #footer a:visited {
	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;
	color: #666;
}
.thrColFixHdr #footer a:hover {
	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;
	color: #666;
}
.thrColFixHdr #footer a:active {
	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;
	color: #666;
}
.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;
}

/************** photo styles **************/
.picLeft {
	float: left;
	padding: 10px;
}
.picRight {
	float: right;
	padding: 10px;
}
/************** link styles **************/
a:link {
	text-decoration: underline;
	color: #039;
}
a:visited {
	color: #039;
}
a:hover {
	text-decoration: underline;
	color: #039;
}
a:active {
	text-decoration: underline;
	color: #039;
}

p {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

/************** header tag styles **************/

h1 {
	font-size: 300%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}
h2 {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: normal;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
h3 {
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	font-size: .9em;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}
h6 {
	font-size: .9em;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
}

