body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #ffffff;
	background-position: center;
	color: #CC6600;
}
h1 { font-size: medium }
h2 { font-size: small }
h3 { font-size: x-small; font-weight: bold }

.footer { font-size: xx-small; font-weight: bold }
	
#design {
	background-color: #FFFFFF;
	text-align: left;
	width: 550px;
	border: 0px;
	background-position: center;
}
#content {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	width: 300px;
}
#leftPanel {
	background-color: #FFFFFF;
 	padding: 10px;
	float: left;
	width: 200px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: dotted;
	border-right-color: #CC6600;
}
#bottom {
	height: 50px;
	width: 750px;
}
.dplist {
	list-style-image: none;
	}

/* LINKS */
a:link {  color: #ff3300; font-weight: bold; text-decoration: none }
a:active { color: #ff3300; text-decoration: none }
a:visited { color: #ff3300; text-decoration: none }
a:hover { color: green; text-decoration: none; background-color: #FFFF00 }
