* {
 padding: 0;
 margin: 0; border: 0;
}

html { height: 100%; }

body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #666666;
 line-height:130%;
 height:100%;

}
#wrapper {
 /*overflow:hidden;*/
 width: 762px;
 margin: 0 auto;
 background-color: #ffffff;
 min-height: 100%; 
 height: auto !important; 
 height: 100%;
 background:#ffffff;
}

#header {
 /*border: 1px solid #ccc;*/
 margin-top: 10px;
 height: 175px;
 width:762px;
 background-color: #ffffff;
 border: 1px solid #ccc;
}

h1#homebanner span {
	display: none; 
}

h1#homebanner {
	margin:0px 0 0 0px; 
	padding:0px 0 0 0px; 
	width:762px; 
	height:175px; 
	background: #ffffff url(../images/mp_banner.jpg) no-repeat;
	background-position:top;
}
h2{
	font-size:13px;
	color:#666666;
	padding-bottom:5px;
}

ul.arrow {
 	list-style-image:url(../images/arrow.gif);
	margin-left: 45px;

}
ul.arrow li {
	padding-left:5px;
	margin-top:5px;
	font-size:11px;
}

#navbar {
 border: 1px solid #cccccc;
 width:756px; 
 margin-top:15px;
 padding: 2px;
 background: #ffffff;
 color:#666666;
 font-size: 10px;
 text-align:center;
 float:left;
}

#content	{
	overflow:hidden;
	clear:both;
	width:762px;
	/*float:left;*/
	background: #ffffff;
}

#centercolumn {
	float: left;
	height:420px;
	border: 1px solid #ccc;
	padding: 5px;
	display: inline; /* IE Hack */
	width:551px; 
	float: left;
	font-size: 12px;
	background: #ffffff;
	text-align:justify;
	margin:10px 0 0 0;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

.sidebar {
	float: left;
	width: 177px;
	padding: 5px;
	display: inline; /* IE Hack */
	font-size:10px;
	border: 1px solid #ccc;
	margin:10px 0 0 10px;
	background: #ffffff;
}

.sidebar1 {
	float: left;
	width: 177px;
	height:330px;
	padding: 5px;
	display: inline; /* IE Hack */
	font-size:10px;
	border: 1px solid #ccc;
	margin:10px 0 0 10px;
	background: #ffffff;
}

#footer {
	background-color: #cccccc;
	display: inline; /* IE Hack */
	float: left;
	width:762px;
	padding-top: 5px;
	min-height: 100px;
	text-align:center;
	font-size: 9px;
	margin:10px 0 0 0;
}
* html #footer {height:100px} /* IE Min-Height Hack */ 

#footer-text{
	border-top:1px solid #ffffff;
	padding-top:5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036FCB;
	text-decoration:none;
	border-bottom:1px dotted #cccccc;
	/*font-size: 11px;*/
}
a:hover{
	background-color:#036FCB;
	color:#FFFFFF;
}