/* Change background color */

#header, #sidebarLogo {
	background-color: #933;
	}


/* Change border color */

#wrapper {
	border: 1px solid #933;
	border-bottom: 5px solid #933;
	width: 960px;
	}


/* Change Font */

body {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	}


/* Adjust margins and remove comment tags to resize sidebar */

#container {
/*	margin: 0 0 0 -180px; */
	}
#header {
/*	margin: 0 0 0 180px; */
	}
#content {
/*	margin: 0 0 0 180px; */
	}


/* Adjust EPD table cell widths */

.epds .columns th {
	width: 6.6%;
	}
.epds th {
	font-weight: bold;
	}
.epds .columns th {
	font-weight: normal;
	}



/* Adjust width and remove comment tags to resize sidebar */

#sidebar {
/*	width: 180px; */
	}


/* Other */
.epds .columns th {
	border: none;
	}