body {
	background: #FFF;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 70%;
	color: #494844;
}

p {
	color: #494844; 
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
a {
	color: #429BB1;
}
a:hover {
	color: #60BCD3;
}
a:visited,
a:active {
	color: #A8A487;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
}

h1 {
	padding: 30px 5px 10px 5px;
	margin: 0 15px 10px 15px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #D3D3D3;
	font-size: 2.0em;
}
h2 {
	font-size: 1.6em;
	color: #429BB1;
	padding-bottom: 15px;
}
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }

hr {
	border: solid 1px #D3D3D3;
	margin: 20px 0;
}
/* General */
.hidden {
	display: none;
}
.clearit {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
}

#logo-bar {
	height: 55px;
	background: #000 url(/static/images/i/bg-logoBar.png) top left repeat-x;
}
#logo {
	height: 45px;
	width: 125px;
	background: transparent url(/static/images/i/logo.png) center center no-repeat;
	margin: 0 auto;
}
#logo a {
	display: block;
	width: 125px;
	height: 45px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1em;
}

#nav-bar {
	height: 27px;
	background: #3E95AA url(/static/images/i/bg-navBar.png) bottom left repeat-x;
}
#nav-bar.loggedout {
	height: 8px;
}
#nav {
	width: 245px;
	height: 27px;
	margin: 0 auto;
	background: transparent url(/static/images/i/nav.png) bottom left no-repeat;
}
#nav-bar.loggedout #nav {
	display: none;
}

#nav li {
	float: left;
	display: block;
	height: 27px;
}
#nav a {
	display: block;
	height: 27px;
	text-indent: -9999px;
	font-size: 0.1em;
	text-decoration: none;
}

#nav #nav-graph,
#nav #nav-graph a {
	width: 81px;
}
#nav #nav-my-records,
#nav #nav-my-records a {
	width: 93px;
}
#nav #nav-logout,
#nav #nav-logout a {
	width: 71px;
}


/* CONTENT */
#site-content {
	background: transparent url(/static/images/bg-body.jpg) top center repeat-x;
}


/* FOOTER */
#footer {;
	height: 33px;
	margin: 20px 10px 15px 10px;
	padding: 7px 0 0 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #393939;
	font-size: 1.0em;
}
#footer p {
	padding: 0;
}
#footer p a {
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer p.jimmy {
	float: right;
}
