body {
	background: #fff url(/img/header.jpg) 50% 0 no-repeat;
}
input, textarea {font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;padding: 5px;}
input.default, textarea.default {color: #999}
body, h1, h2, h3, h4, h5, h6, a {
	color: #1D1916;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.button {
	margin-top: 2em;
}
p.button a {
	background: #001938;
	padding: 0.5em 1em;
	color: #fff;
}

.branding {
	margin-top: 132px;
}
.headline {
	margin-bottom: 0;
}
h1 a {
	display: block;
	background: transparent url(/img/logo.png) 100% 50% no-repeat;
	line-height: 80px;
	text-indent: -1000em;
	overflow: hidden;
}
.tagline {
	text-align: right;
	padding-top: 60px;
	margin-bottom: 0;
	color: #001938;
	text-shadow: #fff 0px 0px 3px;
	font: italic bold 18px/20px Times New Roman, Times, serif;
}

.content_wrapper {
	background-color: #fff;
	border-top: 5px solid #001938;
	margin-top: 5px;
	padding-top: 2em;
	padding-bottom: 2em;
}

.nav_menu, .nav_menu ul {
	list-style-type: none;
	margin-left: 0;
	text-align: right;
	padding-left: 0;
}
.nav_menu a {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #001938;
	border-bottom: 3px solid #fff;
}
.nav_menu a:hover, .nav_menu a.highlight {
	color: #F8CB18;
	border-bottom-color: #F8CB18;
	background: inherit;
	text-decoration: none;
}
.nav_menu ul a {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
}

.content h2, .content h3 {
	font-size: 1.6em;
	font-weight: bold;
}
.content h3 {
	font-weight: normal;
}
.content img {
	border-bottom: 5px solid #F8CB18;
}
.content p {
	margin-bottom: 0.6em;
}
.content p img {
	margin-left: 10px;
}
.content a.button {
	display: block;
	color: #fff;
	font-weight: bold;
	background-color: #001938;
	padding: 0.4em 1em;
	margin-bottom: 0.6em;
	text-align: center;
}

.sidebar h2 {
	color: #001938;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 1em;
}
.sidebar form {
	margin-right: 10px;
}


.footer {
	color: #ccc;
	background: #001938;
	padding: 40px 0 20px;
	margin-top: -20px;
	font-size: 0.8em;
	text-align: right;
}
.footer a {
	color: inherit;
}
.footer a:hover {
	text-decoration: underline;
}

table th.actions {
	width: 70px;
}
th, td, caption {
	padding-left: 0;
	padding-right: 0;
}
caption {
	background-color: transparent;
}
tr.alt td {
	background: #F2F3F5;
}
label {
	display: block;
	margin-top: 1em;
}
.checkbox {
	margin-top: 1em;
}
.checkbox label {
	display: inline;
}
fieldset {
	padding-left: 39px;
	padding-right: 39px;
	padding-bottom: 40px;
}
hr {
	border: none;
	background: transparent url(/img/hr.gif) 100% 80% no-repeat;
	padding: 15px 0;
	clear: both;
	margin-bottom: 0;
}
textarea.defaultable {
	height: 100px;
}
dt {
	margin-top: 0.6em;
}
dd {
	margin-left: 0;
}


ul.paging {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.paging li{
	text-align: center;
}

div.index td, div.index th {
	border-bottom: 1px solid #eee;
}
div.index th {
	border-top: 1px solid #eee;
}
