body {
	color : White;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

a {
	color : #A5CBAB;
	text-decoration : none;
}

a:hover {
	color : #006400;
	text-decoration : underline;
}

#Breadcrumb {
	margin-left: 226px;
	margin-top: 0px;
	padding: 0;
	background-color: #C1AD83;
	font-weight : bolder;
	border : 3px solid #58462C;
}

body>#Breadcrumb {
	margin-top: 7px;
}

#Breadcrumb ul {
	margin : 7px 0 9px 0;
}

#Breadcrumb ul li {
	margin-left: 0;
	padding: 3px 15px 4px;
	border-left: 1px solid Black;
	list-style: none;
	display: inline;
}

#Breadcrumb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#Breadcrumb li a {
	color: Silver;
}

#Breadcrumb li.first a{
		color: White;
}

#Menu {
	position:absolute;
	top:15px;
	left:15px;
	width:172px; 
	padding:15px;
	color : #1E1E2E;
	background-color: #C1AD83;
	border : 3px solid #58462C;
	line-height:17px;
	}
	
#Menu a {
	color: #1E1E2E;
}

#Menu a:hover {
	color: White;
}

#Menu a img {
	border : 1px solid #070BAF;
}

#Menu a:hover img{
	border : 1px solid White;
}

#Menu h1 {
	font-size : x-large;
	font-weight : bolder;
	color : White;
}

.ahem {  display: none; text-align: center}

#Content {
	padding : 30px;
	background-color : #58462C;
	border : 3px solid #58462C;
	margin: 15px 0px 0px 226px;
	color : #D02727;
	background-image : url(/rich/gfx/burb.png);
	font-size : larger;
}

#Content h3 {
	margin: 15px 0px 35px 0px;
	font-size : large;
}

#Content table { 
	font-size: larger;
	line-height:17px;
}

#SiteList {
	width : 140px;
	padding : 0;
}

#SiteList ul{
	list-style : none;
	margin: 0;
	padding: 0;
	border : none;
}

#SiteList li {
	margin : 0;
}

#SiteList li a {
	display: block;
	padding: 1px 5px 2px 0.5em;
	/* these borders should be on "hidden", not just set to the
	same color as the bg - except that IE doesnt lay it out properly otherwise
	*/
	text-decoration : none;
	width: 161px;
}

#SiteList li a:hover{
	background-color: Navy;
}