body {
	color : Black;
	background-color : #FFEEDD;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-image : url(/rich/gfx/bg-index.png);
	background-repeat : no-repeat;
	text-align : center;
}

a {
	color : Red;
	text-decoration : underline;
}

a:hover {
	text-decoration : none;
}

#Breadcrumb {
	margin-top: 0px;
	padding: 0;
	background-color: #FFCC99;
	font-weight : bolder;
	border : 1px solid Black;
	width : 680px;
	text-align : right;
	margin-left: auto;
	margin-right: auto;
}

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: Black;
}

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

#Menu {
	text-align : left;
	width:172px;  /* this is less than the width */
	padding:15px;
	color : #1E1E2E;
	background-color: #FFF8F0;
	border : 1px solid Black;
	line-height:17px;
	position : absolute;
	left: 50%;
	margin-left: -382px;
	margin-top: 15px;
}

#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 : 20px;
	font-weight : bolder;
	color : Black;
}

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

#Content {
	padding : 30px;
	background-color : White;
	border : 1px solid Black;
	position : absolute;
	left: 50%;
	width: 500px;
	margin: 15px 0px 0px -179px;
	text-align : left;
}

#Content h3 {
	font-size : small;
	border : 1px solid Black;
	background-color : #FFDDBB;
	padding : 5px;
	text-align : left;
}

#Content table { 
	font-size:11px;
	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;
}