@charset "UTF-8";
/* CSS Document */

body, #wrapper, h1, h2, h3, h4, p, a, em, ul, li, #footer{font-family:Arial, Helvetica, sans-serif;font-weight:normal;margin:0;padding:0;}

body{
	background: url(images/mdw-bkg.gif) top repeat-x #d7d7d7;
}

h1{
	font-size:18px;
	color:#003e7e;
	font-weight:bold;
	padding-bottom:10px;
	margin:0 20px;
}

h1 em {font-size:12px; color:#333333;}
h1 em a:link, h1 em a:visited {font-size:12px; color:#333333;}
h1 em a:hover {font-size:12px; color:#003399;}

h2{
	font-size:12px;
	color:#333;
	padding-bottom:10px;
	margin:0 20px;
}

h3{
	font-size:14px;
	color:#003e7e;
	font-weight:bold;
	margin:0 20px;
	clear:left;
}

h4{
	font-size:14px;
	color:#003e7e;
	font-weight:bold;
	padding-bottom:10px;
	margin:10px 0 0 20px;
	clear:left;
}

h4 a:link{
	color: #333;
	font-weight:bold;
	text-decoration:none;
}

p{
	font-size:12px;
	color:#444;
	padding-bottom:10px;
	margin:0 20px;
	line-height:24px;
}

a:link, a:visited{
	color:#003399;
	text-decoration:none;
}

a:hover{
	color:#999;
	text-decoration:underline;
}

em{
	color:#003399;
}

#mainwrapper{
	width:900px;
	margin:0 auto;
	padding-bottom:5px;
}

#header{
	width:900px;
	height:150px;
	padding:0;
	margin:0;
}

#navwrapper{
	width:240px;
	float:left;
	display:inline;
	margin:40px 0 0 0;
}

#addresswrapper{
	width:265px;
	height:150px;
	float:left;
	margin:70px 0 0 0;
	padding:0;
}

#addresswrapper p{
	text-align:center;
	margin:0;
	padding:0;
}


#contentwrapper{
	float:left;
	display:inline;
	margin:0 0 0 20px;
	background:url(images/wrapperbkg.gif) top repeat-y #d7d7d7;
	width:600px;
}

#contentwrapper ul{
	list-style-type:bullet;
	padding-left:50px;
	text-indent:-0px;
	line-height:16px;
	color:#333;
	margin-bottom:10px;
	font-size:11px;
	width:400px;
}

#contentwrapper li{
	padding-bottom:5px;
}

#bulletboxes{
	float:left;
	display:inline;
	width:160px;
	margin:0 15px;
	padding:0;
}

#bulletboxes ul{
	list-style-type:bullet;
	padding-left:20px;
	text-indent:-0px;
	line-height:16px;
	color:#333;
	margin-bottom:10px;
	font-size:10px;
	width:140px;
}

#bulletboxes li{
	padding-bottom:2px;
}

#contenttworows{
	float:left;
	display:inline;
	width:230px;
	margin:0 0 0 20px;
	padding:0;
}

#contenttworows ul{
	color:#666;
	margin-bottom:10px;
	width:220px;
}

#contenttworows li{
	font-size:11px;
	list-style-type:bullet;
	padding-left:5px;
	text-indent:0;
	line-height:16px;
	padding-bottom:2px;
}

#wrapperopenclose{
	height:20px;
	width:600px;
	clear:both;
}

#footer{
	clear:both;
	width:800px;
	margin:10px auto;
}

#footer p{
	font-size:10px;
	padding-top:10px;
	text-align:right;
	line-height:14px;
}

.leftimage{
	float:left;
	margin:10px 10px 0 0;
}

.pageimage{
	margin:0 0 10px 0;
}

#spacer{
	margin:0 20px 10px 20px;
	padding:0;
	height:30px;
	width:560px;
	clear:both;
	float:left;
	display:inline;
}

.formbutton{
	cursor:pointer;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	width:120px;
	font-weight:bold;
	background:url(images/button.gif) no-repeat top center;
	text-align:center;
	margin:0 auto;
	border:none;
}

