@charset "UTF-8";
/* CSS Document */
body  {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFF;
	
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	border: 10px solid #000000;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-x;
	background-color: #FFF;
	
	
	background-image: url(images/longgradient.gif);
}
.thrColFixHdr #header {
	background: #000000;
	text-align: left;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 550px;
	background-color: #FFF;
	font-size: 14px;	
	
}
.thrColFixHdr #container #sidebar1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-family: "Times New Roman", Times, serif;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	height: 560px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000;
}
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: #00F;
}
.thrColFixHdr #container #sidebar2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar1 p a {
}
.thrColFixHdr #container #mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding: 0;
	font-size: 14px;
} 
.thrColFixHdr #container #sidebar2 table tr td a {
	color: #000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #B1FBFD;
}
a:visited {
	color: #499FF2;
	text-align: center;
}
.thrColFixHdr #footer {
	background-color: #000000;
	height: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thick;
	border-top-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.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 h3 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}



.centered {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
}.anotations {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #000;
	text-align: center;
}
.thrColFixHdr #container #mainContent h1 {
	border-bottom-width: thick;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 table {
	background-color: #000;
	text-align: center;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.thrColFixHdr #container #sidebar2 table tr {
	border: medium groove #A68F7E;
}
.thrColFixHdr #container #sidebar2 table td  {
	border: thick ridge #a58f7e;
	background-color: #c1bcb9;
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 16px;
}
