a:link { color: #5a885a; text-decoration: none; font-weight: bold;}
a:hover { color: #000000; text-decoration: underline; font-weight: bold;}
a:visited { color: #5a885a; text-decoration: none; font-weight: bold;}
a:hover:visited { color: #000000; text-decoration: underline; font-weight: bold;}


.copyright    { margin-left: 40; margin-right: 15; font-family: Segoe UI; font-size: 10px; color: #A0A0A0 }



.quote {
	font-size: 20px;
	color: #676767;
	}

h1 { color: #5a885a; 
	font-size: 22px;
	font-family: Segoe UI;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h2 { color: #5a885a; 
	font-size: 16px;
	font-family: Segoe UI;
	}


body { 
	font-size: 12px;
	background-color: #ffffff;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	}


	
	
.smallfont {
	font-size: 9px;
	font-family: Segoe UI;
	
	}


#mainContainer
{
	margin: 0 auto;
	width: 1004px;
	border: solid 2px #000000;
}


#contentContainer
{
	background-color: #ffffff;
	background-image: url('images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 970px;
	vertical-align: top;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	padding: 15px;
	text-align: left;
}



/* Sub Menu Tabs */

.halfmoon {
margin-bottom: 1em;
width: 460px;
position: relative;
left: 262px;
bottom: 6px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
font: bold 14px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.halfmoon li{
display: inline;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 14px;
background: #ffffff url(images/tabbg.jpg) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #dad7cd;
color: navy;
}

.halfmoonActive 
{
    color: #5a885a;
}
