@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 5px auto;
	text-align: left;
	background-color: #803;
	background-image: url(../images/dp-bg-orange-repeat.gif);
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 2px solid;
	border-color: #FFF;
}

#header {
	width: 898px;
	height: 150px;
	background-image: url(../images/banner.jpg);
	border-top: 1px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 0px solid;
	border-color: #FFF;	
}

#sidebar {
	float: left;
	width: 218px;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-color: #FFF;
}

#sidebar ul {
	margin-left: 1em;
	margin-right: 1em;
	padding: .25em;
	list-style: none;
}

#sidebar ul li {
	line-height: 1.3em;
	font-size: 1.5em;
	border-bottom: 2px ridge #603;
}

#sidebar a{
	text-decoration: none;
	color: #603;
}

#sidebar a:hover {
	color: #FFF;
	text-decoration: none;
	margin-left: .5em;
}

#sidebar a.selected {
	color: #FFF;
	margin-left: .5em;
}

#content {
	float: right;
	width: 678px;
	padding-bottom: 1em;
	background-image: url(../images/dp-content-purp-repeat.gif);
	border-top: 0px solid;
	border-right: 2px solid;
	border-bottom: 0px solid;
	border-left: 2px solid;
	border-color: #FFF;
	overflow: auto;
}

#content h1 {
	padding: .25em;
	margin-left: .5em;
	font-size: 1.4em;
	color: #FFF;
}

#content h3 {
	margin-left: .5em;
	font-variant: small-caps;
	font-size: 1.3em;
	color: #FFF;
}


#content ul {
	margin-left: 3em;
	line-height: 1.3em;
	color: #F60;
}

#content p {
	color: #F60;
	line-height: 1.3em;
	margin-left: 1em;
	margin-right: 1em;
}

#content table {
	text-align: center;
	color: #F60;
	border: 0px;
}

#content a {
	text-decoration: none;
	color: #FFF;
}

#content a:hover {
	text-decoration: underline;
	color: #FFF;
}

#content hr {
	width: 500px;
	margin-left: 89px;
	color: #F60;
	background-color: #F60;
	
}

#footer {
	clear: both;
	width: 898px;
	height: 50px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-bottom: 1px solid;
	border-left: 0px solid;
	border-color: #FFF;
	text-align: center;
}

#footer p {
	color: #603;
	padding: 5px;
}

#footer a {
	text-decoration: none;
	color: #603;
	text-align: center;
}

#footer a:hover {
	text-decoration: underline;
	margin-left: 0;
	text-align: center;
}

#clear {
	clear: both;
	margin: 0;
	padding: 0;
}



.imgspacer {
	padding: .5em;
}

.imgborder {
	margin: .5em;
	padding: 1px;
	border: 1px solid;
	border-color: #F60;
}

