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

body {
	margin:0;
}

/*MASTERBOXES*/

.masterbox {
	position: relative;
	z-index: 0;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}
	
/*CONTENT*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#36C;
	text-align:left;
	margin-bottom:3px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin-bottom:3px;
}


.contentbox {
	width: 900px;
}


/*FOOTER*/

#m_footer {
	float:left;
	display:inline;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#666;
	line-height:14px;
	padding-top:8pt;
	padding-left:15px;
}

#m_footer ul{
	list-style:none;
	margin-top:-0.5em;
	margin-bottom:2px;
	padding-top:0;
	padding-left:3px;
}

#m_footer li{
	list-style:none;
	line-height:18px;
}

#m_footer a{
	color:#666;
	text-decoration:none;
}

#m_footer a:visited{
	color:#666;
	text-decoration:none;
}

#m_footer a:hover{
	color:#36C;
	text-decoration:none;
}

#m_footer .m_footer_headers{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:left;
	font-weight:bold;
}

#m_footer .m_footer_headers a {
	color:#333;
	text-decoration:none;
}
#m_footer .m_footer_headers a:visited {
	color:#333;
	text-decoration:none;
}
#m_footer .m_footer_headers a:hover {
	color:#36C;
	text-decoration:none;
}

#m_footercopyright {
	float:right;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#666;
	line-height:18px;
	padding-top:8pt;
	padding-left:15px;
	text-align:center;
}

#m_footercopyright a{
	color:#666;
	text-decoration:none;
}

#m_footercopyright a:visited{
	color:#666;
	text-decoration:none;
}

#m_footercopyright a:hover{
	color:#36C;
	text-decoration:none;
}
	