/* Only put generic styles in here- either things that
are used on every website or styles that apply to the
general content (main column) */

body {
	background:#3d6e9d url(/media/img/bg.jpg) repeat-x scroll center top;
	font-family: Arial, sans-serif;
	font-size: 12.5px;
	line-height: 20px;
	color: #4d4d4d;
}

p {
	margin-bottom: 1em;
}

.header h1 {
	text-indent: -9999px;
}

.header h1 a {
	display: block;
	border-top:1px solid #dee5eb;
	border-bottom:1px solid #dee5eb;
		border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	background: url(/media/img/banner.jpg) no-repeat;
	outline: 0;
	width: 998px;
	height: 175px;
}

h2, h3, h4, h5 {
	color: #003768;
	margin: 0em 0 0.5em;
}

h2 {
	font-size:36px;
	line-height:40px;
}
.main h3{
	font-size:20px
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	color: #4d4d4d;
	font-size:15px;
	line-height:17px;
	margin-bottom:0px;
	font-weight:bold;
}

h6 {
	color: #4d4d4d;
	font-size:18px;
	line-height:28px;
}

a {
	color: #e37c1e;
}

a:hover {
	color: #ddaa7b;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped li {
	background: url(/media/img/pipe.gif) no-repeat center right;
	padding: 0 0.5em;
}

ul.piped li.last, ul.main_piped li.last {
	background: none;
	padding-right: 0;
}

ul.piped li.first, ul.main_piped li.first {
	padding-left: 0;
}

ul.main_piped li {
	background: url(/media/img/mainnav-pipe.gif) no-repeat center right;
	padding: 0 1em;
}

.main li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom:8px;
}

.main ul{
	margin-bottom:15px;
}

label {
	float: left;
	width: 10em;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}

form input, form select, form textarea {
	width: 250px;
}

form input.submit {
	width: auto;
}

form p {
	overflow: hidden;
}

