body {
	margin:0px;
	padding:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
	
h1 {
	margin:0px 0px 15px 0px;
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:#ccc;
	border : none;
	}

p {
	font:11px verdana, arial, helvetica, sans-serif;
    line-height: 20px;
	}
	
#Content>p {margin:0px; text-indent:30px}

a {
	color:#8080C0;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#8080C0;}
a:visited {color:#8080FF;}
a:hover {color: #40B070; text-decoration: underline}

img {
	border: 0;
}

#Breadcrumb {
	margin:30px 0px 10px 0px;
	padding: 17px 0px 0px 10px;
	font-size:11px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	/* 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-color:#eee;

/* 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 */
	}
/* 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>#Breadcrumb {height:14px;}

#Breadcrumb ul {
	margin : -8px 0 0 -15px;
}

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

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

#Breadcrumb li a {
	color: #333333;
}

#Breadcrumb li.first a{
	color: #8080FF;
}

#Content {
	font-size:11px;
	line-height:17px;
	margin:0px 50px 50px 200px;
	padding:10px;
	}

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

/*these two are for IE 5 */
table { 
	font-size:11px;
	line-height:17px;
	}

pre {
	color: #000090; }

#Content>pre {
	color: #000090; }

#Menu {
	position:absolute;
	top:80px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#eee;
	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;}

#Menu img {
	border : 1px solid #eee;
}

#Menu img:hover{
	border : 1px solid #40B070;
}

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

/* This is the code for the siteList links on the left */
#SiteList {
	width : 120px;
	padding : 0;
	/*margin-bottom: 1em;*/
}

#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
	*/
	border-left: 10px solid #eee;
	border-right: 10px solid #eee; 
	text-decoration : none;
	width: 100%;
}

/* to fool IE */
html>body #button li a {
	width: auto;
}

#SiteList li a:hover{
	border-left : 10px solid #EAE8E8;
	border-right: 10px solid #EAE8E8;
	background-color: #E9E1E1;
}