body {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}
table,img { border: 0px; }

a { text-decoration: none; color: 673090; }
a:hover { text-decoration: underline; }

.header {
	background-color: #673090;
	padding-top: 15px;
}
.navcontainer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgb(0,0,0);
}
ul.navigation {
	display: block;
	width: 900px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
ul.navigation li {
	display: inline;
	margin: 0px;
	font-size: 2em;
}
ul.navigation li a {
	color: rgb(255,255,255);
	padding-left: 20px;
}
ul.navigation li a {
	text-decoration: none;
}
.intro {
	padding: 10px;
}
.content {
	padding: 10px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.content .sectionOne {
	float: left;
	display: table;
}
.content .sectionTwo {
	float: right;
	border-left: 1px rgb(200,200,200) solid;
	padding-left: 10px;
	width: 330px;
	display: table;
}
.footer {
	clear: both;
	border-top: 1px solid rgb(200,200,200);
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.footer .sectionOne {
	width: 400px;
	float: left;
	padding-left: 25px;
}
.footer .sectionTwo {
	border-left: 0px;
	width: 320px;
	float: right;
	padding-right: 25px;
}
.footer .credit {
	clear: both;
	text-align: center;
	font-style: italic;
}
.main {
	width: 600px;
}
.main .module {
	width: 290px;
	float: left;
	margin: 5px;
}
.main .module .intro {
	padding: 5px;
}

.news .story {
	padding-top: 10px;
	display: table;
	font-size: smaller;
}
.news .story .date {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	padding: 5px;
	overflow: hidden;
	background-image: url("images/Dates.jpg");
	text-align: center;
	font-weight: bold;
}
.news .story .date .number {
	font-size: x-large;
	padding-top: 5px;
}
.news .story .headline {
	font-weight: bold;
}
h1 {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}
h2 {
	font-size: 3em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
h4 {
}
#resources ul {
	list-style-type: none;
}
#resources ul li {
	padding-left: 35px;
	padding-bottom: 5px;
	min-height: 32px;
	background-repeat: no-repeat;
}
#resources #files ul li.filepdf {
	background-image: url("images/pdf.gif");
}
#resources #files ul li.filedoc {
	background-image: url("images/doc.gif");
}
#resources #links ul li {
	background-image: url("images/link.gif");
}
#resources ul li .description {
}
#resources ul li .author {
	text-align: right;
	font-style: italic;
}
