﻿body, h1, h2, h3, h4, form, input, p, ul, li, a, a:hover {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Calibri;
	font-size: 18px;
	text-decoration: none;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
div#floatclearer {
	clear: both;
	height: 20px;
	color: white;
	}
	
div#contentwrapper a:hover {
	text-decoration: underline;
	}
	
/* font content formatting */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', sans-serif;
	}
	
h1, h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	color: #454545;
	font-weight: lighter;
	}
	
/* styling for anything in the masthead div */

div#mastheadwrapper {
	color: white;
	background-color: #000000;
	background-repeat: repeat-x;
	}
	

div#masthead {
	width: 785px;
	margin: 0 auto;
	height: 125px;
	}
	
div#masthead h1 {
	font-size: 32px;
	font-weight: lighter;
	padding-top: 10px;
	}
	
div#masthead ul#smallnav {
	float: right;
	margin-top: 5px;
	}
	
div#masthead ul#smallnav li {
	float: left;
	padding-left: 5px;
	color: #C2C2C2;
	}
	
div#masthead ul#smallnav li a {
	color: #C2C2C2;
	font-weight: bold;
	}
	
div#masthead ul#smallnav li a:hover {
	color: white;
	}
	
div#masthead p.slogan {
	float: right;
	clear: right;
	margin-top: 5px;
	font-weight: bold;
	}
	
div#masthead p.slogan a {
	color: white;
	}
	
div#masthead ul#mainnav {
	float: left;
	margin-top: 28px;
	left: 10px;
	}
	
div#masthead div#searchbar input {
	float: left;
	margin: 5px 0 0 10px;
	border: 1px solid #D2D2D2;
	}
	
div#masthead h3 {
	color: #C2C2C2;
	}
	
/* main content formatting */

div#contentwrapper {
	width: 755px;
	margin: 0 auto;
	padding-top: 20px;
	}
	
div#maincontent .first {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
div#contentwrapper p {
	line-height: 24px;
	}
	
/* subcontent formatting */

div#subcontent {
	float: right;
	}
	
div#subcontent p {
	padding: 0;
	padding-left: 10px;
	clear: left;
	}

div#subcontent form input {
	border: 1px solid #D2D2D2;
	}
	
div#subcontent form p.login {
	width: 200px;
	padding-left: 30px;
	height: 30px;
	line-height: 15px;
	}
	
div#subcontent form p strong {
	float: left;
	clear: left;
	}
	
div#subcontent form p input {
	float: right;
	clear: right;
	}
	
div#subcontent h2 {
	padding-bottom: 10px;
	}
	
div#subcontent p.forgotpass {
	float: left;
	}
	
div#subcontent p.last, div#subcontent div#links p.last {
	color: white;
	height: 10px;
	padding: 0;
	}
	
div#subcontent div#links p {
	padding: 10px 10px;
	}
