﻿body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b5b8a9;
	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;
	font-size: 12px;
}
h3 
{
    font-size: small;
}
.navBack 
{
    float: right;
    width: 300px;
    text-align: right;
}
#topNavBox 
{
    width: 788px;
}
#topNavRight 
{
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
}
#topNavBox a 
{
    color: #000;
    font-size: 10px;
    text-decoration: none;
}
#topNavBox a:hover 
{
    text-decoration: underline;
}
#mainContainer 
{
    width: 788px;
    margin: 0 auto;
}
.twoColFixLtHdr #container { 
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 702px;
	background: #b5b8a9 url(images/NewHopeBg_788x702.jpg) top left no-repeat;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container_1010 
{
    width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1010px;
	background: #b5b8a9 url(images/NewHopeBg_788x1010.jpg) top left no-repeat;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container_769 
{
    width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 769px;
	background: #b5b8a9 url(images/NewHopeBg_788x769.jpg) top left no-repeat;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #menu 
{
    width: 788px; 
	height: 33px;
	text-align: right;
}
.twoColFixLtHdr #header 
{
    width: 780px;
	height: 225px;
	margin-top: 1px;
	margin-left: 4px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* 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 */
	color: #fff;
}
.twoColFixLtHdr #latestNews 
{
    width: 280px;
    height: 281px;
    background: url(images/LatestNews_280x281.jpg) top left no-repeat;
    margin-top: 15px;
    margin-left: 16px;
    overflow: hidden;
}
.twoColFixLtHdr #latestNews_Content a 
{
    color: #7b3801;
    font-weight: bold;
    text-decoration: none;
}
.twoColFixLtHdr #latestNews_Content a:hover 
{
    text-decoration: underline;
}
.twoColFixLtHdr #latestNews_Content 
{
    color: #000;
    margin: 55px 30px auto 30px;
    width: 220px;
    height: 205px;
    overflow: hidden;
}
#contact 
{
    margin-top: 52px;
    margin-left: 25px;
    font-size: 10px;
}
#contact a 
{
    color: #92a452;
    text-decoration: none;
    font-weight: bold;
}
#contact a:hover 
{
    color: #fff;
    text-decoration: underline;
}
#contact_1010
{
    margin-top: 358px;
    margin-left: 25px;
    font-size: 10px;
}
#contact_1010 a 
{
    color: #92a452;
    text-decoration: none;
    font-weight: bold;
}
#contact_1010 a:hover 
{
    color: #fff;
    text-decoration: underline;
}
#contact_769
{
    margin-top: 117px;
    margin-left: 25px;
    font-size: 10px;
}
#contact_769 a 
{
    color: #92a452;
    text-decoration: none;
    font-weight: bold;
}
#contact_769 a:hover 
{
    color: #fff;
    text-decoration: underline;
}
.twoColFixLtHdr #mainContent { 
	margin: 40px 0 0 310px; /* 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. */
	padding: 0 20px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a
{
    color: #4a5b2d;
}
#mainContent a:hover
{
    color: #000;
    background-color: #ddd;
}
#mainContent li 
{
    margin: 2px 0;
}
#mainContent ul 
{
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
    list-style-type: none;
}
.list_float 
{
    float: left;
    width: 200px;
}
.imageTile 
{
    margin-left: 325px;
    margin-top: 10px;
}
.twoColFixLtHdr #footer 
{
    color: #fff;
    font-size: 10px;
    text-align: right;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.twoColFixLtHdr #footer a 
{
    color: #596668;
    text-decoration: none;
}
.twoColFixLtHdr #footer a:hover 
{
    text-decoration: underline;
    color: #000;    
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
.twoColFixLtHdr #footer_1010
{
    color: #fff;
    font-size: 10px;
    text-align: right;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 10px;   
}
.twoColFixLtHdr #footer_1010 a 
{
    color: #596668;
    text-decoration: none;
}
.twoColFixLtHdr #footer_1010 a:hover 
{
    text-decoration: underline;
    color: #000;    
}
.twoColFixLtHdr #footer_1010 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer_769
{
    color: #fff;
    font-size: 10px;
    text-align: right;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 10px;   
}
.twoColFixLtHdr #footer_769 a 
{
    color: #596668;
    text-decoration: none;
}
.twoColFixLtHdr #footer_769 a:hover 
{
    text-decoration: underline;
    color: #000;    
}
.twoColFixLtHdr #footer_769 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: 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-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;
}
.list_left 
{
    float: left;
    width: auto;   
}
.list_right 
{
    float: left;
    width: auto;
}
.txtBody 
{
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
}
.txtEmail 
{
    margin-left: -20px;
    padding-left: 0px;
}

ul.sitemap ul
{
    margin-left: 20px !important;
}

ul.sitemap li
{
    margin-top: 7px !important;
}