@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-attachment: fixed;
	background-image: url(images/lf_bg.png);
	background-position: center top;
	background-color: #120f21;
	background-repeat: no-repeat;
}#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;
	margin-top: 25px;
	margin-bottom: 0px;
}
#content_top {
	background-image: url(images/Content_Top.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 85px;
	padding: 0px;
}
/*#right {
	float: right;
	width: 180px;
	margin-right: 25px;
	padding: 5px;
	background-color: #120f21;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/
#right a:link {
	color: #6FC3DD;
	text-decoration: none;
}
#right a:visited {
	color: #6FC3DD;
	text-decoration: none;
}
#right a:hover {
	color: #695AAF;
}
#content {
	background-image: url(images/Content_Mid.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding-right: 250px;
	padding-left: 30px;
}
#content a:link {
	color: #6FC3DD;
}
#content a:visited {
	color: #6FC3DD;
}
#content a:hover {
	color: #695AAF;
}

#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;
}
