﻿body {
	margin:0px;
	padding:0px 10px 10px 10px;
	font-family:Arial, Sans-Serif;
	color:#333333;
	background-color:#ffffff;
	background-image:url(images/site_BG.gif);
	background-repeat:repeat-x;
}

a {
	text-decoration:none;
}

#Site_Header {
	width:780px;
	height:151px;
}

#UpperHeader {
	width:780px;
	height:100px;
	/*
	background-position:0px 25px;
	background-repeat:no-repeat;
	background-image:url(images/Logo.gif);
	*/
	background-repeat:no-repeat;
	background-image:url(images/Logo3.gif);
}

.ReplaceWithImg {
	display:none;
	visibility:hidden;
}

#SiteMenu {
	width:780px;
	clear:both;
}

.menuButton {
	float:left;
	height:20px;
	padding: 26px 71px 4px 8px;
	background-position:0px 7px;
	background-repeat:no-repeat;
	background-image:url(images/menuSeperator.gif);
}

#SiteMenu a
{
	font-size:14px;
	font-weight:bold;
	color:#324829;
}

#SiteMenu a:hover 
{
	color:#223819;
}

#menuEnd {
	width:1px;
	height:50px;
	float:right;
	background-position:0px 7px;
	background-repeat:no-repeat;
	background-image:url(images/menuSeperator.gif);
}



#Site_FooterOverLine {
	font-size:0px;
	width:100%;
	height:2px;
	background-color:#a0b992;
	margin:13px 0px 17px 0px;
}

#Site_Footer {
	font-family:Verdana, Sans-Serif, Arial;
	text-align:center;
	width:780px;
}

#textLinks, #textLinks a {
	font-size:12px;
	font-weight:bold;
	color:#4b4b4b;
	margin-bottom:5px;
}

#LeftSideTopPictureLabel 
{
	/*border-top:solid 1px #555555;*/
	padding:3px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-top:152px;
}

#textLinks a:hover {
	color:#000000;
}

#footerNotices {
	font-size:10px;
	color:#949494;
}

#footerNotices a {
	color:#379c00;
}


