@charset "UTF-8";
/* CSS Document */
body {
	background-color: #3F7F7F;
	margin-top: 0px;
}
body,td,th {
	color: #403930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
a:link {
	color: #BB2B05;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BB2B05;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #BB2B05;
}
#masthead {
	background-color:#3F7F7F;
	height: 300px;
	width: 800px;
	margin: 0px auto 0px auto;	
}
#content {
	height: 100%;
	width: 450px;
	padding: 20px 50px 0px 50px;
	float:left;
	position: relative;	
}
#nav {
	min-height: 100%;
	width: 250px;
	padding: 0px 0px 0px 0px;
	float:left;
	position: relative;
}
.nested {
	height:100%;
	width:368px;
	padding:25px 40px 25px 40px;
	margin: 25px 0px 25px 0px;
	color:#A2CBBD;
	background-color:#403930;
	border: #3F7F7F 1px solid;
}
.footer {
	height:35px;
	width:800px;
	clear:both;
	text-align:center;
	font-size:10px;
	padding-top:10px;
}
.wrapper {
	height:100%;
	width:800px;
	margin:0px auto 0px auto;
	background-color:#8CC540;
	clear:both;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;

}
.wrappershadow {
	height:100%;
	width:800px;
	margin:0px auto 0px auto;
	-moz-box-shadow: 8px 8px 8px #222;
	-webkit-box-shadow: 8px 8px 8px #222;
	box-shadow: 8px 8px 8px #222;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;

}
.centered {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.headline_16pt {
	font-size:16px;
}
.headline_14pt {
	font-size:14px;
}
.headline_18pt {
	font-size:18px;
}
.orange {
	color:#BB2B05;
}
.lightblue {
	color:#A2CBBD;
}
.gray {
	color:#403930;
}
.darkblue {
	color:#3F7F7F;
}
.lineheight30px {
	line-height:30px;
}
.paddingleft15px {
	padding-left:15px;
}