/* MBWCS Stylesheet */

/* Body */
body
{
	background-color: #CCCCCC;
 	font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
	text-align: center;
	overflow-y: visible;
	overflow: -moz-scrollbars-vertical;
}
/* Link Properties */
a:link
{
    font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	color: #990000;
}
a:visited
{
    font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	color: #990000;
}
a:hover
{
    font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
	color: #990000;
}
a:active
{
    font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	color: #990000;
}
table
{
		valign: top;
}
/* Main Window for Menu and Content */
.main
{
	width: 780px;
	font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
	background-color: white;
	border-color: #990000; 
	border-width: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	border-style: solid solid solid solid;
}
.main h1
{
	font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.main h2
{
	font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    text-align: left;
}
.main h3
{
	font-family: veranda,arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #990000;
}
.main h4
{
	font-family: veranda,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    text-align: left;
}

.intro
{
	padding-left: 15px;	
}
.intro ul
{
	text-align : left;
	padding-left : 20px;
}
.intro li
{
	text-align : left;
	padding-bottom : 5px;
}
.logos
{
	padding-left: 10px;
	padding-top: 5px;
	border: 1px solid white;
	text-align: center;	
}
.services
{
	padding-left: 30px;
	padding-right: 30px;	
}
.footer
{
	font-family: veranda,arial,helvetica,sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-align: center;
}

