/* CSS Document */
*{
	margin: 0px;	padding: 0px;
}
a:link, a:visited{
	color: #f8a72c;
	text-decoration: none;

}
a:hover{
	color: #cf7600;
}
p{
	color: #012240;	font-size: 12px;
	padding-bottom: 16px;

}
p.last{
	padding-top:14px;
	border: 0px;
}
body{
	margin: 0;
	background-color: white;
	font-family: Georgia, serif;
	text-align: center;
}
img{
	border: 0px;
}

h2{
	
	padding-top: 14px;
	color: #833c18; font-size: 12px;	text-align:center;	text-transform: uppercase;
	border-top: 1px dashed #d7d7d7;

}
h2.first{
	border: 0px;
	padding-top: 0;
}
h3{
	
	font-size: 14px;
	padding-top: 14px; padding-bottom: 10px;
	color: #833c18;	text-align:center;	
	border-top: 1px dashed #d7d7d7;
}
h4{
	font-size: 11px;
	color: #833c18;
}
img.book{
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: white;
	float:left;
	margin: 0 10px 0px 0px;
}
#header{
	height: 159px;
	padding-top: 17px;
	background: url(../images/header_bkgd.gif) repeat-x ;
}
#header img{

}
#logo{
}
#nav{
	width: 700px;
	height:52px;
	margin: 0 auto;
	padding-top: 16px

}
#navlinks {
	margin: 0 36px 0 0;		padding: 0 0 0 0;
	float:left;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#navlinks.last{
	
	padding: 0;
	margin: 0;
}
#navlinks a{

	font-size: 11px;
	text-decoration: none;	text-transform: uppercase;	letter-spacing: 1px;	font-weight: bold;	color: white;
}
#navlinks a:hover{
	color:	#f8a72c;
}
#active{
	margin: 0 36px 0 0;		padding: 0 0 0 0;
	float:left;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;	text-transform: uppercase;	letter-spacing: 1px;	font-weight: bold;	color: #174b68;
}
#main-body {
	width: 700px;
	margin: 0 auto;
	height: 1%;
	padding: 20px 0 20px 0px;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
	background: white;
	overflow: auto;
	}
#content {
	width: 400px;
	float: left;
}
#content ul{
	list-style:none;
	margin-left: 20px;	padding-left: 10px;
	font-size: 12px;
}	

#content ul.star{

	line-height: 1.5em;
	list-style-image:url(../images/start.gif);

}
#content li{
	padding-bottom: 10px;
	color: #368299;
}
#content img{
	margin-right: 10px;
}
/*--------------------------------
	Side Bar
--------------------------------*/
#sidebar {
	width: 249px;	height: inherit;
	float: right;
	font-size: 90%;
	line-height: 1.5em;
	color: #666b75;
	padding-left: 20px;
	border-left: 1px solid #d7d7d7;
	}
#news{
	padding-top: 0;	margin-top: 0;
}
#misc ul{
	padding-left: 20px;
	list-style-image: url(../images/rss_icon.png);
	color: #012240;	font-size: 12px;
}
#sidebar ul.special{
	list-style: none;
	padding-left: 30px;
}
#sidebar li.special{
	line-height: 1.5em;
	padding-bottom: 12px;
}
/*--------------------------------
	Footer
--------------------------------*/
#footer{
	border-top: 8px solid #002020;
	padding-top: 6px;
	height: 120px;
	background-color: #002f2f;
}
#sublinks{
	width: 700px;
	margin: 0 auto;
}
#sublinks a:visited{
		color: #666666;
}
#sublinks ul{
	margin: 0;
	padding: 0;
	list-style: none;

}
#sublinks li{
	display:inline;
	margin: 0;
	padding: 0;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase; text-align:left;
}
#sublinks li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #acacac;
	border: none;
}
#sublinks li a:hover{
	color:	#f8a72c;
}
p.forescene{
	clear:both;
	padding-left: 12px;
	float:left;
	color:#666666;
}
a.forescene{
	float:left;
	text-align:left;
	vertical-align:bottom;
	color: #666666;
}
