@charset "UTF-8";
body  {
	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: Trebuchet, sans-serif;
	font-size: 9pt;
	padding-right: 0;
	padding-left: 5;
}

.thrColFixHdr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	/* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #containerb {
	width: 775px;  /* 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: 250;*/
}
.thrColFixHdr #header {
	height: 195px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #headerb {  /* 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. */
	padding-left: 0;
	padding-right: 0;
	background-image: url(img/navbar.gif);
	background-repeat: no-repeat;
	height: 47px;
	/*margin-bottom: 12px;*/
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:auto;
	clear:both;
} 
.thrColFixHdr #headerb h3 {
	font-size: 9pt;
	margin-left: 0;
	padding-right:12px;
	margin-bottom: 0;
	margin-right: 0;
	background-position: 0;
	/*word-spacing: 30px;*/
	color: white; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 150px;
	text-decoration: none;
	padding-top: 17px;

}
.thrColFixHdr #headerb #navbar ul{
    margin-top: 16px;
	margin-left: 12px;
	padding-left: 0px;
}
.thrColFixHdr #headerb #navbar li, .thrColFixHdr #headerb #navbar li a{
	display:inline;
	text-decoration: none;
	color: #FFFFFF;
	margin-left:12px;
	margin-right:auto;
	font-weight:bold;	

}

 .thrColFixHdr #headerb #navbar li a:hover{
 	text-decoration: none;
	color: #f26c36;
 }
 .thrColFixHdr #headerb #navbar li a.donate:hover {
	text-decoration: none;
	color: #666f74;
}

 .thrColFixHdr #headerb h3 a.donate:hover {
	text-decoration: none;
	color: #666f74;
}
.thrColFixHdr #headerb h3 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #headerb h3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #headerb h3 a:hover {
	text-decoration: none;
	color: #f26c36;
}
.thrColFixHdr #headerb h3 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.thrColFixHdr #headerc {
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: right;
	height: 20px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #headerc a:link {
	color: black;
	text-decoration: none;
}
.thrColFixHdr #headerc a:visited {
	color: black;
	text-decoration: none;
}
.thrColFixHdr #headerc a:hover {
	text-decoration: none;
	color: #f26c36;
}
.thrColFixHdr #headerc a:active {
	color: black;
	text-decoration: none;
}
/*.thrColFixHdr #mainContent p a:link {
	text-decoration: underline;
	color: #f26c36;
}

.thrColFixHdr #mainContent p a:visited {
	text-decoration: none;
	color: #f26c36;
}*/
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 243px;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	min-height: 510px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0d3d4;
	/*border:1px solid red;*/
}
.thrColFixHdr #img h3 {
border-top-width: 10pt;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-left-width: 0pt;
}
.thrColFixHdr #sidebar1 p {
	margin-left: 0;
	margin-bottom: 0;
	/*margin-right: 40px;*/
	margin-top: 0;
	line-height: 14pt;
	padding: 15px;
	width: 270px;
}
/*.thrColFixHdr #sidebar1 p a:link {
	text-decoration: underline;
	color: #f26c36;
}

.thrColFixHdr #sidebar1 p a:hover {
	text-decoration: none;
	color: #f26c36;
}
.thrColFixHdr #sidebar1 p a:visited {
	color: #f26c36;
	text-decoration: underline;
}
*/
.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 */
	/*height: 510px;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0d3d4;
	/*border:1px solid red;*/
}
/*.thrColFixHdr #sidebar2 p a:link {
	text-decoration: underline;
	color: #f26c36;
}
.thrColFixHdr #sidebar2 p a:hover {
	text-decoration: none;
	color: #f26c36;
}
.thrColFixHdr #sidebar2 p a:visited {
	color: #f26c36;
	text-decoration: underline;
}*/
.thrColFixHdr #sidebar2 h3 {
	font-size: 14pt;
	color: #666f74;
	border-bottom-color: #f26c36;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 p {
	line-height: 14pt;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.thrColFixHdr #mainContent {
	position: relative;
	padding-bottom: 0px;
	padding-right: 0px;
	height: auto;
	width: 206px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 300px;
	border-left-width: 1px;
	border-left-style:  solid;
	border-left-color: #d0d3d4;
	/*clear: both;*/
	/*border:1px solid red;*/
} 
.thrColFixHdr #mainContent h3 {
	font-size: 14pt;
	color: #666f74;
	border-bottom-color: #f26c36;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
.thrColFixHdr #mainContent p {
	line-height: 14pt;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
/*.thrColFixHdr #mainContent p a:link {
	text-decoration: underline;
	color: #f26c36;
}
.thrColFixHdr #mainContent p a:hover {
	text-decoration: none;
	color: #f26c36;
}*/
.thrColFixHdr#mainContent p a:visited {
	color: #ccc;
	text-decoration: underline;
}

.thrColFixHdr #mainContent p img{
	float: left;
	border: none;
	margin-bottom: 10px;
}
.thrColFixHdr #footer {
	position:relative;
	border-top-style: solid;
	border-top-color:#d0d3d4;
	clear:both;
} 
.thrColFixHdr #footer p {
	font-size: 7pt;
	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 */
	text-align: right;
}
.thrColFixHdr #footer a:link {
	color: black;
	text-decoration: none;
}
.thrColFixHdr #footer a:visited {
	color: black;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	text-decoration: none;
	color: #f26c36;
}
.thrColFixHdr #footer a:active {
	color: black;
	text-decoration: none;
}

.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;
}
