html { 
	height: 101%; 
}

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7F7772;
	height: 101%;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 0.9em;
}

a:link {
	color: #604e36;
	text-decoration: underline;
}

a:visited {
	color: #605c36;
	text-decoration: underline;
}

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

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 240px;
	text-indent: -9999px
}

#logo h1 {
	display: block;
	height: 50px;
	padding: 30px 25px 0 25px;
	margin-top: 7px;
	background: url(images/logo.png) no-repeat;
	text-decoration: none;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 530px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/nav.gif) no-repeat;
	text-decoration: none;
	font-size: 1em;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ed2024;
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
}

#splash img {
	margin: -7px 0;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	color: #ed2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1 {
	margin-bottom: 20px;
}

#page h2 {
	margin-bottom: 10px;
}

#page h3 {
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
	font-weight: bold;
}

#content {
	float: left;
	width: 490px;
	padding: 20px 60px 20px 0px;
}

#content ol, #content ul {
	margin-left: 3.5em;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 10px 0px 20px 20px;
}

#sidebar h2 {
	padding-top: 10px;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 5px;
	background: #3B3B3B;
	color: #FFFFFF;
}

.smaller {
	font-size: 0.85em;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 5px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 0.75em;
}

#footer a {
	text-decoration: none;
}


#legal {
	float: left;
}

#links {
	float: right;
}