body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#header
{
	position: relative;
	background-color: #900;
	/* This only colors the red pipe char in the nav,
	all others are handeled with the anchor color */
	color: #fff;
	font-size: 10px;
}

#header a:link, #header a:visited
{
	color: #fff;
	text-decoration: none;
}

#header a:focus, #header a:hover
{
	color: #fc6;
}

#header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li
{
	display: block;
	float: left;
	background-color: #666;
	padding: 2px 5px 3px 5px;
}

#header li.highlight
{
	background-color: #ffc;
	color: #000;
	font-weight: bold;
}

#header li.highlight a:link, #header li.highlight a:visited
{
	color: #000;
	text-decoration: none;
}

#header li.highlight a:focus, #header li.highlight a:hover
{
	color: #900;
}

#header li.pipe
{
	border-color: #900;
	border-width: 0 1px 0 0;
	border-style: solid;
}

#navone
{
	position: absolute;
	top: 25px;
	left: 240px;
	background-color: #666;
	width: 480px;
}

#navtwo
{
	position: absolute;
	top: 50px;
	left: 240px;
	background-color: #666;
	width: 480px;
}

#navthree
{
	background-color: #666;
	width: 460px;
	text-transform: uppercase;
	font-weight: bold;
}

#navthree li
{
	padding: 4px 6px;
}

#navthree li.navthreefirst
{
	border-width: 0 0 0 135px;
	border-color: #900;
	border-style: solid;
}

#navthree ul
{
	padding: 5px 0;
}
#maincontent
{
	background-color: #fff;
	border-color: #666;
	border-width: 0 0 0 135px;
	border-style: solid;
	clear: both;
	padding: 15px;
}

#sidebar
{
	position: absolute;
	top: 132px;
	left: 0;
	background-color: #666;
	color: #fff;
	width: 135px;
	font-size: 10px;
	padding: 0;
	clear: both;
}

#sidebar h3
{
	margin-top: 0;
	font-size: 10px;
	line-height: normal;
}

#sidebar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul a { display: block; padding: 5px; }

.firstsidebarlist li
{
	border-color: #FFF;
	border-width: 1px 0 0 0;
	border-style: dashed;
	font-weight: bold;
	padding: 5px 0;
	
}

.firstsidebarlist li.firstli
{
	border-width:0;
}
.secondsidebarlist li
{
	border-width: 0;
	display: block;
	font-weight: normal;
}

.currentsidebar
{
	background-color: #fc6;
	color: #900;
}

#sidebar .currentsidebar:link,
#sidebar .currentsidebar:visited
{
	color: #900;
	font-weight: bold;
}

/* LVHA important order */

#sidebar a:link
{
	color: #fff;
	text-decoration: none;
}

#sidebar a:visited
{
	color: #fff;
	text-decoration: none;
}

#sidebar a:focus
{
	color: #900;
	text-decoration: none;
}

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

#sidebar a:active
{
	color: #900;
	text-decoration: none;
}

#content
{
	padding: 20px;
	clear: both;
}

#footer
{
	color: #666;
	padding: 10em 1em 1em 1em;
	clear: both;
}

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

#footer strong{ color: #900; }

#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	padding-right: 1em;
}

#footer #membersarealink
{
	width: 70px;
	float: left;
}

#footer #visitorslinks
{
	width: 500px;
	float: left;
	border-color: #900;
	border-width: 0 0 0 1px;
	border-style: solid;
	padding-left: 25px;
}

#footer h4
{
	font-size: 10px;
	margin: 0;
}

#footer p
{
	margin: 0;
	width: 600px;
}

p
{
	margin-top: 0;
	font-size: 10px;
	line-height: 14px;
}

li, label
{
	font-size: 10px;
}

dd, dt
{
	font-size: 12px;
}

h1
{
	font-size: 20px;
	line-height: 22px;
	margin-top: 0;
}

h2
{
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	margin-top: 0;
}

h3
{
	font-size: 13px;
	line-height: 20px;
	color: #990000;
	margin-top: 0;
}

h4
{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-top: 0;
}


.system_message
{
	width: 100%;
	
}

.system_message p
{
	border-width: 0 0 1px 0;
	border-style: solid;
	margin-top: 3px;
	padding: 0 5px 2px 5px;
	line-height: normal;
}

.system_message h2
{
	background-color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	line-height: normal;
	color: #000;
}

.notice
{
	background-color: #CFC;
}

.notice p
{
	border-color: #090;
}

.notice h2
{
	border-color: #090;
}

.warning
{
	background-color: #ffc;
}

.warning p
{
	border-color: #ff3;
}

.warning h2
{
	border-color: #ff3;
}

.error
{
	background-color: #fcc;
}

.error p
{
	border-color: #f00;
}

.error h2
{
	border-color: #f00;
}

#login .formrow { margin-bottom: .5em; }
#login label,
#login a:link,
#login a:visited
{ font-size: 10px; }

#copyrightnav
{
	float: right;
	width: 220px;
	background-color: #eee;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 0 10px;
}

#copyrightnav ul
{
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#copyrightnav li { margin-bottom: 3px; }

#copyrightnav h1
{
	font-size: 15px;
	margin: 0 0 1em 0;
}

#copyrightnav h2
{
	font-size: 12px;
	margin: 1em 0;
	color: #900;
	border-color: #900;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#copyrightnav a:link
{
	color: #000;
	text-decoration: none;
}

#copyrightnav a:visited
{
	color: #000;
	text-decoration: none;
}

#copyrightnav a:focus
{
	color: #900;
	text-decoration: underline;
}

#copyrightnav a:hover
{
	color: #900;
	text-decoration: underline;
}

#copyrightnav a:active
{
	color: #000;
	text-decoration: underline;
}

.currentcopyrightsection { font-weight: bold; }

#aboutsidebar
{
	position: absolute;
	left:10px;
	top:152px;
	width:175px;}
#fapmain
{
	margin-left: 175px;
	margin-right:284px;
}

#fapmaincontent
{
	margin: 0 auto;
	width: 380px;
}

#fapoptions
{
	position: absolute;
	right: 10px;
	top: 152px;
	width: 264px;
}

#fapmain dt,
#fapoptions dt
{ margin-top: 15px; }

#fapmain dd,
#fapoptions dd
{ margin-left: 15px; }




#fapresults
{
	width: 100%;
	border-color: #000;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

#fapresults thead tr
{
	background-color: #666;
	color: #fff;
}

#fapresults thead th
{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

#fapresults .name td
{
	background-color: #eee;
	font-size: 16px;
	padding: 3px 6px;
	border-width: 0;
}

#fapresults .name th
{
	font-size: 16px;
	padding: 3px 6px;
	border-width: 0;
}

#fapresults td,
#fapresults th
{
	border-color: #000;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 3px 6px;
}

#fapresults h3
{
	margin: 0;
}

#fapresults p,
#fapresults ul

{
	margin: 0;
}

#fapresults ul
{
	padding: 0;
	list-style: none;
}

a:link
  { color: #666; text-decoration: underline }

a:visited
  { color: #666; text-decoration: underline }

a:focus
{
	color: #900;
	text-decoration: underline;
}

a:hover
{
	color: #900;
	text-decoration: underline;
}

a:active
 { color: #666; text-decoration: underline }

.pagelinks
{
	font-size: 16px;
	margin-top: 1em;
	line-height: normal;
}

#memberphotos
{
	position: absolute;
	right: 10px;
	top: 152px;
	width: 264px;
	background-color: #eee;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}

#memberphotos form
{
  margin: 0 0 1em 0;
}

#memberphotos ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#memberphotos li
{
	display: inline;
}

#memberphotos li img
{
	margin-bottom: 4px;
}

#memberphotos .fullsize
{
	margin: 1em 0 0 0;
	padding: 1px;
	background-color: #fff;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

#memberdetails
{
	position: absolute;
	left:10px;
	top:152px;
	width:275px;
}



#memberdistinctions
{
	margin-left: 275px;
	margin-right:284px;
}

.substituted {color:#0A0}























