/* HTML Defailts */

body {
	font: 88%/1.3em Arial, Helvetica, sans-serif;
	color: #444;
	background: #daeefc url(../images/body_bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #3a99d2;
}
a:hover {
	text-decoration: underline;
	color: #60b408;
}
h2, h3 {
	font-weight: normal;
}
h2 {
	font-size: 145%;
	line-height: 1.2em;
	color: #0a659b;
	padding-top: 5px;
	border-top: solid 1px #b5e3fa;
}
h3 {
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
	color: #60b408;
	margin-bottom: 0;
}
img {
	border: none;
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: solid 1px #b5e3fa;
	border-collapse: collapse;
}
caption {
	font-size: 110%;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	color: #fff;
	background: #3a99d2;
	padding: 5px 10px;
}
th, td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 10px;
	border: solid 1px #b5e3fa;
	border-collapse: collapse;
}
th {
	width: 100px;
}
sup {
	font-size: 60%;
	line-height: 1.1em;
}
hr {
	color: #b5e3fa;
	background: #b5e3fa;
	height: 1px;
	padding: 0;
	clear: both;
	border: none;
}

/* Main Container */

#container {
	background: #fff;
	width: 980px;
	margin: 0 auto;
}
#containerinner {
	background: #fff;
	width: 100%;
	float: left;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: url(../images/header.jpg) no-repeat left top;
	height: 250px;
	width: 980px;
}
#header a, #header a:hover {
	text-decoration: none;
	color: #fff;
}
#header h1, #header p, #header ul {
	margin: 0;
}
#header h1 {
	font-size: 100%;
	text-indent: -9999px;
	height: 210px;
	width: 585px;
	float: left;
}
.regbutton, .regbutton a {
	height: 40px;
	width: 178px;
	float: right;
}
.regbutton {
	padding: 45px 16px 0 0;
}
.regbutton a {
	background-image: url(../images/regbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.regbutton a:hover {
	background-position: left -40px;
}
#nav {
	height: 40px;
	width: 980px;
	float: left;
	clear: both;
}
#nav ul {
	height: 40px;
	width: 980px;
	padding: 0;
}
#nav ul li {
	font-size: 130%;
	line-height: 40px;
	float: left;
	list-style: none;
}
#nav ul li a {
	float: left;
	padding: 0 20px;
}
#nav ul li a:hover {
	background: #97c75f;
}
#nav ul li a.on {
	color: #ffff99;
}

/* Footer */

#footer {
	font-size: 72%;
	text-align: center;
	clear: both;
	padding: 10px;
}
#footer p {
	margin: 0;
}

/* Content */

#content {
	width: 980px;
	float: left;
	clear: both;
	padding: 10px 0;
}
.main, .sidebar {
	float: left;
}
.main {
	width: 490px;
}
.sidebar {
	width: 245px;
}
.sidebar h2 {
	margin-top: 0;
}
.sidebar h3 + p {
	margin-top: 0;
}
.bodytext {
	padding: 10px 20px;
}
a.button {
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #3a99d2;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	padding: 0 10px;
}
a.button:hover {
	text-decoration: none;
	background-position: left -24px;
}
.note {
	font-size: 86%;
	line-height: 1.2em;
}
.intro {
	font-size: 110%;
	line-height: 1.3em;
	color: #0a659b;
	margin-top: 0;
}
.photo {
	float: left;
	margin: 1.3em 1.3em 1.3em 0;
}

