html {overflow-x: hidden;} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image:url(icon_bg.gif);
	background-repeat:repeat-x;

}

#m_container {
	width:90%;
}

#m_header {	
	height:27px;
	background-color:#029DE0;
	color: #ffffcc;
	padding-top:10px;
	padding-left:75px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url(icon_sdlogo.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#m_header a {
	color: #ffffcc;
	text-decoration:none;
}

#m_subheader {
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
	padding-top:3px;
	margin-bottom:10px;
}


#m_subheader2 {
	background-color:#90CEE9;
	color:#333333;
	width:90%;
	height:20px;
	text-transform:uppercase;
	padding-top:3px;
	padding-left:5px;
}

#m_content {
	margin-left:10px;
	margin-top:10px;
}

#m_contentevents {
	width:90%;
	margin-left:10px;
	margin-top:10px;
}

#m_contenteventinfo {
	width:90%;
	margin-left:10px;
	margin-top:10px;
}

a {
	color: #E95F43;
	text-decoration:none;
}

.bold {
font-weight:bold;
}
