@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #CEE6C4;
	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;
}
.thrColFixHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(graphics/mainFauxCol.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
} 
.thrColFixHdr #header { 
	background-image: url(graphics/header.jpg);
	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. */
	height: 100px;
	width: 800px;
} 
.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: 30px 0 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.thrColFixHdr #header img {
	float: right;
	margin: 35px 25px 5px 5px;
}

.thrColFixHdr #headerFR { 
	background-image: url(graphics/FRheader.jpg);
	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. */
	height: 100px;
	width: 800px;
} 
.thrColFixHdr #headerFR 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: 30px 0 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.thrColFixHdr #headerFR img {
	float: right;
	margin: 35px 25px 5px 5px;
}
.thrColFixHdr #mainMenu {
	height: 22px;
	background-color: #516C17;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	background-image: url(graphics/glossyback.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #mainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.thrColFixHdr #mainMenu ul li{
	display: inline;
/*	float: left;
	text-align: center;*/
}

.thrColFixHdr #mainMenu ul li a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: auto;
	padding: 5px;
	border-left: solid 1px #FFF;
}

.thrColFixHdr #mainMenu ul li a:hover {
	color: #000000;
}

.thrColFixHdr #mainMenu li.selected a {
	color: #000000;
}



.thrColFixHdr #mainMenuFR {
	height: 44px;
	background-color: #516C17;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	background-image: url(graphics/glossyback.gif);
	background-repeat: repeat-x;
}




.thrColFixHdr #mainMenuFR ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	width: 800px;
}

.thrColFixHdr #mainMenuFR ul li{
	display: inline-block;
	float: left;
	width: auto;
	padding: 2px 5px 5px 15px;
}

.thrColFixHdr #mainMenuFR ul li a{
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}



/*.thrColFixHdr #mainMenuFR ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.thrColFixHdr #mainMenuFR ul li{
	display: inline-block;
	float: left;
	width: 100px;
}

.thrColFixHdr #mainMenuFR ul li a{
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-weight: bold;
	padding: 5px;
	border-left: solid 1px #FFF;
}*/

.thrColFixHdr #mainMenuFR ul li a:hover {
	color: #000000;
}

.thrColFixHdr #mainMenuFR li.selected a {
	color: #000000;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #516C17;
	padding: 0px 0px 5px 0px;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #516C17;
	padding: 0px 0px 5px 0px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin: 8px 130px 0px 140px;
	padding: 0px 20px 10px 10px;
	font-size: 80%;
} 

/*.thrColFixHdr #subMenu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.thrColFixHdr #subMenu li {
	list-style-type: none;
}
.thrColFixHdr #subMenu li a {
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.thrColFixHdr #subMenu li a:hover {
	color: #000;
}
.thrColFixHdr #subMenu li.selected a {
	color: #000;
}*/
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #A2B77B;
	border-top: 1px solid #000;
	font-size: 12px;
} 

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.thrColFixHdr #footerA {
	background-color: #FFFFFF;
	border-top: 1px solid #000;
} 

.thrColFixHdr #footerA p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.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 #mainContent h2.title {
	color: #516C17;
}
a:link {
	color: #364910;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:link img, a:visited img {border: 0px;
}
.thrColFixHdr #mainContent img {
	float: right;
}