@charset "utf-8";
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: #FFF;
	background-color: #255583;
	background-image: url(../images/page/Pyramid_BG.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium groove #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333;
	background-color: #FFFFFF;
	background-image: url(../images/page/Pyramid-Content-BG.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;  /* 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. */
	color: #FFF;
	background-color: #006;
	height: 130px;
} 
.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;
	position: absolute;
	left: -3000px;
}

.thrColFixHdr #container #header table tr td {
	text-align: center;
	vertical-align: middle;
	height: 60px;
	width: 100%;
}
.thrColFixHdr #container #header table {
	height: 100px;
}

.thrColFixHdr #container #header #nav-top {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-color: #800000;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
}
.thrColFixHdr #container #header #nav-top #date {
	padding-right: 125px;
}
.thrColFixHdr #container #header #nav-top ul {
	list-style-type: none;
	float: none;
	text-align: right;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #header #nav-top ul li {
	display: inline;
	padding-left: 20px;
}
.thrColFixHdr #container #header #nav-top ul li a {
	text-decoration: none;
}
.thrColFixHdr #nav-top ul li a:link, .thrColFixHdr #nav-top ul li a:visited, .thrColFixHdr #nav-top ul li a:focus, .thrColFixHdr #nav-top ul li a:active {
	color: #FFF;
}
.thrColFixHdr #nav-top ul li a:hover {
	color: #FF6;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	background-color: #8282FF;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 85%;
	padding: 5px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 95%;
	padding: 5px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.box1 {
	background-color: #eee;
	border: thin double #333;
	margin-right: auto;
	margin-left: auto;
	width: 140px;
	padding: 2px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 90%;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 85%;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.box2 {
	background-color: #eeeeee;
	width: 155px;
	border: thin double #333;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}

.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 180px;
	padding: 0;
} 
.thrColFixHdr #container #mainContent h2 {
	font-size: 120%;
	color: #006;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent h3 {
	font-size: 100%;
	font-weight: bold;
	color: #006;
	padding-top: 6px;
	padding-bottom: 4px;
	margin: 0px;
}
.thrColFixHdr #container #mainContent h4 {
	font-size: 95%;
	color: #0B3D6E;
	font-style: italic;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.thrColFixHdr #container #mainContent p {
	font-size: 85%;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.3em;
}
.thrColFixHdr #container #mainContent p.right {
	text-align: right;
}


.thrColFixHdr #container #mainContent table tr td {
	text-align: center;
	vertical-align: top;
}
.thrColFixHdr #container #mainContent ul li, .thrColFixHdr #container #mainContent ol li {
	font-size: 85%;
	line-height: 1.4em;
	padding: 0px;
}
.thrColFixHdr #container #mainContent ul {
	margin-top: 4px;
	margin-bottom: 6px;
}

.thrColFixHdr #container #mainContent ul li ol li {
	font-size: 100%;
	line-height: 1.4em;
}



.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CCC;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #666;
} 
.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-size: 80%;
	text-align: center;
}
.thrColFixHdr .center {
	text-align: center;
}
.thrColFixHdr .photoBorder {
	border: 2px solid #333;
}


.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: 16px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
}
.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;
}
.smallText {
	font-size: x-small;
}
