@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

div#wrapper {
	margin: 9px;
	height: 100%;
}

div#menu {
	position: relative;
	height: 16px;
	text-align: center;
	background: #999999;
	margin-bottom: 1px;
	padding-top: 4px;
}

div#blue {
	position: relative;
	height: 20px;
	text-align: center;
	background: #97A5BB;
	margin-bottom: 1px;
}

div#main {
	position:relative;
	background: #CCCCCC;
	margin-bottom: 1px;
}

div#main-wrapper {
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

td#top-left {
	width: 216px;
	height: 86px;
	background: #CCCCCC;
	vertical-align: top;
}

td#top-spacer {
	width: 1px;
	height: 86px;
	background: #CCCCCC;
	vertical-align: top;
}

td#top-right {
	width: 523px;
	height: 86px;
	background: #CCCCCC;
	vertical-align: top;
}

td#bottom-left {
	width: 200px;
	background: #666666;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

div#title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

div#modules {
	text-align: center;
}

td#bottom-spacer {
	width: 1px;
	background: #CCCCCC;
}

td#bottom-right {
	width: 463px;
	background: #999999;
	padding-top: 35px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	vertical-align: top;
}

td#bottom-right a {
        color: #FFFFFF;
}

ul {
	list-style: disc;
	margin-left: 35px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 2px;
}

div#gray {
	clear: both;
	position: relative;
	height: 20px;
	text-align: center;
	background: #999999;
	margin-bottom: 1px;
}

div#copyright {
	position: relative;
	height: 17px;
	text-align: center;
	background: #97A5BB;
	padding-top: 3px;
}

div#bottom-spacer {
	height: 10px;
}

td.contentheading {
	font-size: 11px;
	font-weight: bold;
}

td.createdate {
	padding-bottom: 10px;
}

ul.menu {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

a.readon {
	margin-left: 350px;
}
