@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #006306;
}
div#wrapper {
	width: 933px;
	background-color: #FFFFFF;
	margin: 0px auto;
	display: block;	
	overflow: visible;
        height: 1000px;
}
div#header {
	width: 933px;
	height: 150px;
	display: block;
	padding: 5px;
	text-align: left;
	background-color: #006306;
	margin-bottom: 9px;
}
div#body {
	border-top: 1px solid #999;	
	margin-top: -9px;
	display: block;
	padding: 10px;
	background-color: #FFFFFF;
	
}
img.header {
	margin-top: 35px;

}
div#navbar {
	float: right;
	background-image: url(NavBar.gif);
	background-repeat: no-repeat;
	display: block;
	width: 531px;
	height: 49px;
	margin-right: 4px;
	padding-bottom: 5px;
	text-align: left;
}
ul#nav {
	list-style-type: none;
	padding: 0px;
	margin-top: 12px;
}
li#link {
	display: inline;
	list-style-type: none;
	padding-right: 50px;
	padding-left: 40px;

}

a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #006306;
	font-size: 18px;

}
a:hover {
	color: #666;
}
div#Cont_Left {
	width: 600px;
	border-right: solid 2px #006306;
       	float: left;
	background-color: #FFFFFF;
	display: inline;
	text-align: left;
	padding: 15px;
}
div#Cont_Right {
	float: right;
	width: 260px;
	display: block;
	padding: 4px;
	font-size: 14px;
	text-align: left;
	background-color: #FFFFFF;
}
div.hr {
  height: 15px;
  width: 269px;
  background: #fff url(hr1.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
h2 {
	color: #006306;
	padding: 0px;
}
p{
	text-align: justify;
	text-indent: 20px;
}
span.intro {
	font-style: oblique;
	font-weight: bold;
}
p.crumb {
	text-align: right;
	font: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.right {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}
a.right:hover {
	color: #666;
}
iframe.nav {
	
}
div#clear {
	clear: both;
}
/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
p.email {
	text-indent: 10px;
}
frame {
display: block;
overflow: hidden;
}
}