/* CSS Document */

html {
	SCROLLBAR-FACE-COLOR: #6953a3;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
body {
	background-image:url(images/bodybg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
	background-color:#44422a;
}
* {
	behavior: url(iepngfix.htc);
}
#container {
	text-align: left;
	width:1025px;
	margin: 0 0 ;
	float:left;
}
#wrapper {
	width:1025px;
	margin: 0 0;
	background-image:url(images/contentstretch.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	float:left;
}
#wrapper .content {
	background-image:url(images/contentbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:1025px;
	padding: 0 0;
	margin: 0 0;
}
#wrapper .leftnav {
	width:441px;
	height:308px;
	background-image:url(images/leftnav.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#wrapper .footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:54px;
	width:1025px;
	padding: 0 0;
	margin: 0 auto;
}
#wrapper .header {
	position: relative;
	background-image:url(images/header.jpg);
	width:1025px;
	height:345px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0 0;
	padding: 0 0;
}
#wrapper .contenttext {
	float:right;
	width:504px;
	margin: 0 0 0 0;
	padding: 0 164px 0 0px;
	min-height:378px;
	
}
*html #wrapper .contenttext {
	height:453px;
}
h1 {
	color: #5c5278;
	font-size:18px;
	font-family:"Georgia";
	font-weight:900;
}
h2 {
	color: #fff;
	font-size:14px;
	font-family:"Georgia";
}
p {
	font-family:"Georgia";
	color:#3e3b29;
	font-size:12px;
	line-height:17px;
}
li {
	font-family:"Georgia";
	color:#fff;
	font-size:14px;
	line-height:22px;
}
p a:link {
	font-family:"Georgia";
	color:#263852;
	font-size:14px;
	text-decoration:none;
}
 p a:selected {
 font-family:"Verdana";
color:#263852;
font-size:13px;
}
p a:hover {
	font-family:"Verdana";
	color:#000000;
	font-size:13px;
}
.footertext {
	margin: 0 0;
	width:300px;
	text-align:left;
	font-family:"Tahoma";
	color:#fff;
	font-size:10px;
	padding:0px 0px 0 100px;
	float:lef t;
}
.author {
	float:left;
	background-image:url(images/author.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:153px;
	height:230px;
	padding: 0 200px 0 0;
	margin: 20px 0 0 0;
}
.clear {
	clear:both;
}
.footerstretch {
	height:99px;
	width:500px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	float:left;
	clear:both;
	padding: 0 0 0 400px;
}
#lnav {
	float:left;
	overflow: hidden;
	padding: 0 0;
	margin: 0 0;
	width:356px;
}
/* ------------------- LEFT IMAGE NAV  --------------*/


#lnav ul {
	float: left;
	list-style: none;
	margin:0;
	padding: 22px 0 0 68px;
}
#lnav ul li {
	float: left;
	clear: both;
}
#lnav ul li a {
	float: left;
	width: 232px;
	height: 38px;
	background-image: url(images/nav2.jpg);
}
#lnav ul li a:hover, #lnav ul li a.active {
	float: left;
	width: 232px;
	height: 38px;
	background-image: url(images/nav3.jpg);
}
#lnav ul li.nav1 a {
	background-position: top left;
}
#lnav ul li.nav1 a:hover, #lnav ul li.nav1 a.active {
	background-position: top left;
}
#lnav ul li.nav2 a {
	background-position: 0 -38px;
}
#lnav ul li.nav2 a:hover, #lnav ul li.nav2 a.active {
	background-position: 0 -38px;
}
#lnav ul li.nav3 a {
	background-position: 0 -76px;
}
#lnav ul li.nav3 a:hover, #lnav ul li.nav3 a.active {
	background-position: 0 -76px;
}
#lnav ul li.nav4 a {
	background-position: 0 -114px;
	height:32px;
}
#lnav ul li.nav4 a:hover, #lnav ul li.nav4 a.active {
	background-position: 0 -114px;
}
#lnav ul li a span {
	display: none;
}
.style1 {
	font-size:17px;
}
