#overall {
    width: 80%;
}

body {

    background-color: #FFFFFF;
    color: #800000;
}

a:hover {
    text-decoration: underline;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

#topbar {
    background: #FFFFFF;
}

#topbar a {
	text-decoration: none;
	background: #9DB8FE;
	position: relative;
	font-family: Verdana;
	font-size: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #2B2B8E;
	color: #000;
	margin-right: 2px;
	list-style: none;
}

#topbar a:hover {
    background-color: #2B2B8E;
    color: #FFFF00;
}

#leftbox {
    float: left;

}

#leftbox center {
    background: #FFFFFF;
    color: #000;
    font-size: 8pt;
    width: auto !important;
    font-family: Verdana;
    font-weight: bold;
}

#leftbox a {
	display: block;
	text-decoration: none;
	background: #9DB8FE;
	position: relative;
	font-family: Verdana;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #9DB8FE;
	color: #000;
	margin-right: 2px;
	list-style: none;
	width: auto !important;
}

#leftbox a:hover {
    background-color: #2B2B8E;
    color: #FFFF00;
}

#bodybox {
    float: center;
    width: 75%;
	font-size: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
}

table.newscontentpane td.newsheading {
    width: 100%;
    background-color: #9DB8FE;
    font-family: Verdana;
    font-weight: bold;
    color: #000000;
}

table.newscontentpane td.newscontent {
    width: 100%;
    font-family: Verdana;
}

table.newscontentpane td.listing {
    width: 25%;
    font-family: Verdana;
}

table.newscontentpane td.listingdesc {
    width: 75%;
    font-family: Verdana;
}