body {
	font-size:12pt;
	font-family:Arial,Verdana;
	padding:0;
	margin:0;
	color:#222;
}

h1, h2, h3, h4, p {
	margin:0;
	padding:0;
}

h1 {
	font-size:1.3em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

h4 {
	font-size:1.0em;
	font-weight:bold;
}

a, a:visited, a:hover {
	color:#EDA720;
	text-decoration: none;
	margin:0;
	padding:0;
}

a:hover {
	text-decoration: underline;
}

label {
	display:block;
}

div.row {
	display:block;
	margin:0 0 20px 0;
}

.page {
	width:1000px;
	margin:10px auto 20px auto;
}

.header {
	margin:5px 0 5px 0;
}

.footer {
	margin:10px 0 0 0;
	text-align:center;
	font-weight:bold;
}

.content {
	margin:10px 0;
	width:1000px;
}

.menu {
	margin:5px auto 5px auto;
	width:900px;
}

.footer h2 {
	font-size:12pt;
}

.footer .menu {
	margin:5px 0;
	width:500px;
	font-weight:normal;
	float:left;
}

.footer .menu_container {
	width:650px;
	text-align:center;
	margin:0 auto;
}

.menu_item {
	font-size:0.8em;
	margin:0;
	padding:0 10px 0 10px;
	font-weight:bold;
	border-right:solid 2px #8D191C;
}

.last {
	border:none;
}

.current {
	color:#8D191C;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clearing {
	clear:both;
}

.content p {
	margin:0 0 20px 0;
}

.static_links {
	font-size:0.75em;
}

.banner_image {
	width:1000px;
	height:288px;
	margin:10px 0 10px 0px;
}

.flash {
	border:solid 2px #bb7;
	margin:10px;
	padding:10px;
	background-color:#ee9;
}

.horizontal_pictures {
	margin:10px 0 20px 0;
	padding:0;
}

.horizontal_pictures img {
	margin:0;
	padding:0;
	width:300px;
}

.horizontal_pictures img.middle_picture {
	margin:0 50px;
}

.vertical_pictures {
	width:300px;
	float:right;
	margin:0 0 0 10px;
}

.vertical_pictures img {
	margin:10px 0 10px 0;
}

.next_to_vertical_pictures {
	width:646px;
}

.information_panel {
	background:#EDA720;
	color:#8D191C;
	padding:5px 10px;
	font-size:0.8em;
	margin:0 0 10px 0;
}

.information_panel table {
	width:100%;
}

.information_panel th {
	text-align:left;
}

.information_panel td, .information_panel th {
	padding:5px 10px;
}

.news_story {
	border-bottom:solid 1px #bbb;
	margin:10px 0 10px 0;
	padding:0px 0 10px 10px;
}

.news_story .image {
	float:left;
	width:160px;
	min-height:10px;
}

.news_story .text {
	float:left;
    width:790px;
}

.news_story h1 {
	font-size:1.1em;
}

.news_story .published_date {
	font-size:0.75em;
}

.question {
	font-weight:bold;
	display:block;
	font-style:italic;
	color:#333;
}

a.question {
	color:#333;
}

.answer{ }

table.prices {
	margin:10px 0 10px 20px;
	border-collapse:collapse;
	border:solid 1px #888;
	font-size:0.8em;
}

table.prices td, table.prices th {
	vertical-align:top;
	padding:5px;
	border:solid 1px #888;
}

td.price {
	text-align:center;
}
