@charset "utf-8";
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}
body {
	background-image: url(images/lf_progbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #221408;
	background-attachment: fixed;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#banner {
	background-image: url(images/LF%20Logo1.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	width: 960px;
	margin-top: 25px;
	margin-bottom: 0px;
}
#content_top {
	background-image: url(images/Content_Top.png);
	background-repeat: no-repeat;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 85px;
	padding: 0px;
}
#content {
	background-image: url(images/Content_Mid.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 190px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: justify;
}
#content_bottom {
	background-image: url(images/Content_Bottom.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 85px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	color: #CCC;
	text-align: center;
	line-height: 1.6em;
}
#content_bottom a:link {
	color: #6FC3DD;
}
#content_bottom a:visited {
	color: #6FC3DD;
}
#content_bottom a:hover {
	color: #695AAF;
}
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(images/menub_bg.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 34px;
}

.glossymenu li{
	float:left;
	margin-right: 35px;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left;
	background-image: url(images/menub_hover_left.png);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff; /*right tab image path*/
	background-image: url(images/menub_hover_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #banner img {
	margin-right: auto;
	margin-left: 375px;
	margin-top: 75px;
}
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	float: left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(titlebar.png) repeat-x center left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/titlebar-active.png);
	background-repeat: repeat-x;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/


}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-color: #F3F3F3;

}

.arrowlistmenu ul li a{
	color: #FF0000; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	background-image: url(images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #000000;
}

.arrowlistmenu ul li a:visited{
	color: #FF0000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: #F3F3F3;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: bold;
	color: #FF9900;
}
.centering {
	text-align: center;
	color: #FFFF99;
}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	color: #FF0000;
}
hr {
	color: #333366;
}
h4 {
	font-size: 1.2em;
	color: #FF9900;
}
.Abilities {
	color: #00FF33;
}
.Adds {
	color: #CC0000;
}
#wrapper #content img {
	margin-left: 25px;
	margin-bottom: 25px;
}

#wrapper #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF9900;
	text-align: center;
	line-height: 2em;
}
