body {
	background : White;
}
div#wrapper{
	width : 80%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background : White;
	border : 1px ridge Black;
}
div#header {
    width : 100%;
	height: 130px;
	background-color : White;
	}
div#menuBar{
    clear: both;
	color : White;
    background : Blue;
	height: 20px;
}
div#left {
    float: left;
    width: 150px;
	padding-top : 5px;
	padding-left : 5px;
	font-size : small;
}
div#right {
    float: right;
	padding-top : 5px;
	padding-left : 5px;
    width: 150px;
	font-size : small;
}
div#content {
    padding: 5px 160px 5px 160px;
    margin: 0px;
}
div#footer{
    clear: both;
	color : White;
	background-color : Red;
	height: 20px;
}

.tableText {
	font-size: 8pt;
	line-height: 14pt;
}
.heading1 {
	font-family : Verdana;
	font-size : small;
	color : Black;
	font-weight : bold;
	line-height : 24pt;
}
.heading2 {
	font-family : Verdana;
	font-size : x-small;
	color : Black;
	font-weight : bold;
	line-height : 24pt;
}
a.menu:link {
	text-decoration: none;
	font-family : Verdana;
	font-size : 8pt;
	color : White;
	font-weight : bold;
}

a.menu:visited {
	text-decoration: none;
	font-family : Verdana;
	font-size : 8pt;
	color : White;
	font-weight : bold;
}

a.menu:hover {
	text-decoration: underline;
	font-family : Verdana;
	font-size : 8pt;
	color : White;
	font-weight : bold;
}

a.menu:active {
	text-decoration: none;
	font-family : Verdana;
	font-size : 8pt;
	color : White;
	font-weight : bold;
}