a{
	color:#900;
	font-size: 75%;
	text-decoration: none;
}
/* a:active added for IE a:focus for Mozilla - added to aid accesibility more than visual appearance */
a:hover,
a:focus,
a:active

{ 

background:#666666; 
color:white;
border:0;
text-decoration:none;
}


.boxout {
	color: #900;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.boxout a:link, .boxout a:visited {
	text-decoration: none;
	background-color: transparent;
}
.boxout a:hover, .boxout a:active {
	background-color: #666666;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.leftimg {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.table {
	margin-left: auto;
	margin-right: auto;
}

.rightPad {
	padding-right: 15px;
}

/* Navigation ============================================================= */

#linkList{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0px 0 0;
	width:158px;
	text-align:right;
	float:none;
	float:none;
	letter-spacing: 3px;
/* End IE5 MAC comment hack found at stopdesign.com see also http://www.stopdesign.com/log/2004/07/06/filtering-css.html */
}
/* Because the linkList is not floated (except for IE5 MAC), this casued problems with usual image replacement methods, so... */ 
#linkList h3{ 
float:none;
display:none; 
}
/* linkList h3 may be hidden from screen readers and printers due to display none */
@media aural, braille, print{
#linkList h3{
display:block;
}
}
#lselect,
#lfavorites,
#larchives,
#lresources
{
padding:40px 10 0 0;
margin:0 0 40px;
}
#linkList ul{
margin:0;
padding:0;
list-style:none;
}
#linkList li{
font-size:0.8em;
display:block;
margin:0;
padding: 0 0 7px 0;
}

/* Link Styles */
#linkList li a{ 
display:block;
padding:4px 10px 4px 5px;
margin:0 0 5px;
border:0;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
color:#993333;
}

#lselect li a,
#lfavorites li a{
background:transparent url(visited.png) no-repeat  -100px;
}
#lselect li a:visited,
#lfavorites li a:visited{
background-position:0 50% ;
}

#linkList li a:hover,
#linkList li a:focus,
#linkList li a:active{
padding-right:6px;
border-right:4px solid #666666;
color:#666666;
text-decoration:none;
}
	
#linkList li a.c{
display:inline;
padding:0 2px 0 0;
text-transform:lowercase;
font-style:italic;
font-weight:normal;
margin:0;
border:0;
background-position:-100px;
}


/* Print, because we're running out of trees faster than we are bandwidth ================================================ */
@media print{
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	letter-spacing: 4px;
	padding-left: 260px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	letter-spacing: 4px;
	margin-bottom: -17px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
}
