body {
	background-color:#E9E9E9;
		/*text-shadow: #DDD 2px 2px 2px;*/
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.dandyid-skin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px;
	border: solid 1px gray;
/*background-color: #FFFFE5; */	background-color: #EEE;
}
#pagecontainer {
	width: 900px;
	margin: 0 0 0 20px;
	padding:0 0 0 20px;
	
}
#top {
	position: relative;
	top: 0px;
	padding: 5px;
/*    background-image: url('images/top.png');
    background-repeat: repeat-x;*/	height: 100px;
}
#title {
	border: none;
	position: relative;
	padding: 5px;
	margin: 30px 0 0 0;
/*	background-color: #FFF;*/
	background-image: url('images/toplogo-black.png');
	background-repeat: no-repeat;
	width: 900px;
	top: 0px;
	height: 60px;
}
#navigation {
	position: relative;
	padding: 5px 5px 5px 30px;
	border-bottom: solid 2px #000;
	top: 0px;
	left: 0px;
	width: 865px;
	height: 30px;
/*	background-color: #FFF;*/
}
#navigation a {
	margin: 10px 10px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	/*background-color: #FFF;*/
}
#navigation a:link, a:visited {
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	/*background-color: #000;*/
}
#content {
	position: relative;
	padding: 5px;
	border: none;
	top: 0px;
	left: 15px;
	width: 860px;
}
#content2 {
	border: none;
	top: 0px;
	width: 860px;
	clear: both;
}
#content p {
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px;
	background-color:#FFFFFF;
}
#content h2 {
	padding: 10px;
	border: solid 1px gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFE5;
	text-decoration: none;
	background-color: #000000;
}
#footer {
	position: relative;
	padding: 5px;
	border: none;
	top: 0px;
	left: 0px;
	width: 890px;
}
#footer p {
	font-size: xx-small;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px;	
}
#footer .twocol .one {
	width: 260px;
	float: left;
	margin: 0;
}
#footer .twocol .two {
	width: 585px;
	float: left;
	margin: 0 0 0 15px;
}

#dandyid {
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px;
	border: solid 1px gray;
	/*background-color: #FFFFE5; */ 
	/*background-color: #EEE;*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.twocol {
	width: 860px;
	padding-top: 0;
}
.twocol .one {
	width: 160px;
	float: left;
	margin: 0;
}
.twocol .one p {
	border: none;
}
.twocol .two {
	width: 685px;
	float: left;
	margin: 0 0 0 15px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #808080;
	-webkit-box-shadow: 3px 3px 4px #808080;
	box-shadow: 3px 3px 4px #808080;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080)";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
}

