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

html, body {
	height: 100%;
}
html, body, #container, #header, #mainContent, #footer, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font-weight: normal;
	
	font-family: verdana, helvetica, "sans serif";
	font-size: 11px;
	background-color:#F1F1E8;
	color: #24281F;
}
/*p {
	margin: 3px;
}*/
h1 { 
	color: #6C7859;
	font-weight: bold;
	font-size:16px;
}
h2 {
	color: #7B0000;
	font-weight: bold;
	font-size:14px;
	margin:0px;
	padding:0px;
}

img {
	border-width: 0px;
}
a {
	color:#6C7859;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #b6b6b4;
}
h4 {
	color: #6C7859;
	font-size:13px;
	font-weight: normal;
}
#container {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 50%; 
	left: 50%;
/*	width: 720px; */
	width: 670px; 
	min-height: 458px;
/*	height: 550px;  */
	height: 458px;
/*	margin-top: -229px;  -(Half the height) */
	margin-top: -275px; /* -(Half the height) */
/*	margin-left: -389px;  -(Half the width) */
	margin-left: -335px; /* -(Half the width) */
}
#header {
	position: relative;
	height: 0px;
}
#navigation {
	padding: 0px;
}
#mainContent {
	width: 720px;
	background-color: #F1F1E8;
	border: 5px solid #F1F1E8;
}
#mainContent #splash h4 {
	line-height: 15px;
}
#footer {
	font-size: 9px;
	color: #000000;
	margin-right: 50px;
	margin-left:20px;
	overflow: hidden;
}
#footer a{
	font-size:9px;
	text-decoration: none;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #7d7c7c;
	text-decoration: none;
}

.clear {
	clear: both;
}
#splash {
	width:388px;
	padding:6px;
}
.txt15b { 
	font-family: arial, verdana, helvetica, "sans serif";
	color: #6C7859;
	font-weight: bold;
	font-size:15px;
}
.txt13b { 
	font-family: arial, verdana, helvetica, "sans serif";
	color: #6C7859;
	font-weight: bold;
	font-size:13px;
	line-height: 15px;
}