body {
	color: #666;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

p, address {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h2, h3, h4, h5, h6 {
	/*color: #fbaf47;*/
	color: #000;
	font-family: georgia, serif;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 2em;
}

h3 {
	font-size: 16px;
	line-height: 2em;
}

h4 {
}

a {
	color: #3a5193;
}

a:hover {
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
	margin: 0;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped li {
	background: url(/media/img/css/pipe.gif) no-repeat center right;
	padding: 0 1em;
}

ul.piped li.last {
	background: none;
	padding-right: 0;
}

ul.piped li.first {
	padding-left: 0;
}

ul, li, ul.normal, ul.normal li {
	list-style-type: disc;
	float: none;
}

li, li.normal {
	margin-left: 1em;
}

label {
	float: left;
	width: 7em;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}

form input, form select, form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #000;
}

form input.submit {
	width: auto;
	margin-left: 150px;
	padding: 0;
	border: none;
}

.main img {
	margin: 20px;
}
