﻿body {
	background-color:#333333;
	font-family:Tahoma;
	font-size:10pt;
}

.header {
	background-color: #15396D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:white;	
	font-weight:bold;
	padding-left:8px;
	text-align: right;
}

.footer {
	font-size:8pt;
	height:47px;
	color:white;
	background-image:url('images/footer.jpg');
	text-align: center;
}

table {
	background-color:#FFFFFF;
}

#topmenu {
	font-size: 9pt;
	font-weight:bold;
	text-align: center;
	background-image: url('images/menu.jpg');
	height:47px;
}

#topmenu.last {
	font-size: 9pt;
	font-weight:bold;
	text-align: center;
	background-image: url('images/menu.jpg');
	height:47px;
}


#topmenu a { 
	text-decoration:none;
	color:black;
}

#topmenu a:hover {
	text-decoration: none;
	border-bottom: 3px solid blue;
}

.bottommenu {
	background-image: url('images/menubarbottom.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}

.main {
	line-height: 1.25;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000080;
	padding-left:8px;
}

.items {
	font-size: 8pt;
	font-weight:bold;
	height:25px;
}


#left {
    width:624px;
    height:412px;
    margin-left:170px
}
#leftbox {
    width:300px;
    height:400px;
    padding:5px;
    float:left;
    margin:0;
 }
#leftbox li {
    margin:10px 0;
 }
#leftbox li a {
    color:#000;
 }
#rightbox {
    width:300px;
    height:400px;
    padding:5px;
    float:left;
    background-image:url(images/mbn1.jpg); 
    background-repeat:no-repeat;
 }

