

body {
    background-color:#0099FF;
    margin:auto;
	font-size:small;
	padding-right:4px;
}
div.main {
    width:100%;
    margin:auto;
    background-color:#004488;
    border:solid black 1px;
}
div.bar {
    background-color:#990000;
	width:100%;
	height:2px;;
}
img.logo{
    float:none;
}
img.picture{
	float:none;
	padding-right:4px;
	width:100%;
}
img.topright{
	float:none;
}
#nav{
	list-style-type:disc;
	color:white;
}
div.header {
    background-color:#004488;
	width:100%;
	height:auto;
	border-bottom:solid 1px black;
}
p {
    color:#CCCCCC;
}
.bold{
	font-weight:bold;
}
div #header {
    float:none;
}
div #bottom {
    background-color:#013160;
    clear:both;
    width:100%;
}
div #left {
    float:none;
    width:100%;
    padding-top:1px;
}
div #content {
    color:#CCCCCC;
    border-left:solid 1px black;
    float:none;
    width:100%;
    padding:2px;
	padding-right:0;
}
#content a:link, a:visited, a:hover, a:active{
    color:white;
}
div #footer p {
    text-align:center;
}
a.left {
    color:white;
    text-decoration:none;
}
.modlabel{
	width:auto;
	float:none;
}
.table{
	color:white;
}
th{
	color:#0099FF;
}