@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0px;
}

#footer
{
	color:#8B2A24;
	font-size:11px;
	text-align:center;
	position:relative;
	bottom:-270px;
}

#menu
{
	color:#8B2A24;
	font-weight:bold;
	font-size:11px;
	position:absolute;
	top:55px;
	left:10px;
	width:400px;
}

#page_splash
{
	position:absolute;
	top:155px;
	left:30px;
	width:600px;
}

#page_splash h1
{
	color:#92B82F;
	font-size:31px;
	margin: 0px 0px;
}

#page_splash h2
{
	color:#8B2A24;
	font-size:14px;
	margin: 0px 0px;
}

#splash_image
{
	position:absolute;
	top:0px;
	right:0px;
}

.menu, .menu a
{
	color:#8B2A24;
	font-weight:bold;
	font-size:11px;
}

#logo
{
	color:#92B82F;
	font-weight:bold;
	font-size:16px;
	position:absolute;
	top:25px;
	left:30px;
}

#logo_sub { font-size:11px; }
	.logo_c2 {color:#8B2A24;}

#content
{
	background-color:#8d5d59;
	position:relative;
	top:257px;
	left:0px;
}

#content table tr td
{
	font-size: 10px;
	color: #ffffff;
}

#content table tr td h2
{
	color:#F1820F;
	font-size: 13px;
}

#content table tr td h3
{
	margin-top:0px;
	margin-bottom:4px;
	font-size: 11px;
}

strong { font-size: 11px; }

/* ------------------ prob delete*/

#contentb
{
	position:relative;
	top:255px;
	left:0px;
}

#contentb table tr td
{
	font-size: 10px;
	color: #8D5D59;
}

#contentb table tr td h2
{
	color:#F1820F;
	font-size: 13px;
}

#contentb table tr td h3
{
	margin-top:0px;
	margin-bottom:4px;
	font-size: 11px;
}






/* ------------------------------ */

input, textarea
{
	width:180px;
	border:1px solid #706E6F;
}

input[type='submit']
{
	width:60px;
	background-color:#F68412;
	color:#FFFFFF;
}

a:link, a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}