@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #ffffff;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	
}

.twoColFixLtHdr #container {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
} 

.twoColFixLtHdr #header {
	padding: 5px 5px 5px 5px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: #666666;
	background-position: right;
	height: 180px;
	text-align: center;
} 

.twoColFixLtHdr #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-left: 200px;
	text-align: center;
}

#nav_button_container  a:link, #nav_button_container a:visited {
	margin-right: 8px;
	float: left;
	width: 105px; 
	background:  url(../images/nav_button_off.jpg) 100% 0;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px; /*Set line-height of bg image- padding within link*/
	height: 20px; /* Set to height of bg image) */
}

#nav_button_container a:hover{
	margin-right: 8px;
	float: left;
	width: 105px; 
	background: transparent url(../images/nav_button_on.jpg) 100% 0;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px; /*Set line-height of bg image- padding within link*/
	height: 20px; /* Set to height of bg image) */
}
	
#nav_button_container a.selected{
	margin-right: 8px;
	float: left;
	width: 105px; 
	background: transparent url(../images/nav_button_on.jpg) 100% 0;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px; /*Set line-height of bg image- padding within link*/
	height: 20px; /* Set to height of bg image) */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}

.twoColFixLtHdr #mainContent {
	background-image: url(../images/content_header_body.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
} 

#mainContent h1 {
	margin-top: 0px;
}

.twoColFixLtHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 100%;
	background: #2B2B2B url(../images/footer.gif) repeat-x 0 0;
} 


.twoColFixLtHdr #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 */
}

.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-right: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 20px;
}

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

.twoColFixLtHdr #navbar {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 100%;
	background: #2B2B2B url(../images/footer.gif) repeat-x 0 0;
} 



.twoColFixLtHdr #mainContentHeader {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-image: url(../images/content_header.gif);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 0 px;
	margin-right: 0 px;
	margin-bottom: 0 px;
	margin-left: 230px;
} 

.twoColFixLtHdr #mainContentFooter {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-image: url(../images/content_footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 0 px;
	margin-right: 0 px;
	margin-bottom: 0 px;
	margin-left: 230px;
} 


:visited img,:link img,a img {
	border:none
}

a:visited,a:link,a:active{
	color: #2b4a26;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
}

a:hover {
	color: #000000;
	font-size: 12px;
	font-variant: small-caps;
}

#TextLinks {
	padding-top:8px;
	padding-bottom:15px;
	color:#2b4a26;
	text-align: center;
}

#TextLinks a:active,#TextLinks a:visited,#TextLinks a:link  {
	color: #fae844;
	text-align: justify;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 11px;
}

#TextLinks a:hover {
	color: #ffffff;
	text-align: justify;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 11px;
}

#Disclaimer {
	color: #fae844;
	text-align: Center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 11px;
}
#mainContent p strong {
	color: #2b4a26;
}
#header h1 {
	font-size: 24px;
}
em {
	color: #F00;
	font-style: normal;
}
#sidebar1 a {
	font-size: 16px;
}
#mainContent a {
	font-size: 16px;
}
#mainContent img {
	border: 5px  outset #2B4A26;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
