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

a:link {text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: none }
a:active { text-decoration: none }

body {
	background-color: #5C0100;
	background-image: url(../images/home/sitebg.jpg);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-align: center;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-align: center;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-indent: 25px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	white-space:normal
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #202020;
	margin:0 0 0 2px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #808080;
}
.social {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #202020;
	margin:0 0 0 2px;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	white-space:normal
}

#navcontainer ul
{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-bottom: 0;
padding-top: 5px;
padding-left: 0;
margin-top: 5px;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #202020;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 13px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
/* matches link padding except for left and right */
padding-top: 0px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #990000;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

.greyoutline {
	border: medium solid #202020;
	font-family: Arial, Helvetica, sans-serif;
}
.redoutline {
	border: thin solid #990000;
	font-size: 11px;
	color:#ffffff;
	margin-right:0;
	margin-left:0;
	background-color: #202020;
	text-indent: 10px;
}

#email {
	width:180px;
	font-size:10px;
}
.topdash {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #808080;
}

.bottomdash {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #808080;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}

.tableheader {
	background-image:url(../images/tbhdbg.gif);
	background-repeat:repeat-x;
	background-color:#cccccc;
	font-size: 11px;
	font-weight:bold;
	color:#990000;
}