

body {
    background-color:#0099FF;
    margin:auto;
}
div.main {
    width:740px;
    margin:auto;
    background-color:#004488;
    border:solid black 1px;
}
div.bar {
    background-color:#990000;
	width:740px;
	height:10px;
}
img.logo{
    float:left;
}
img.picture{
	float:right;
	margin-right:20px;
	margin-left:10px;
}
img.topright{
	float:right;
}
#nav{
	list-style-type:disc;
	color:white;
}
div.header {
    background-color:#004488;
	width:740px;
	height:100px;
	border-bottom:solid 1px black;
}
p {
    color:#DDDDDD;
	padding-right:15px;
}
.bold{
	font-weight:bold;
}
div #header {
    float:left;
}
div #bottom {
    background-color:#013160;
    clear:both;
    float:left;
    width:740px;
}
div #left {
    float:left;
    width:125px;
    padding-top:20px;
}
div #content {
    color:#DDDDDD;
    border-left:solid 1px black;
    float:left;
    width:594px;
    padding:20px;
	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:50px;
	float:left;
}
.table{
	color:white;
}
th{
	color:#0099FF;
}