@charset "utf-8";

/* Main Layout */

body {
	background-color: #3C3B33;
}

#page {
	width: 960px;
	background-image: url(../images/columns.gif);
	background-repeat: repeat-y;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	margin: auto;
	position: relative;
}

h1 {
	height: 220px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	margin-bottom: 24px;
}

#flash-header {
	position: absolute;
	top: 0;
	left: 0;
}

#main-nav {
	position: absolute;
	left:24px;
	top: 292px;
	width: 144px;
	height: 456px;
	background-image: url(../images/badge.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content {
	width: 768px;
	position: relative;
	left: 192px;
}

#main {
	padding-left: 24px;
	padding-right: 24px;
	width: 536px;
	float: left;
}

#secondary {
	width: 184px;
	float: right;
}

#copyright {
	background-image: url(../images/footer.gif);
	clear: both;
}

/* Typography */

p, li, label {
	font-size: 16px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom: 24px;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 24px;
	font-style: italic;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
}

ul {
	margin-bottom: 24px;
}

#content ul li {
	list-style: disc;
}

#main-nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}

#main-nav a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	height: 24px;
	font-size: 12px;
	background-image: url(../images/footer.gif);
}

/* Forms */

label {
	width: 96px;
	display: block;
	float: left;
}

label.check-box {
	width: 75%;
	margin-left: 96px;
	_margin-left: 48px;
}

.submit {
	margin-top: 24px;
	margin-left: 96px;
}

/* Tools */

.right {
	float: right;
	margin: 24px;
	margin-right: 0;
}

img.right {
	border: 12px solid #B0BFC6;
}