@charset "UTF-8";
/* CSS Document */


#wrapper {
	width:860px;
	margin: auto;
	margin-top: 20px;
}

.top_banner {
	float:left;
	width: 660px;
	height: 110px;
	background-image: url(../images/header-strip.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.top_banner_logo {
	float: left;
	width: 200px;
	height: 110px;
	background-image: url(../images/mab-logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.left_col {
	float: left;
	width: 350px;
	height: 560px;
}

.right_col {
	float: left;
	width: 460px;
	height: 510px;
	padding-top: 50px;
	padding-right: 50px;
}

.footer_strip {
	float: left;
	width: 860px;
	height: 15px;
	background-image: url(../images/footer.gif);
	background-position: top center;
	background-repeat: repeat-x;
	
	border-top:1px solid #1c3f95;
}
.right_pic {	
	float:right;
	margin-left: 10px;
}



/* --- --- --- --- Nav Section --- --- --- --- */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#nav {
	float:left;
	width:565px;
	margin-top: 40px;
	margin-left: 20px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float:left;
	text-align: center;
    margin: 0;
    padding: 0px;
}
#nav a, #nav strong, #nav span {
    display: block;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 14px;
	line-height: 16px;
	color: #1C3F94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav a:hover {
    display: block;
	background-color: #FFFFFF;
	color: #1856a6;
	text-decoration: underline;
}
#nav #current, #nav #current a {
	background-color: #1C3F94;
	color: #FFFFFF;
}



/* --- --- --- --- Text Styles --- --- --- --- */

.main-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #1C3F94;
}

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #1C3F94;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	color:#666666;
	font-size: 14px;
    width: 40px;
    float: left;
    text-align: left;
    margin-right: 15px;
    display: block;
	padding-top: 3px;
}
.form {
	margin-bottom:10px;
	float:left;
}
.formsubmit {
	margin-bottom: 5px;
	float:right;
	text-align:right;
}
.codetext {
	width: 300px;
}
#promobox {
	padding: 10px;
	border: dotted 1px #006699;
}
