body {
	margin:0px;
	padding:0px;
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#3C4848;
	background-color:#E6E7E7;
	}
.sup			{
	font-size : 70%;
	vertical-align : super;
	line-height : 0%;
	color:#555;
	top: 0px;
				}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;

	}
	h4 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:11px;
	line-height:11px;
	font-weight:900;

	}
		h5 {
	font-size: 11px;
	line-height: 133%;
	font-weight: normal;
	font-style: italic;
	}
	h6 {
	font-size: x-small;
	line-height: 88%;
	font-weight: italic;
	padding:3px;
	margin:0px;
	}
p1 {
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding-bottom: 5px;
	font-style: italic;
	}
p {
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding-bottom: 5px;
	}

#dropcap{

float: left;
width: .7em;
font-size: 4em;
line-height: 83%;
}
#dropcapw{

float: left;
width: 1em;
font-size: 4em;
line-height: 83%;
}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
#Content ul li, #Content ol li
{
padding:0.35em 0 ;
margin:0.35em 0; 
}
a:link {
		font-weight: bold;
		text-decoration: none;
		color: #790B0B;
	}
	a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #666;
	}
	a:hover, a:active {
		text-decoration: none;
		color: #666;
	}
	#lselect h3{
		padding:0px;
		margin:0px;
		height:30px;
	}
	#lfavorites h3, #larchives h3, #lresources h3{
		padding:0px;
		margin:0px;
		height:21px;
	}
	#lselect h3{
		background: transparent url(../images/subtitle1.gif) no-repeat top left;
		height:50px;
	}
	#lfavorites h3{
		background: transparent url(../images/fav.gif) no-repeat top left;
	}
	#larchives h3{
		background: transparent url(../images/arc.gif) no-repeat top left;
	}
	#lresources h3{
		background: transparent url(../images/res.gif) no-repeat top left;
	}
	#lselect ul, #lfavorites ul, #larchives ul, #lresources ul{
		margin: 0;
		padding: 0;
		margin-top:20px;
		margin-bottom: 20px;
		list-style-type: none;
	}
	
	#lselect li, #lfavorites li, #larchives li, #lresources li
	{
		padding-right: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#lselect a, #lfavorites a
	{
		background: transparent url(../images/bul2.gif) no-repeat 0px 2px;
		padding-right:18px;
		display:block;
	}
	#lselect a:hover, #lfavorites a:hover
	{
		background: transparent url(../images/bul1.gif) no-repeat 0px 2px;
		padding-right:18px;
		display:block;
	}
	#lselect a.c, #lfavorites a.c
	{
		font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #999;
		font-weight: normal;
		text-decoration:none;
		background: transparent;
		padding-right:0px;
		display:inline;
		}
	#lselect a.c:hover, #lfavorites a.c:hover
	{
		background: transparent;
		padding-right:0px;
		display:inline;
	}
#top{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:50px; /* 14px + 17px + 2px = 33px */
	line-height:11px;
	background: transparent url(../images/sunbursttitleclay.gif) no-repeat ;
	}
	
#Header {
	margin:0px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background:#5B5933 url(../images/bluepattern.gif) repeat ;
	
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
	
	#subheader {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:30px;
	line-height:11px;
	background: transparent url(../images/subheader.gif) no-repeat ;
	}
#footer{
		padding-left:0px ;
		padding-right:0px;
		padding-bottom:4px;
		margin-bottom:10px;
		height:20px;
		background:#5B5933 url(../images/bluepattern.gif) repeat ;
		}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:0px 210px 50px 10px;
	padding:10px;
	}
.size1
{
width: 305px;
}
.size2
{
width: 330px;
}
.framed
{
background-color: #DCE0E0;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
color:#413F25;
margin: 0 0 10px 10px;
padding: 10px;
}
div.framed img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}
	/*--- image floatright ---*/
  .floatright
{
float: right;
margin: 5 0 10px 10px;
background-color: #DCE0E0;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
color:#3C4848
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p { margin-top: 0; 
	}
/*---image floatleft---*/
 .floatleft
{
float: left;

margin: 5 10px 10px 0;
background-color: #DCE0E0;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
color:#3C4848
}

div.floatleft img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p { margin-top: 0;
	}
		/*--- image floatlist ---*/
  .floatlist
{
float: left;
width:80%;
margin: 5 0 10px 10px;
background-color: #DCE0E0;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
color:#3C4848
}

div.floatlist img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p { margin-top: 0; 
	}
	/*-- copyright --*/
	#copyright{
	margin:0px;
	padding:5px 0 0 0;
	font: 9px/11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#879D9D;
	}
	/*---- zoom img ----*/
	#zoom p {
           padding : 0;
           margin : 0;
           margin-bottom : 10px;
      }
#zoom a img {
           float : left;
           height : 45px;
           width : 35px;
           border : 3px solid #ccc;
           margin : 5px;
      }
#zoom a:hover img {
           width : 150px;
           height : 200px;
      }
#zoom a:hover {
           padding : 0;
      }
/*--- navigation ---*/
#Menu {
	position:absolute;
	top:100px;
	right:20px;
	width:172px;
	padding:10px;
	background-color:#DCE0E0;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}