html 
{
	height: 100%;
	width: 100%;
	background-color: black;
}

body 
{
	width: 100%;
	text-align: center;
}

body, form
{
	margin: 0px;
	padding: 0px;
}

body, td, th {
	font-family: Verdana;
	font-size: 11px;
}

#divHeader 
{
	background-image: url("/images/layouts/professional/black/header_bg.jpg");
	text-align: center;
	padding: 0px;
}

#divHeader img 
{
	margin-top: 73px;
}

#divBodyBG {
	background-image: url("/images/layouts/professional/black/background.jpg");
}

#divBody
{
	background-image: url("/images/layouts/professional/black/body_bg.jpg");
	text-align: center;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
	
#divBodyArea
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#divBodyHeader 
{
	width: 760px;
	height: 182px;
	margin-bottom: 3px;
}

#divTitle 
{
	margin-left: 439px;
	padding-top: 30px;
	margin-right: 60px;
	height: 123px;
	color: white;
}

#divTitle div
{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
}	


#tdMenu 
{
	background-color: #333333;
	padding: 10px;
	color: White;
}

#tdText 
{
	background-color: #D1D1D1;
}


	
#divFooter
{
	background-image: url("/images/layouts/professional/black/footer_bg.jpg");
	height: 58px;
	text-align: center;
	vertical-align: bottom;
}

#divFooter img
{
	width: 940px;
	height: 16px;
	margin-bottom: 10px;
}

#olMenu 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#olMenu li 
{
	padding-bottom: 5px;
	padding-left: 0px;
}

#olMenu a {
	text-decoration: none;
	font-size: 14px;
	color: white;
	font-weight: bold;
}


#olMenu a:hover {
	text-decoration: underline;
}

.Calendar_Title {
  background: black;
  color: #FFFFFF;
}

.Calendar_TR {
  background: #868684;
}
.Calendar_TD {
  border: Solid 1px black;
}
table.Border_Black {
  background: #FFFFFF;
	border: solid 1px black;
}

