@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/background.jpg);
	margin: 0px;
	padding: 0px;
}

#mainContainer {
	width: 798px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #045872;
	border-bottom-color: #045872;
	border-left-color: #045872;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 798px;
	height: 327px;
}
#interiorContainer {
	width: 100%;
	background-image: url(../images/main-content-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#leftColumn {
	float: left;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(../images/left-col-fade.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftColumn p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: .5em;
}
#leftColumn a:link {
	color: #590212;
	text-decoration:none;
	font-weight: bold;
}
#leftColumn a:visited {
	color: #590212;
	text-decoration:none;
	font-weight: bold;
}
#leftColumn a:active {
	color: #590212;
	text-decoration:none;
	font-weight: bold;
}
#leftColumn a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #345A70;
}
#rightColumn {
	width: 582px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-top-color: #000;
	border-left-color: #000;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin: 0px;
	padding-top: 10px;
}

#rightColumn p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
	margin-bottom: 1.5em;
}
#rightColumn h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #590212;
	margin-bottom: 0.9em;
}
#rightColumn h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #590212;
	margin-top: 1em;
	margin-bottom: 1px;
}
.grafStarter {
	font-weight: bold;
	color: #590212;
}
#footer {
	background-color: #045872;
	height: 20px;
	width: 768px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #FFF;
	text-align: center;
}

#footer {
	
}
#footer a:link {
	color: #FFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:active {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 833px;
	margin-right: auto;
	margin-left: auto;
}
#shadowFooter {
	height: 18px;
	width: 833px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

