/*Menu
--------------------------------------*/
menu{
width:679px;
margin: -60px 150px 20px auto;
padding: 0 0 0px;
text-align: right;
}
ul{
padding:0;
list-style:none;
margin-top:0px;
}
li{
display:inline;
margin-right:0px;
font-size:12px;
color:#372600;
padding-right:10px;
}
li a{
color:#372600;
text-decoration:none;
text-transform:Titlecase;
font-weight:bold;
background:transparent;
}
li a:hover{
color:#d2d9e3;
text-decoration:none;
}

h1.title {
padding-top: 30px;
padding-bottom:30px;
margin: 0 14px .1em;
line-height: 1.2em;
font-size: 200%;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
}


* {
	margin: 0;
	border: 0;
	padding: 0;
	text-decoration: none;
}

html {
	min-height: 100.05%;
}

a {
	color: #51814D;
}

ul {
	list-style-type: none;
}

ul.unstacked li {
	float: left;
}

ul.unstacked:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul.margin-left li {
	margin-left: 1.3em;
}

ul.margin-right li {
	margin-right: 22px;
}

/**************************/

#header {
	width: 679px;
	margin: auto;
	height: 92px;
	position: fixed;
	top: 0;
	background-color: #f7f7f7;
	border-bottom: 3px solid #bababa; /* #61915D; */
}

#header #homelink {
	position: absolute;
	left: 150px;
	top: 31px;
}

#header #site-menu {
	position: absolute;
	top: 58px;
	right: 66px;
	width: 444px;
}

#site-menu li {
}

/**************************/

#body {
	color: #222;
	font-size: 15px;
	color: #f7f7f7;
	font-family:arial,verdana,helvetica;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#body ul {
	margin-bottom: 1.2em;
	line-height: 1.4em;
}


#body h2 {
	font-size: 1.2em;
	margin: .2em 0;
}

#body td {
	border: 0;
	padding: 0 9px 13px 0;
}

#body .set {
	width: 679px;
	overflow: auto;
	white-space : nowrap;
	padding-bottom: 2px;
}

#body .set img {
	margin-right: 17px;;
}

#sitemeter img {
	visibility: hidden;
}
