/* 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-color: #fff;
	font-family: Georgia, sans-serif;
	font-size: 12.5px;
	line-height: 19px;
	color: #333333;
}

p {
	margin-bottom: 1em;
}

.header h1 {
	text-indent: -9999px;
}

.header h1 a {
	display: block;
	background: url(/media/img/logo.png) no-repeat;
	outline: 0;
	width: 190px;
	height: 113px;
	margin-left:35px;
}

h2, h3, h4 {
	font-family: Georgia, sans-serif;
	color: #223289;
	margin: 0 0 1em 0;
}

h2 {
	font-size:16px;
	font-weight:900;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h4 {
}

a {
	color: #223289;
	text-decoration:none;
}

a:hover {
	color: #6687ff;
	
}

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 .5em;
}

ul.piped li.last {
	background: none;
	padding-right: 0;
}

ul.piped li.first {
	padding-left: 0;
}

.main li {
	list-style-type: disc;
	margin-left: 2em;
}

label {
	float: left;
	width: 10em;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}

form input, form select, form textarea {
	width: 200px;
}

form input.submit {
	width: auto;
}

form p {
	overflow: hidden;
}

