body {
	background : White;
}
div#wrapper{
	width : 90%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	text-align : left;
	background : White;
}
div#header {
    clear: both;
	width : 100%;
	background : Navy;
	font-weight : bolder;
	color : White;
	padding : 3px 3px;
}
div#menuBar{
    clear: both;
	border-bottom-color : Gray;
	border-bottom-style : ridge;
	border-bottom-width : 1px;
}
div#right {
    float: right;
	padding-left : 15px;
    width: 20%;
	background-color : White;
    height : 1600px;
}
div#left {
	float : left;
	padding-right : 15px;
    width: 20%;
    background-color : White;
    height : 1600px;
}
div#votd {
    padding: 5px 5px 5px 5px;
    margin: 0px;
    background-color : #CCCCFF;
    border : thin ridge Gray;
}
div#bannerad {
    padding: 5px 5px 5px 5px;
    margin: 0px;
    background-color : #FFD700;
    border : thin ridge Gray;
}
div#content {
}
div#footer{
	background-color : White;
}

.tableText {
	font-size: 12px;
	line-height: 14pt;
}
.heading1 {
	font-family : Verdana;
	font-size : 13pt;
	color : Navy;
	font-weight : bold;
	line-height : 24pt;
}
.heading2{
	font-family : Verdana;
	font-size : 11pt;
	color : Navy;
	font-weight : bold;
	line-height : 24pt;
}
a.menu:link {
	text-decoration: none;
	font-family : Verdana;
	font-size : 8pt;
	color : Black;
	font-weight : bold;
}

a.menu:visited {
	text-decoration: none;
	font-family : Verdana;
	font-size : 8pt;
	color : Black;
	font-weight : bold;
}

a.menu:hover {
	text-decoration: underline;
	font-family : Verdana;
	font-size : 8pt;
	color : Purple;
	font-weight : bold;
}

a.menu:active {
	text-decoration: none;
	font-family : Verdana;
	font-size : 8pt;
	color : Black;
	font-weight : bold;
}
a.mainmenu:link {
	text-decoration: none;
	font-family : Verdana;
	font-size : 12px;
	color : White;
	font-weight : bold;
}
a.mainmenu:visited {
	text-decoration: none;
	font-family : Verdana;
	font-size : 12px;
	color : White;
	font-weight : bold;
}

a.mainmenu:hover {
	text-decoration: underline;
	font-family : Verdana;
	font-size : 12px;
	color : White;
	font-weight : bold;
}

a.mainmenu:active {
	text-decoration: none;
	font-family : Verdana;
	font-size : 12px;
	color : White;
	font-weight : bold;
}
.title{
	font-size : 32px;
	font-weight : bold;
	color : Black;
}
.strapline{
	font-size : 20px;
	color : Black;
    font-style: italic;
}