@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: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.thrColFixHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(centerColor-y.png);
	position:relative;
} 
.thrColFixHdr #header {
	-moz-box-sizing: padding-box;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration: none;
	background-image: none;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #topmenu {
	background-color: #FFFFFF;
	width: 98%;
	height: auto;
	color: #464474;
	vertical-align: middle;
	text-decoration: none;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border: 0px none #F3F3EE;
}
.thrColFixHdr #topmenu a {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #464474;
	text-decoration: none;
}
.thrColFixHdr #header a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.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 */
	font-family: serif;
	font-size: 26pt;
	color: #464474;
	background-position: center;
}
 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	list-style-type: none;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #999999;
	clear: both;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #999999;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	vertical-align:top;
}
.thrColFixHdr #mainContent h1 {
	font-size: 30px;
	color: #464474;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.thrColFixHdr #mainContent p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #464474;
	font-weight: normal;
}
.thrColFixHdr #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #464474;
	font-weight: normal;
}
.thrColFixHdr #mainContent a {
	font-weight: bold;
	color: #464474;
	text-decoration: underline;
}
.thrColFixHdr #sidebar1 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #464474;
}
.thrColFixHdr #sidebar1 p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #464474;
	line-height: 1.1em;
}


.thrColFixHdr #sidebar1 {
	\width: 120px;
	w\idth: 150px;
	margin-top: 0px;
	margin-bottom:0px;
	vertical-align:top;
	padding: 0px;
  }
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right:16px;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	vertical-align:top;
}
.thrColFixHdr #mainContent {
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: none;
	margin-top: 0px;
	vertical-align: top;
	font-size: 12px;
} 
.thrColFixHdr #mainContent li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #464474;
}

.thrColFixHdr #footer p {
}

.thrColFixHdr #sidebar1 table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #464474;
	padding: 0px;
	clear: both;
	top: -10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	table-layout:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.thrColFixHdr #mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #464474;
	text-align: left;
}


.thrColFixHdr #header img {
	padding-left: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blue {
	color: #464474;
}


.thrColFixHdr #footer {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
} 
.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: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	color: #464474;
}
.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;
}

div#main_content a:link {
	color: #464474;
	text-decoration: none;
}
div#main_content a:visited {
	text-decoration: none;
}
div#main_content a:hover {
	color: white;
	background: #474484;
	border-bottom: 0px solid #aaaaaa;
	border-right: 0px solid #aaaaaa;
	text-decoration: underline;
}
div#main_content a:active {
	color: white;
	text-decoration: none;
}

div#art a:link {color: #131141;}
div#art a:visited {color: #868858;}
div#art a:hover {color: white; background: #474484; border-bottom: 0px solid #aaaaaa; border-right: 0px solid #aaaaaa;}
div#art a:active {color: white;}
.blue {
	color: #464474;
}

div#sidebar1 a:link {
	color: #464474;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#sidebar1 a:visited {
	color: #636737;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	line-height: normal;
	font-size: 12px;
	font-variant: small-caps;

.thrColFixHdr #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #464474;
}
.indent {
	margin-left: 20px;
}
.image {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

