/* CSS Document */

body {
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #000;
	text-align: center;
	background-color: #CCCCCC;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: underline;
    color: #666666;
}
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000;
	background-color: #FFFFFF;
	min-height: 550px;
}
#top {
	padding: 34px 75px 18px 63px;
	height: 75px;
}
#tagline {
	float: right;
	padding: 41px 0px 0px 0px;
}
#nav {
	padding: 9px 55px 0px 55px;
	height: 18px;
	border-bottom: solid 5px #fabe07;
	background-color: #000000;
}
#nav a {padding:0 29px;}
#content {
	margin-left: 477px;
	padding: 58px 83px 20px 0px;
	line-height: 1.75em;
}
#content p {margin-top: -.25em;}
#leftone {
	float: left;
	width: 178px;
	text-align: right;
	padding: 58px 0px 0px 0px;
}
#lefttwo {
	float: left;
	padding: 58px 20px 0px 56px;
	width: 215px;
}
#lefttwo p {margin: 0em 0em 2em 0em;}

h2 {
	color: #ff5933;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0em;
}
h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 0em;
}
.boldorange {color:#ff5933; font-weight:bold; padding-right:10px;}
img {border:0px}
.floatleft {float:left}
.right {text-align:right}
.bold {font-weight:bold;}
