html, body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	background-image: url('/media/images/background.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

h1 {
	font-size: 1.4em;
	border-bottom: 1px solid #ac081d;
	color: #003682;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

h2 {
	font-size: 1.3em;
	color: #ac081d;
	margin: 10px 0px 10px 10px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
/* 	font-style: italic; */
	text-decoration: underline;
	color: #003682;
	margin: 10px 0px 10px 15px;
}

p {
	margin: 10px 10px 0px 20px;
}

label {
	color: #666666;
}

.date {
	font-size: .9em;
	color: #999999;
	margin: 0px 0px 20px 0px;
}

a, a:visited {
	color: #003682;
	text-decoration: none;
}

a:hover {
	color: #ac081d;
	text-decoration: underline;
}

hr {
	background-color: #ac081d;
	color: #ac081d;
	height: 1px;
	border: 0px;
	margin: 20px 0px 20px 0px;
}

.banner {
	background-color: #2f5891;
	background-image: url('/media/images/banner_back.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

.banner li {
	margin: 0px 0px 0px 20px;
	display: inline;
}

.main_menu {
	float: right;
	margin: 80px 50px 0px 0px;
	color: white;
	font-size: 1.2em;
	padding: 0px;
}

.main_menu a, .main_menu a:visited {
	color: white;
}

.main_menu a:hover {
	color: #fff604;
	text-decoration: underline;
}

.logo {
	position: absolute;
	left: 26px;
	top: 26px;
	padding: 0px;
	color: white;
}

.logo a, .logo a:visited, .logo a:hover {
	color: white;
}

.left_column {
	position: absolute;
	left: 9px;
	top: 220px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: .8em;
}

.left_column h2 {
	color: #ac081d;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.0;
	margin: 10px 0px 0px 0px;
}

.left_column h2 a, .left_column h2 a:visited {
	color: #ac081d;
	text-decoration: none;
}

.left_column h2 a:hover {
	text-decoration: underline;
}

.left_column ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
}

.left_column li {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.left_column ul a {
	color: black;
}

.left_column ul a:hover {
	color: #003682;
}

.footer {
	color: #999999;
	font-size: .8em;
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

.right_column {
	position: absolute;
	left: 820px;
	top: 140px;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #ffc;
}

.right_column h2 {
/* 	border-bottom: 1px solid blue; */
	font-weight: normal;
	font-size: 1.2em;
}

.right_column img {
	border: 1px solid #003682;
}

.gallery_image {
	float: left;
	width: 150px;
	height: 120px;
	border: 1px solid #cccccc;
	background-color: #eee;
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-size: .8em;
	color: #003682;
	height: 120px;
}

.gallery_image img {
	margin: 2px;
	padding: 0px;
	border: 1px solid #003682;
}

.main_column {
	position: absolute;
	left: 210px;
	top: 140px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

.short_list_grey, .short_list_white {
	padding: 3px;
	margin-top: 5px;
}

.short_list_grey b, .short_list_white b {
	color: #ac081d;
}

.short_list_grey {
	background-color: #f0f0f0;
}

.list_date {
	font-style: italic;
}