body {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color: #006600;
	width: 740px;
	padding: 15px;
	margin-right:0 auto;
	text-align: left;
}
#content {
	text-decoration: none;
	background-color: #FFFFFF;
	width: 740px;
}
.logo {
	float: left;
	width: 367px;
	height:auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #006600;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.logotype {
	margin-left: 90px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006600;
	float: right;
	font-weight: bolder;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 10px;
	margin-top: 50px;
	
}
.nav {
	float: left;
	width: 175px;
	margin-right: 5px;
	margin-left: 5px;
	height: 100%;
}
.clearleft {
	clear: left;
}

a{
	color: #006600;
	text-decoration: none;
}

#leftaddressbox {
	margin: 10px;
	padding: 5px;
	height: auto;
	width: 475px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #006600;
}
#rightaddressbox {
	height: auto;
	width: 475px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #006600;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 10px;
}

#masthead {
	text-align:center;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	height: 180px;
}
#footerbox {
	color: #006600;
	text-align:center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#footerbox a {
	color: #006600;
	text-decoration: none;
}

.navbutton {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FF9900;
	margin: 25px;
	padding: 2px;
	height: auto;
	width: 120px;
	background-color: #CCFFCC;
	text-align: center;
	color: #009900;
}
.clearfloat {
	clear: both;
	height: 0;
}
#mainbody {
	margin: 0;
	padding: 0;
	height: 100%;
}
#maincontent {
	width: 500px;
	font-size: 12px;
	color: #006600;
	margin-top: 0;
	margin-left: 190px;
	padding-right: 20px;
	padding-top: 10px;
	height: 100%;
}
.maintext {
	font-size: 12px;
	color: #006600;

	margin-left: 205;
}


#brandbox {
	border: 2px solid #FF9900;
	background-color: #CCFFCC;
	padding: 5px;
	width: 475px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 20px 0 200px;
	
}

.legal {
	text-align: left;
	font-size: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:link {
	color: #006600;
	text-decoration: none;
}
.nav a:visited {
	color: #006600;
	text-decoration: none;
}
.nav a:hover {
	color: #FF9900;
}
.legal a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.legal a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.legal a:hover {
	color: #FF9900;
}
.clickhere {
	font-size: 9px;
	color: #006600;
}
#brandbox a:link {
	color: #006600;
	text-decoration: none;
}
#brandbox a:visited {
	color: #006600;
	text-decoration: none;
}	

#brandbox a:hover {
	color: #FF9900;
	text-decoration: none;
}

.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	margin-top: 20px;
}
#maincontent a:link {

	color: #006600;
	text-decoration: none;
}
#maincontent a:visited {

	color: #006600;
	text-decoration: none;
}
#maincontent a:hover {

	color: #FF9900;
	text-decoration: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
