* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	background: #cae297 url(../images/homebg_page.jpg) repeat-x;
	color: #000000;
	margin: 0 auto;
	font-weight:400;
}



p {
	margin-bottom:15px;
	line-height:19px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
}

a {
	overflow:hidden;
	color: #0f5783;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}

a:hover {
	overflow:hidden;
	text-decoration:none;
	color: #0496ef;
	font-weight:bold;
	text-align:center;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #73b42c;
	line-height: 26px;
	padding: 0 0 40px 0;
	display:none;
}


h2 {
	font-size: 20px;
	font-weight: bold;
	color: #73b42c;
	line-height: 26px;
	padding: 0 0 15px 0;
	text-align:center;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #73b42c;
	line-height: 13px;
	padding: 10px 0 15px 0;
	font-style:italic;
	text-align:center;
}
.marker{
	color:#fe03a8;
}


ul li {
	list-style-type:none;
}
	

.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.txtcenter{
	text-align:center;
}


.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;
}



#inner_container {
	overflow:hidden; 
	margin: 0 auto;
	width: 1000px;
}

#header_home {
	margin:0 auto;
	width:1000px;
	height: 100px; 
	background: url(../images/homebg_header.jpg) no-repeat; 
} 







#sidebar {
	float: left;
	width: 250px;
	overflow:hidden; 
	padding: 120px 0 0 0;
}

#topnav {
	float: left;
	height:100px;
	width:1000px;
	padding:0 0 0 0;
	/*background: url(../images/bg_topnav.jpg) top no-repeat; */
}



/*----NAV---- */


ul#nav {
	float: left;
	list-style: none;
	margin: 0;
	padding:0 0 0 0;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	float: left;
	width:150px;
	height:100px;
}

ul#nav li a span {
	display: block;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:45px 0 0 0;
	font-size:13px;
}

ul#nav li.navmain a {
	overflow:hidden;
	width:150px;
	height:100px;
	text-decoration:none;
	color:#6a9c02;
	font-weight:bold;
}

ul#nav li.navmain a:hover, ul#nav li.navmain a.active {
	overflow:hidden;
	width:150px;
	height:100px;
	color:#000000;
	font-weight:bold;
	/*background-image: url(../images/bg_navhover.png);*/
}


ul#nav li.navmain2 a {
	overflow:hidden;
	width:150px;
	height:100px;
	text-decoration:none;
	color:#6a9c02;
	font-weight:bold;
	padding:0 0 0 400px;
}

ul#nav li.navmain2 a:hover, ul#nav li.navmain2 a.active {
	overflow:hidden;
	width:150px;
	height:100px;
	color:#000000;
	font-weight:bold;
	padding:0 0 0 400px;
	/*background-image: url(../images/bg_navhover.png);*/
}





/*------ENDOFNAV-------*/
#content-wrapper {
	margin: 0 auto;
	width: 1000px;
	overflow:hidden; 
}







#content_home {
	float: left;
	width: 1000px; 	
	padding: 0 0 0 0;
	text-align:justify;	
	overflow:hidden; 
}

.booklink{
	margin: 0 auto;
	overflow:hidden;
	width:300px;
	padding:0 0 0 165px;
	display:inline;
	color:#ffff00;
	text-align:center;
}


img {
	border: 0;
}




#footer {
	margin: 0 auto;
	background:  url(../images/homebg_footer.jpg) repeat-x;
	height:98px;
	padding:0 0 0 0;
	clear:both;
}



.homefooter-area{
	width:1000px;
	margin: 0 auto;
	text-align:center;
	font-size:10px;
	padding:70px 0 0 0;
	color:#000000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}



.homefooter-area a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8b0000;
}

.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 
}

.f18 {
	font-size: 18px;
	line-height:26px; 
}


