body
{
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Sans Serif; 
	font-size: 10px; 
	background-color: #efefef;
}

.headerRow 
{
	position: absolute; 
	top: 0px; 
	height: 80px; 
	left: 0px; 
	width: 100%;
}

.centerHeader 
{
	text-align: left; 
	height: 80; 
	width: 730; 
	background-color: blue; 
	font-size: 32px; 
	color: white; 
	border: solid 1px black;
}

.menuRow 
{
	position: absolute; 
	top: 80px; 
	height: 20px; 
	left: 0px; 
	bottom: 0px; 
	width: 100%; 
}

.menuContent 
{
    text-align: left; 
    height: 20; 
    width: 730; 
    background-color: #9e9e9e; 
    font-size: 14px; 
    color: white; 
    border: solid 1px black;
}

.menuContent A 
{
	color: White;
	font-weight: bold;
}

.contentRow 
{
	position: absolute; 
	top: 100px; 
	height: auto;
	bottom: 80px;
	left: 0px; 
	width: 100%;
}

H2 
{
	font-size: 18px;
}

.contentMain 
{
	text-align: left; height: 100%; width: 730; background-color: white; font-size: 12px; color: black; border: solid 1px black;
}

.footerRow 
{
	position: absolute; height: 80px; left: 0px; bottom: 0px; width: 100%; 
}

.centerFooter 
{
	text-align: left; height: 80; width: 730; background-color: blue; font-size: 10px; color: white; border: solid 1px black;
}

.padAll 
{
	padding: 10px 10px 10px 10px;
}

.padLeftTop
{
	padding-left: 10px;
	padding-top: 10px;
}

.padLeft 
{
	padding-left: 10px;
}




