html { 
width:  760px; 
height: 100%; 
min-width: 600px; 
margin-right: auto; 
margin-left: auto; 
display: block; 
}

#logo { 
background-color: #faf7aa; 
background-image: url(images/logo2.jpg); 
background-position: left top; 
width: 740px; 
height: 158px; 
border-left: 1px solid #600; 
border-right: 1px solid #600; 
}

body, div, td, th, h2, h3, h4 { 
/* redundant rules for bad browsers  */  
    font-family: verdana, sans-serif; 
	font-size: x-small; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	font-size: small; 
	color: #000; 
	}
	
body { 
color: #333; 
background-color: #006e57; 
background-repeat: repeat; 
background-attachment: scroll; 
background-position: 0 0; 
margin: 0; 
padding-right: 20px; 
padding-bottom: 3em; 
padding-left: 20px; 
}

#transparency { 
background-color: #9ab2a8; 
background-position: 0 100%;
position: relative; 
width:  760px; 
float: left; 
border-left: 1px solid #600; 
border-bottom: 1px solid #600; 
border-right: 1px solid #600; 
}

#center { 
background-color: #fff;
 width: 740px; 
 height: auto; 
 margin-right: auto; 
 margin-left: auto; 
 }
 
h5 {  
	font-family: Verdana, Geneva, helvetica, arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #996633
}
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/
a { color: #600; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { 
text-decoration: none; 
color: #333; 
}

h1 a:hover { 
border-bottom: 1px dotted #666; 
color: #000; 
}

h2 { 
color: #7e1518; 
font-size: 140%; 
padding-bottom: 2px; 
margin: 0; 
border-bottom-color: #600; 
border-bottom-width: 1px; 
}

.nav { 
color: black; 
font-family: verdana, sans-serif; 
font-size: small; 
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

ul.roman {
list-style: upper-roman
}

ul.clean { 
list-style: upper-roman; 
}

#noindex a { 
color: #fff; 
font-family: verdana, sans-serif; 
font-size: 11px; 
background-color: #fff; 
text-decoration: underline; 
text-align: left; 
position: absolute; 
width: 740px; 
height: 15px; 
float: left; 
margin-right: 20px; 
display: block; 
}

#rtnav { 
background-color: white; 
position: relative; 
top: -2em; 
width: 180px; 
height: 100%; 
float: right; 
margin-bottom: 5px; 
margin-left: 5px; 
padding-bottom: 10px; 
padding-left: 12px; 
border-bottom: 1px dotted #006e57; 
border-left: 1px dotted #006e57; 
list-style-type: none; 
display: block; 
}

#rtnav ul li a { font-size: x-small; }
#rtnav ul li em { font-size: xx-small; }

