/* CSS Document */

body{
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align:left;
	border-color: #999999;
}

#wrapper{
background-color: #FFFFFF;
border: 1px solid #000000;
width: 770px;
margin: 20px auto;
text-align:left;
}

#banner{
	height: 100px;
	background-image:  url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	background-color: #336600;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
	font-size: 75%;
	color: #FFFFFF;
	background-color: #336600;
	text-decoration: none;
	padding: 2px 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
	font-weight: bold;
} 

#nav ul li a:hover, #nav ul li a:focus{
background-color: #cc0000;
}

#content p{
	font-size: 14px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
h1 {
	font-size: 130%;
	color: #CC0000;
	margin: 30px;
}
h2 {
	font-size: 100%;
	color: #336600;
	margin: 0px;
}
.leftimage {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}
.rightimage {
	float: right;
	border: 1px solid #000000;
	margin-left: 15px;
	width: 150px;
}

.clearit{
clear:both;
display:block;
}

#footer{
	border-top: 1px solid #000000;
	background-color:#336600;
	color: #FFFFFF;
}

#footer p {
	font-size: 65%;
	padding: 10px;
	margin: 0px;
	text-align: center;
	line-height: 160%;
}
#content {
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}

#leftcol{
	float: left;
	width: 160px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-width: 1px;
	border: 1px;
}

#rightcol{
	float: right;
	width: 500px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 5px;
}
#footer p a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer p a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#model_table {
	font-size: 80%;
}
#model_table a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	color: #336600;
}
#model_table a:visited {
	color: #666666;
}
#model_table a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#leftcol p {
	font-size: 65%;
	width: 150px;
}
#rightcol p {
	font-size: 70%;
}
#rightcol h1 {
	font-weight: bold;
	color: #336600;
	font-size: 70%;
	margin: 0;
	margin-top: 0px;
}
.MB_announcement {
	text-align: center;
}
