@import url("menu.css");
@import url("modules.css");
@import url("content.css");

body#Body {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #B7B7B7;
}

#HeaderDIV {	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#HeaderDIV h1.H1Title {
	width: 900px; 
	height: 175px;
	position: relative;
	line-height: 175px;
	margin: 0;
	padding: 0;
}

#HeaderDIV h1.H1Title span {
	background: url("images/OconeeDemBanner.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
}

#NavDIV {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1D2959;
	border-top: 1px solid white;
	height: 30px;
}

#ContentDIV {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#FooterDIV {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#a91a2c;
	height: 20px;
	text-align: center;
}

.FooterLinks {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 20px;
}

a.FooterLinks:link, a.FooterLinks:active, a.FooterLinks:visited {
	color: white;
} 

a.FooterLinks:hover {
	color: black;
	text-decoration: none;
}

.PlugTD {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.LoginStyle {
	font-family: Arial, sans-serif;
	font-size: 12px;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}



