﻿body
{
	font-family:Verdana;
	background-image: url(../images/back_black_down.jpg);
	background-repeat:repeat-x;
}

#page
{
	width:980px;
	position:relative;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:Transparent;
}

#logo
{
	
}

#menuBar
{
	position:relative;
	top:-23px;
	left:5px;
	width:950px;
	color:Black;
	font-size:100%;
	z-index:5;
	line-height:25px;
}

/*
#menuBar a
{
	text-decoration:none;
	color:Black;
}

#menuBar a:hover
{
	color:#E2302C; /* WDM LOGO RED */
/*}*/

#contentTable
{
	position:relative;
	top:-18px;
	background-color:#BDBDBD;
}

#footerTable
{
	position:relative;
	top:-18px;
}

#footerTable img
{
	vertical-align:bottom;
}

#footer
{
	/*width:100%;*/
	width: 980px;
	text-align:center;
	color:Black;
	font-size:80%;
	background-color:#BDBDBD;
}

#footer a
{
	text-decoration:none;
	color:White;
}

#footer a:hover
{
	color:#E2302C; /* WDM LOGO RED */
}

#announcements
{
	width:940px;
	background-color:White;
}

#announcements a
{
	text-decoration:none;
	color:#E2302C; /* WDM LOGO RED */
}

#announcements a:hover
{
	color:Orange;	
	text-decoration:underline;
}

#announcements table
{
	font-size:100%;
	width:100%;
	text-align:center;
	cursor:pointer;
}

#announcements tr:hover
{
	background-color:#EEEEEE;
}

#announcements th
{
	color:#E2302C; /* WDM LOGO RED */
}

#divPanelWhole
{
	float:left;
	width:960px;
	vertical-align:top;
}

#divPanelLeft
{
	float:left;
	width:475px;
	vertical-align:top;
}

#divPanelRight
{
	float:right;
	width:475px;
	vertical-align:top;
}

#divPanelHost
{
	width:960px;
}

#infillPanel
{
	position:absolute;
	width:980px;
	top:190px;
	height:200px;
	background-color:White;
	z-index:-1;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
}

/* textContent is a style class that can be applied to content put in 
database */
.textContent
{
	text-align:justify;
	font-size:100%;
}

.textContent h1
{
	font-size:125%;
	color:#E2302C; /* WDM LOGO RED */
}

.textContent a
{
	text-decoration:none;
	color:#E2302C; /* WDM LOGO RED */
}

.textContent a:hover
{
	text-decoration:underline;
}

.WdmRed
{
	color:#E2302C; /* WDM LOGO RED */
}

.rndCorner
{
	width:10px;
	height:10px;
}

.rndEdge
{
	background-color:White;
}

.rndContent
{
	background-color:White;
}

.rndContent img
{
	display:block;
}

#divPanelRight .rndContent img
{
	width:455px;
}

#divPanelLeft .rndContent img
{
	width:455px;
}

#divPanelWhole .rndContent
{
	width:960px;
}

#divPanelLeft .rndContent
{
	width:455px;
}

#divPanelRight .rndContent
{
	width:455px;
}

#divPanelWhole iframe
{
	height: 500px;
	width: 940px;
}