@charset "utf-8";
/* CSS Document */

#wrap {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
	overflow: auto;
}

#header {
	width: 968px;
	height: 150px;
}

#menu {
	height: 20px;
	background-color: #e8e8e8;
	width: 968px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 40px;
	background-repeat: repeat-x;
}

#content {
	overflow: hidden;
	visibility: visible;
}

#footer {
	position: relative;
	margin-top: -40px;
	height: 20px;
	width: 100%;
	clear: both;
	background-color: #1B6405;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_content {
	width: 968px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
}

#main {
	overflow: auto;
	padding-bottom: 40px;
}

h1 {
	font-size: 20px;
	color: #1B6405;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

html, body {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #1B6405;
}

a:active {
	text-decoration: none;
}
a.email:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.email:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.email:hover {
	text-decoration: none;
	color: #FEF799;
}
a.email:active {
	text-decoration: none;
	color: #FFFFFF;
}
