@charset "utf-8";
body  {
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#headerPBW {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800000;
	font-weight: bold;
	text-align: center;
}
#headerInfo {
	font-size: 1.1em;
	line-height: 01.1em;
	font-weight: bold;
	color: #800000;
	text-align: center;
}
h4 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
}

p  {
	font-size: 0.9em;
}
a {
	font: bold 0.9em "Trebuchet MS", Verdana, sans-serif;
	color:#0033CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#c00;
}
#alignButtons {
	padding-top: 60px;
}
#column1 {
	float: left;
	margin-right: 40px;
}
#column2 {
	float: left;
	margin-right: 60px;
	margin-top: 0px;
}
#column3 {
	margin-top: 30px;
}
#navcontainer
{
background: #f9f8ea;
width: 85%;
margin: 0 auto;
padding: 2em 0;
font-family: georgia, serif;
font-size: 13px;
text-align: center;
text-transform: lowercase;
}
#special {
	margin-left: 20px;
	margin-right: 30px;
	text-align: center;
}
ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}
#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

#navcontainer-h
{
background-color: #f9f8ea;
height: 60px;
margin: 0 auto;
padding: 1em 0 0 0;
font-family: georgia, serif;
text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#navcontainer-h:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist-h
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 90%;
font-size: 0.8em;
}

ul#navlist-h li
{
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
}

ul#navlist-h li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer-h>ul#navlist-h li a { width: auto; }

ul#navlist-h li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist-h li a:hover, ul#navlist-h li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

.twoColHybRt #container {
	width: 90%; 
	background: #f9f8ea;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColHybRt #sidebar1 {
	float: right;
	width: 14em;
	background: #f9f8ea;
	padding: 10px 0;
	text-align: center;
}
.twoColHybRt #sidebar1 h3, .twoColHybRt #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoColHybRt #mainContent {
  margin: 0 13em 0 10px; 
} 
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#endStuff {
	font-size:small;
	text-align: left;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	font-size: 1.2em;
	color: #800000;
	text-align: center;
}
