﻿@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-color: #c7b299;
	margin-top: 0px;
	background-repeat: repeat-x;
	text-align: center;
}
h2 {
	font-size:small
}
p {
	font-size:small
}
#header {
	background-image: url(../images/index_01.jpg);
	height: 199px;
	width: 910px;
	display: table;
}
#contentHolder {
	width: 910px;
	background-color: #FFF;
	display: table;
	clear: both;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	vertical-align: top;
}
#headline {
	float: left;
	width: 220px;
	position: absolute;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
}
#leftColumn {
	width: 218px;
	float: left;
	display: table;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242656;
	background-color: #FFF;
	background-image: url(../images/link_back.jpg);
	background-repeat: repeat-x;
	text-align:left;
	padding-left:17px
}
#midColumn {
	width: 430px;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #FFF;
	text-align: left;
}
#midColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E0A0B;
}
#rightColumn {
	float: right;
	width: 200px;
	display: table;
	position: relative;
	margin-right: 20px;
	background-color: #dcd8d5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding-top: 0px;
	vertical-align: top;
	margin-top: 15px;
}
#rightColumn h1 {
	display: block;
	background-color: #444699;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightColumn a {
	color: #7E0A0B;
	text-decoration: none;
}
#rightColumn a:hover {
	text-decoration: underline;
}
#base {
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 910px;
}
#footer {
	width: 910px;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #630;
}
#footer a {
	color: #232454;
	text-decoration: underline;
}
#footer a:hover {
	color: #660002;
}
#main {
	text-align: center;
	width: 910px;
	display: table;
}
#leftColumn a {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #242656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}
#leftColumn a:hover {
	color: #7E0A0B;
}
#leftColumn h2 {
	color: #660002;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.email:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660002;
	text-decoration: underline;
}
a.email:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660002;
	text-decoration: underline;
}
#leftColumn a.email:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660002;
	text-decoration: underline;
}
#leftColumn a.email:hover {
	color: #242656;
}
#viewBox {
	width: 150px;
	float: right;
	margin-right: 30px;
	text-align: center;
	border: 4px double #242656;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	background-color: #FFF;
	font-weight: normal;
	line-height: 24px;
}
#viewBox a {
	color: #7E0A0B;
	text-decoration: underline;
}
#viewBox a:hover {
	color: #232454;
}

