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


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #D7E0EA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bodyBg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
}
#outer {
	width: 887px;
	margin: 0px auto 0px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/outerBG.png);
	background-repeat: repeat-y;
	position: relative;
	overflow: visible;
	background-position: 24px 0px;
}
#inner {
	width: 887px;
	margin: 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/contentBG.png);
	padding-top:0px;
	background-position: 24px 0px;
	background-repeat: no-repeat;
	position: relative;
	overflow: visible;
}
#header  {
	height: 230px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	display: none;
}
#container  {
	width: 767px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #5A0C0C;
	border-bottom-color: #5A0C0C;
	border-left-color: #5A0C0C;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#mainContent  {
	margin: 0px;
	position: relative;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	top: 0px;
	overflow: hidden;
	width: 580px;
	float: right;
}
#mainContent h1 {
	font-size: 1.2em;
	color: #5A0C0C;
	font-weight: normal;
}
#mainContent p {
	font-size: 0.7em;
	line-height: 1.4em;
}
#mainContent li {
	font-size: 0.7em;
	list-style-type: square;
	line-height: 1.4em;
}
#footer {
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5A0C0C;
	clear: both;
	margin-bottom: 3px;
	font-size: 0.6em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 145px;
}
#footer p {
	font-size: 0.7em;
	line-height: 1.4em;
}
#footer a {
	text-decoration: none;
	color: #D7E0EA;
}
#footer a:link {
	text-decoration: none;
	color: #6DA2D0;
}
#footer a:visited {
	text-decoration: none;
	color: #6DA2D0;
}
#footer a:hover {
	text-decoration: none;
	color: #5A0C0C;
}
.textbox {
	width: 48%;
	float: left;
	padding-right: 2%;
	padding-left: 0%;
}
.clearall {
	clear: both;
}
#footer a:active {
	text-decoration: none;
	color: #5A0C0C;
}
#menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
}
#menu ul {
	list-style-image: url(images/bullet.gif);
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
a {
	color: #5a0c0c;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5A0C0C;
	font-weight: normal;
}
.floatright {
	float: right;
}
.caption {
	font-size: 9px;
}
