@charset "utf-8";
/* FFLPF.org CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
 	 overflow-y: scroll;
}

body
{
	background: #DFDACD;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
a
{
	color: #77A633;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
p
{
	padding: 0;
	margin: 3px 0;
}
img
{
	border: 0;
}
#maintable
{
	background: url(images/body-bg.jpg) repeat-x top;
}
#border-left
{
	background: url(images/border-left.png) repeat-y;
	width: 39px;
}
#border-right
{
	background: url(images/border-right.png) repeat-y;
	width: 39px;
}
.nav
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav li
{
	padding: 0;
	margin: 0;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}
.nav li a
{
	display: inline-block;
	background: url(images/menuitem-off.png) no-repeat;
	width: 104px;
	height: 20px;
	padding: 8px 2px;
	text-decoration: none;
	color: #333333;
	font-style: normal;
}
.nav li a:hover
{
	background: url(images/menuitem-on.png) no-repeat;
	width: 104px;
	height: 20px;
	padding: 8px 2px;
	text-decoration: none;
	color: #FFFFFF;
}
.nav li a.selected
{
	display: inline-block;
	background: url(images/menuitem-on.png) no-repeat;
	width: 104px;
	height: 20px;
	padding: 8px 2px;
	text-decoration: none;
	color: #FFFFFF;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index: +1000;
background-color: #979389;
visibility: hidden;
text-align: left;
border: dotted 2px #B2AEA3;
}
.dropmenudiv a{
margin-top: 0px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px dotted #B2AEA3; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
z-index: +1000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C1BCAF;
color: #FFF;
z-index: +1000;
}
/* MENUS END HERE */

#topline
{
	background: url(images/top-divider.jpg) no-repeat center;
	height: 22px;
}
#hor-div
{
	background: url(images/hor-divider.jpg) repeat-y;
	width: 8px;
}
#contentpane
{
	padding: 10px;
}
#rightpnae
{
	padding: 0 5px;
}
.quote
{
	font-size: 11px;
	font-style: italic;
}
.textfield
{
	background: #9B907D;
	border: solid 2px #FFFFFF;
	padding: 1px;
	line-height: 20px;
	color: #FFFFFF;
}
#border-bot
{
	background: url(images/border-bot.png) no-repeat center;
	height: 42px;
}
#border-bl
{
	background: url(images/border-bl.jpg) no-repeat top;
	height: 91px;
}
#border-br
{
	background: url(images/border-br.jpg) no-repeat top;
	height: 91px;
}
#footer
{
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
#footer a
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover
{
	color: #333333;
	text-decoration: underline;
}