.bannerLeft
{
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 0;
}
.bannerRight
{
	float:right;
	margin:0;	
	height: 84px;
	overflow:hidden;
}
body
{
	background-color: #336666;
	text-align: center;
	color: White;
	font-size: 12pt;
	font-family: Arial;
	overflow: auto;
}

.bottomContainer
{
	width: 750px;
	border: solid black 1px;
	background: #cccc99 url('../images/menuBG.gif') top left repeat-y;

}

.centerBold{
text-align: center;
font-weight: bold;

}

.containerRoot{
#	position: relative; 
display: table;
}

.containerHalfHeight{
#position: absolute; 
#top: 50%;
display: table-cell;
vertical-align: middle;

}

.containerText{
#	position: relative; 
#	top: -50%; 
}

.content
{
	margin-top: 10px;
	float: right;
	background: #cccc99;
	color: Black;
	font-size: 11pt;
	width: 570px;
	margin-right: 10px;
	
}

.footer
{
	font-size: 10pt;
	text-align: center;
}

.footer a:link, .footer a:visited
{
	color: white;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;	
}

.frame
{
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

h1
{
	font-weight: bold;
	font-size: 12pt;
	margin: 0;
	color: #444444;
}

h2{
	font-weight:bold;
	font-size: 11pt;
	margin: 0;
}

.heading{
padding: 2px;
padding-left: 5px;
color: white;
background-color: #800000;
font-weight:bold;

}

.headingSub{
padding: 2px;
padding-left: 5px;
color: #cccc99;
background-color:#800000;
font-weight: bold;
}
img
{
	border: none;
}

.imgFloatLeft{
float: left;
position: relative; 
margin-right: 10px;
}

.imgFloatRight{
float: right;
position: relative; 
margin-left: 10px;


}

.menu
{
	float: left;
	width: 150px;
	text-align: center;
	border-bottom: none;
line-height: 0;
}

.menu img
{
	border-bottom: solid black 1px;
border: 0;
margin:0;

}

.tableDiv{
display: table;
width: 100%;
#position: relative;
border: solid white 1px;

}

.tableDiv img, .tableDiv span .tableDiv div{
#positon: absolute;
#top: -50%;
}

.cellDiv{
display: table-cell; 
vertical-align: middle;
#position: absolute;
#top: 50%;
border: solid purple 1px;
}
table td{
	color: black;
	padding-left: 5px;
}

.tableOutline td{
border: solid #800000 1px;
padding: 1px;

}

table th{
padding-left: 5px;

}

a:link
{
	color: #336666;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: #204242;	
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;	
}
