﻿
/*Page Header */
#header{
	height: 151px;
	width: 750px;
	background-color: #EAEAEA;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding-top: 5px;
	}

/*Page Footer */
#footer{
	height: 25px;
	background-color: #EAEAEA;
	border-top: 1px solid #577d5d;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	clear: both;
}

/* Logo Image */
img.logo{
	float: left;
	margin: 8px 8px 20px 6px;
	border: none;
}

#wrapper{
	width:750px;
	margin: auto;
	border: 1px #68945d solid;
	background-color: #EAEAEA;
}


#navcontainer ul {
	margin: 0 12px;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-weight:bold;
	background: #f6b144 url('images/nav2.jpg') repeat-x;
	}
	
#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	text-decoration: none;
	padding: 0 22px 0 22px;
	color: #000;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #d28506;
	padding: 0 22px 0 22px;
}


/* Body text Page background */
body {
	margin: .5em;
	padding: 0;
	background-color:#EAEAEA;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	color: #000;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	text-align: left;
}

/* Style for main content column */
#main{
    margin: 1em;
	margin-left: 1em;
	/* margin-left must equal total width of left column */
}


hr{
	border:1px #d39739 solid;
	width:100%;
}

/*text rules */
h1 {
	color: #147012;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	text-align: left;
	font-weight:bolder;
	margin: 0;}

/* Style h2 and h3 are the same */
h3 {
	color: #000;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: .8em;
	text-align: left;
	font-weight:bold;
	line-height: 1.0em;
}

h2 {
	color: #577d5d;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: .8em;
	text-align: left;
	font-weight:bolder;
	line-height: 1.0em;}

#main h3 {
	color: #577d5d;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
	text-align: left;
	font-weight:bold;
	line-height:0.8em;}

h5 {
	color: #000;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: .8em;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
}

p {
	color:black;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: .8em;
	text-align: left;
	line-height: 1.3em;
}

li {
	color:black;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: left;
}
