BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 750px;
	font-size : 10pt;
	margin-left : 2em;
	margin-right : 2em;
	background-color : #eeeeff;
}
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 14pt;
}
TABLE {
	line-height : 14pt;
	font-size : 10pt;
}
IMG {
	border : 0px;
}
.header {
	text-decoration : none;
	font-weight : bold;
	color : Black;
	font-size : 8pt;
	line-height : normal;
}
.menu {
	text-decoration : none;
	font-weight : bold;
	color : Black;
	font-size : 8pt;
	line-height : normal;
	border : thin solid Navy;
	width : 130px;
	padding : 3px;
	margin : 3px 0;
	background-color : #DCDCFF;
}
.footer {
	font-size : 7pt;
	line-height : normal;
}
.newsflash{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9pt;
	border : thin solid Red;
	padding : 5px 5px 5px 5px;
}
LI {
	padding-top : -10%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD {
	vertical-align : top;
}
#header {
	position : absolute;
	width : 100%;
	height : 64px;
	top : 10px;
	right : 10px;
	bottom : auto;
	left : 10px;
	background-color : #DCDCFF;
}
#navbar {
	position : absolute;
	width : 130px;
	height : auto;
	top : 75px;
	right : auto;
	bottom : 100px;
	left :10px;
	background-color : #DCDCFF;
}
#main {
	position : relative;
	width : 600px;
	height : auto;
	top : 65px;
	right : 20px;
	bottom : 100px;
	left : 120px;
}
#footer {
	position : relative;
	width : 750px;
	height : 100px;
	top : 65px;
	right : 10px;
	bottom : 0;
	left : 10px;
	border-top : 1px solid Black;
}
span.menu {
	color: Gray;
	border-right-width : 0;
	background-color : #eeeeff;
}
