/* CSS Document */
body {
background-color:#010101;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
color:#502C2E;
}

a { 
color:#0051BA;
text-decoration:underline;
}

a:hover {
text-decoration:none;
color:#CC0000;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 16px;
}

h2 {
	font-size:14px;
}

.leftbar { 
	background-color: #3F3F38; 
	padding: 0 0 30px 0;
}

.topbar  { 
font-size: 14px; 
font-weight: bold; 
line-height: 18px;
color:#DAB005;
background:#375506;
}

.legal  { 
color: #D8C4BB;
margin-top:20px;
font-size: 10px;
font-style:italic; 
line-height: 15px;
}

#menu  {
font-size: 12px;
font-weight: bold; 
margin: 0; 
padding: 0; 
}

#menu ul { 
text-decoration: none; 
margin: 0; 
padding: 20px 0 0 0; 
}

#menu li { 
line-height: 20px; 
background-color: #3F3F38; 
list-style-type: none; 
margin: 0; 
padding: 0; 
width: 170px; 
}

#menu li a { 
color: #D1D1C6; 
text-decoration: none; 
background-color: #3F3F38; 
text-indent: 10px; 
display: block; 
padding-top: 1px; 
padding-bottom: 2px; 
width: 100% 
}

#menu li a:hover { 
color: #A4A07D; 
text-decoration: none; 
background-color: #FFFFF3; 
background-repeat: no-repeat; 
background-position: 6px 8px;
border-right: 4px solid #F1192E;
}

.bodycontent {
background-color: #c9e8dd;
padding:20px 20px 30px 20px;
font-size:12px;
line-height:15px;
}

p {
font-size:12px;
}

.footer {
background-color:#F1192E;
color:#000000;
font-size:12px;
line-height: 26px;
font-weight:bold;
}

.footer a:link, .footer a:visited {
color: #000000;
text-decoration:none;
}

.footer a:hover, .footer a:hover:visited {
text-decoration: underline;
}
.join {
	font-size:10px;
	padding:0 5px 0 10px;
	color:#D1D1C6;
	display:block;
	font-family:Complete in Him, Georgia, serif;
}