﻿body 
{
    margin: 0;
    padding: 0;
    font-family:Arial; 
    font-size:12px;
    background-color:#FFFFFF;
}
DIV#container 
{
    margin: 0px auto;
    text-align: left;
    width: 592px;
    height:700px;
}
DIV#topbanner 
{
    width: 100%;
    height: 211px; 
	background:#D7D7D7 url("../images/Header.gif") top left no-repeat;
}
DIV#SubFooter 
{
    width: 100%;
    height: 48px; 
	background:#D7D7D7 url("../images/SubFooter.gif") top left no-repeat;
}
DIV#Footer 
{
    width: 100%;
    height: 150px; 
	background:#D7D7D7 url("../images/Footer.gif") top left no-repeat;
}
DIV.FooterContent
{
    padding-left:150px;
    font-weight:bold;
    font-size:15px;
    line-height:25px;
}
DIV#centralbar 
{
    float: left;
    width: 592px;
    margin:auto;
    height: auto;
}
DIV#content 
{
	margin:auto;
    width: 100%;
    height: auto;
    font-weight:bold;
	background:#FFFFFF url("../images/ContentBG.gif") bottom left no-repeat;
}

#content ul li{list-style-type:none;font-size:17px; font-style:italic;}
#content ul li ul li{list-style-type:circle;font-size:12px; line-height:17px; font-style:normal;}

.Presenters
{
	position:absolute;
	width:117px;
	height:335px; 
	margin-left:10px;
	background:url("../images/People.gif") bottom left no-repeat;
}
DIV.clickHere
{
	position:absolute; 
    width:592px; 
    text-align:right;
}
DIV.SocialMedia{width:200px; position:absolute; margin-top:100px; font-weight:bold; font-size:10px;}

/*******************************START Menu*******************************/
#menu
{
	float:left;	
	width:100px;
	margin-top:115px;
	margin-left:20px;
}
#menuTop 
{
	background-image:url('../images/menu_top.png');
	background-repeat:no-repeat; 
	width:100px; 
	height:5px; 
	margin:0px; 
	z-index:1;
}
#menuMid 
{
	background-color:#b5121b;
	width:100px; 
	height:auto; 
	margin:0px; 
	text-align:left;
}
#menuBottom 
{
	background-image:url('../images/menu_bottom.png');
	background-repeat: no-repeat; 
	width:100px; 
	height:5px; 
	z-index:2;
}
#menuMid ul {list-style:none; margin:0px; padding:0px; font-weight:bold;}
#menuMid ul li:hover {background-color:#9D0707;}
#menuMid ul li {border-bottom:solid 1px #000000; padding:2px 0px 2px 2px;}
#menuMid ul a {color:#FFFFFF; text-decoration:none; font-size:11px;}
/*******************************END Menu*******************************/

.leftLabel 
{
	font-size:15px;
	font-weight:bold;
	text-align:right;
}
.rightColumn
{
	vertical-align:top;
	white-space:nowrap;
}

