div.sdmenu {
	width: 140px;
	font-family: Arial, sans-serif;
	font-size: 11.5px;
	padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
margin-top: 0px;
	background: url(bottom.gif) no-repeat  center bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #666699;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #9999cc;
	color: #666699;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #9999cc url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
a:link {
	text-decoration: none;
color: #8E84B9
}
a:visited {
	text-decoration: none;
color:#8E84B9;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {

	font-family:verdana, arial, helvetica, sans-serif;
		font:12px verdana, arial, helvetica, sans-serif;
	
	color:#333;
	background-color:#8E84B9;	
	padding-bottom: 00px;
padding-left: 0px;
padding-right: 0px;
	margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
height:100%;
}

p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	padding-bottom: 00px;
padding-left: 10px;
padding-right: 10px;
	margin-top: 5px;
margin-left: 00px;
margin-right: 00px;
margin-bottom: 00px;


	}

h1 {
	margin-top: 5px;
margin-left: 10px;
margin-right: 20px;
margin-bottom: 0px;
	padding:0px;
	font-size:28px;
	line-height:40px;
	font-weight:900;
	color:#000;
	}




#Header {
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	
	border-style:solid;
	border-color:#8E84B9;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */

/* 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;
	
	}
/* 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). */


#Content {
	margin:0px 00px 10px 10px;
	border:0px black groove;
background-color:white;
	padding:2px;
	}

