body {
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 2.5em;
	color: #c6c6c6;
	}

#wrapper {
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 100%;
}
	
#container {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	}

/* Header Styling */

#header {
	background: url(images/line2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 150px;
	}

#logo {
	background: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 143px;
	float: left;	
	}

#tagline {
	background: url(images/tagline.gif);
	background-repeat: no-repeat;
	width: 339px;
	height: 40px;
	text-indent: -5000px;
	margin-top: 50px;
	float: left;
	}

#address {
	background: url(images/separator.gif);
	background-repeat: repeat-y;
	background-position: center left;
	line-height: normal;
	margin-top: 50px;
	margin-left: 100px;
	padding-left: 20px;
	float: left;
	}

/* Content Styling */

.content {
	height: 289px;
	background-color: #202020;
	padding: 20px;
	width: 710px;
	_width: 750px;
	}

 html>body .content {
 	height: auto; 
	min-height: 289px; 
	}

.contentflash {
	width: 750px;
	height: 289px;
	background-color: #202020;
	}

 html>body .contentflash {
 	height: auto; 
	min-height: 289px; 
	}

.contentcon {
	height: 289px;
	background-color: #202020;
	padding: 20px;
	width: 410px;
	_width: 450px;
	float: left;
	}

 html>body .contentcon {
 	height: auto; 
	min-height: 500px; 
	}
	
.contactpane {
	height: 289px;
	background-color: #202020;
	padding: 20px;
	width: 260px;
	_width: 300px;
	float: left;
	}

 html>body .contactpane {
 	height: auto; 
	min-height: 500px; 
	}
/* Navigation Styling */
	
#navigation {
	width: 750px;
	height: 75px;
	}

#navigation ul {
	background-image: url('images/nav-bg.jpg');
	background-repeat: no-repeat;
	width: 750px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	}

#navigation li {
	display: inline;
	float: left;
	width: 150px;
	height: 75px;
	min-height: 75px;
	vertical-align: middle;
	_margin: 0px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	}

#navigation li a {
	display: block;
	width: 150px;
	height: 50px;
	_height: 75px;
	text-align: center;
	margin: auto;
	padding-top: 25px;
	border: 0px;
	color: #ffffff;
	}

#navigation li a:hover {
	border: 0px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	filter: alpha(opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: .25;
	opacity:0.25;
	}

#footer {
	margin: 20px 0px;
	width: 750px;
	color: #5a5957;
	font-size: .8em;
	}

#footer a {
	color: #5a5957;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #5a5957;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #5a5957;
	border-bottom: 1px solid #ff450f;
	}

/* General Styling */

img { border: none; }

a {
	color: #ff450f;
	text-decoration: none;
	}

a:visited {
	color: #ff450f;
	text-decoration: none;
	}
	
a:hover {
	color: #ff450f;
	border-bottom: 1px solid #ff450f;
	}


h1 {
	font-variant: small-caps;
	font-size: 2em;
	color: #ff450f;
	}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #ff450f;
	}

.clear {
	clear: both;
	}
	
.inlineImage {
	border: 1px solid #ff450f;
	}

a.maplink:link {color: #ff450f; text-decoration: none; border: none;}
a.maplink:visited {color: #ff450f; text-decoration: none; border: none;}
a.maplink:hover {color: #ff450f; text-decoration: none; border: none;}
a.maplink:active {color: #ff450f; text-decoration: none; border: none;}

/* DNN STYLES */
.Head {
	color: #ff450f;
	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: #c6c6c6;
	} /* the normal text everywhere in our portal */

.SubHead {
	color: #ff450f;
	}

.CommandButton {
	color: #ff450f;
	}
	
a:link {
	color: #ff450f;
}
a:visited{
	color: #ff450f;
}

a.CommandButton:link {
	color: #ff450f;
	} /* the command links when we are logged in as administrators*/

a.CommandButton:visited {
	color: #ff450f;
	} /* the command links when we are logged in as administrators*/
	
a.MainMenu_MenuContainer:link {
	color: #ff450f;
	}
	
a.MainMenu_MenuContainer:visited {
	color: #ff450f;
	}
/* END DNN STYLES */