* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	text-align: center;
	height: 100%;
	font: 14px/1.5em arial, helvetica, sans-serif;
	color: #516478;
	background-color: #eaf0f7;
}
img {
	border: 0;
}

/* LINKS ---------------------------------------- */

a {
	color: #ea9a27;
}
a:hover {
	color: #54b6fb;
}
#left #nav a {
	color: #316b9e;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#left #nav a:hover {
	color: #eaf0f7;
}
h1 a, h2 a, h3.blue a {
	color: #4678a5;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3.blue a:hover {
	color: #54b6fb;
	text-decoration: underline;
}

/* TYPOGRAPHY ----------------------------------- */

p {
	margin: 0 0 1.5em;
}
h1, h2, h3 {
	margin: 1.2em 0 .3em;
	line-height: 1em;
	color: #316a9d;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}
h1 {
	margin-top: 0;
	font-size: 26px;
}
h2 {
	color: #4678a5;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
}
small {
	font-size: 11px;
}
.error {
	font-weight: bold;
	color: red;
}
.success {
	font-weight: bold;
	color: green;
}
.nt {
	margin-top: 0;
}
.nb {
	margin-bottom: 0;
}

/* LISTS ---------------------------------------- */

ul, ol {
	margin: .5em .5em 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul.related, ol.related {
	margin-top: -1em;
}
li {
	margin-left: 1.4em;
	padding-left: 0;
	line-height: 1.4em;
}
ul.spaced li, ol.spaced li {
	margin-bottom: 1em;
}

/* LAYOUT --------------------------------------- */

#page {
	margin: 0 auto;
	text-align: left;
	width: 899px;
	background: #fff url(../img/site/left.gif) repeat-y 0 214px;
	min-height: 100%;
	border-right: 1px solid #d1deb2;
}
* html #page {
	height: 100%;
}
#header {
	background: #265c8b url(../img/site/header.jpg) no-repeat 0 0;
	height: 214px;
	position: relative;
}
#logo {
	position: absolute;
	left: 53px;
	top: 26px;
}
#signup {
	position: absolute;
	top: 185px;
	left: 27px;
}
#left {
	float: left;
	width: 172px;
	display: inline;
	padding-top: 30px;
}
#left #nav {
	list-style: none;
	margin: 10px 25px 0 15px;
}
#left #nav li {
	margin: 0 0 .75em 0;
}
#content {
	margin-left: 192px;
	background: url(../img/site/content-bg.gif) no-repeat top right;
	padding: 20px 30px 0 0;
}
#footer {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 2em;
	padding-bottom: 1.5em;
}
#flashMessage {
	font-weight: bold;
	margin-bottom: 1em;
}

