
body {
	margin: 0;
	padding:8px 20px 8px 20px;
	background:#f1eee9;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
  	font-size: 0.75em;
	color: #333;
	min-width: 900px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	color: #000;	
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;	
}
.bold {
font-size: 1.55em;
}
sup {
	font-size: 9px;
}
p 
{
	line-height:1.8em;
}

#topsurround
{
	width:100%;
	background-color:#ffffff;
	height: 58px;
	padding: 4px 0px 4px 0px;
	margin:0px;

}
#logo
{
	float: left;	
	text-decoration:none;
	margin:2px 4px 4px 4px;
	
}

#buttons
{
	text-align: right;
	text-decoration:none;
	margin:10px 10px 0px 10px;
}
		
#header 
{
	background-color: #c0c0c0;
	height:175px;
	width:100%;
	text-align:center;
	margin:0px;
	/*padding: 4px 0px 4px 0px;*/
}

#main {
	width: 100%;
	background:#fff;
	margin:0px;
}

#content {
	margin:15px;
	font-size: 0.9em;
	width: 95%;
}
td.lcol {
	background-color: #d2dce4;
	border-right: #b8d7ee 1px solid;
}	
	
#lcol {
	width: 250px;		
	font-size:1em;
	font-size: 0.9em;
}


#listmenu ul {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
 	list-style-type: none;
	clear: both;
}

#listmenu li a {
	color: #333;
	display: block;
	height: 16px;
 	padding: 7px 0 9px 25px;
	text-decoration: none;
	font-weight:bold;
	background-color:#91c1e5;
	border-bottom: 1px solid #b7ced6;
	background:url('images/star.png') no-repeat left;
	clear: both;
	
}

li.listspecial  {
	background:url('images/ebook_icon.gif') no-repeat right;
	clear: both;
	
}
li.icon2  {
	background:url('images/ebook_icon2.gif') no-repeat right;
	clear: both;

}

#listmenu li a:hover {
	color:#fff;
	background:url('images/star_rollover.png') no-repeat left;
	background-color: #1f5f91;
	}


.dropdown {
position:absolute;
visibility: hidden;
line-height: 18px;
z-index: 100;
width: 150px;
background-color:#91c1e5;
}


#footer {
	width:100%;
	background: #d5eaac;
	margin:0px;
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 0.9em;
	color: #000;
	text-align:center;	
}
#footer a:active, #footer a:link, #footer a:visited, #footer p strong {
	color: #000000;	
	border:0px none;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}	