body {
	background: #1b1b1b;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	color: #bfbfbf;
	line-height: 1.5em;
	}

#wrapper {
	background: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 100%;
	}

#container {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	}

#head {
	width: 900px;
	height: 100px;
	}

#logo {
	background: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 157px;
	height: 89px;
	}

#flash {
	width: 900px;
	height: 200px;
	}

#nav {
	width: 900px;
	height: 63px;
	text-align: center;
	line-height: 1em;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#nav ul li {
	list-style-type: none;
	float: left;
	}

#nav ul li a {
	background: url(images/nav.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 25px;
	width: 180px;
	height: 38px;
	_height: 63px;
	text-decoration: none;
	color: #ffffff;
	}

#nav ul li a:hover {
	text-decoration: underline;
	color: #cb1410;
	}

.topcontent {
	padding-top: 20px;
	}

.leftcol {
	width: 290px;
	padding-right: 10px;
	float: left;
	}

.midcol {
	width: 280px;
	padding: 0px 10px;
	float: left;
	}

.rightcol {
	width: 290px;
	padding-left: 10px;
	float: left;
	}
	
#footer {
	text-align: center;
	font-size: .8em;
	}
	
#footer a {
	color: #cb1410;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #a7a7a7;
	text-decoration: none;
	}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
/* Typographic Styling */

a:link {
	color: #cb1410;
	text-decoration: none;
	}

a:visited {
	color: #a7a7a7;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.floatleft {
	float: left;
	padding-right: 5px;
	}

.floatright {
	float: right;
	padding-left: 5px;
	}

img {
	border: none;
	}

h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	font-weight: normal;
	color: #cb1410;
	margin-bottom: 15px;
	}

h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	font-weight: normal;
	color: #cb1410;
	margin-bottom: 2px;
	padding-bottom: 0px;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cb1410;
	}
	
.clear { 
	clear: both;
	}


/* DNN STYLES */
.Head {
	color: #cb1410;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	} /* the styles for our containers titles */

.Normal {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	} /* the normal text everywhere in our portal */

.SubHead {
	color: #cb1410;
	}

.CommandButton {
	color: #cb1410;
	}
a.CommandButton:link {
	color: #cb1410;
	} /* the command links when we are logged in as administrators*/

a.MainMenu_MenuContainer:link {
	color: #cb1410;
	}
/* END DNN STYLES */
