@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-image: url(backgroundart3.gif);
	background-repeat:repeat;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #C30;
}
a:visited {
	color: #900;
}
a:hover {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.header {
	background-image:url(images/DU-header.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	float: none;
	height: 126px;
	width: 736px;
}

h1 {
	background-color: #0099cc;
	background-image: url(../../709%20design/webpage/709%20header.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-align: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	margin: 0px;
	font-style: italic;
	width: 700px;
	background-position: right;
	padding: 20px;
}
h2{
	font-size:14px;
	color:#C30;
	background-color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	top: 126px;
	margin: 0px;
}
li{
	padding-left:40px;
	list-style-position: inside;
	list-style-type: disc;
}

h3{
	color:#C30;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: left;
	padding-top: 0px;
	padding-left: 40px;
	top: 0px;
}

h4{
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	padding-top: 0px;
	padding-left: 40px;
	top: 0px;
	padding-right: 20px;
	font-weight: normal;
}

hr{
	color:#C30;
	padding-left:40px;
	text-align: left;
	left: 40px;
	right: 40px;
	padding-right: 40px;
	margin: 0px;
}
.tableright {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.tableleft {
	text-align: left;
}

