* { margin: 0; padding: 0; }

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding:0px;
	color: #505050;
	background-color: #fff; 
	background-image: url(/mm/themes/skyisland/images/background.jpg);
	background-repeat: repeat-x;
}

h1 { font-size: 120%; }
h2 { font-size: 115%; }
h3 { font-size: 105%; }

td { font-size: 80%; }

div, td {
	vertical-align: top;
	}
	
p {
	padding:5px;
	margin-bottom:5px;
}

a:link {
	color: #566a9c;
}

a:visited {
	color: #406494;
}

a:hover {
	color: #000033;
}

/* page layout elements */


#main_container {
	width:100%;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}
 
#header {
	padding: 0px;
	height: 165px;
	background: url(/mm/themes/skyisland/images/header.jpg) no-repeat left top;
}
	
#header img {
	border: 0px;
}
	
.site_title {
	position: absolute;
	left: -100px;
	top: -100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.site_title h1 {
	visibility: hidden;
	font-size: 1px;
}

/*columns*/
	
#center_content {
	width: auto;
	padding: 0px 35px;
	border-top: 0px #fff;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	border-left: dotted 1px #ccc;
}
	
#content {
	padding: 0px;
	margin-bottom: 20px;
	color: #505050;	
}

#content h1 { 
	color: #505050;	
	font-size: 110%;
	margin-top: 10px; 
}
	
#content h2, #content h3, .contenttitleinfo h2 {
	padding: 10px 0px;
	color: #505050;	
}

#content img { 
	border: solid 1px #909090;
}

#l_sidebar {
	width: 150px;
	padding: 0px 15px;
	border-top: dotted 1px #ccc;
}

#r_sidebar {
	width: 150px;
	padding: 0px 15px;
	border-top: dotted 1px #ccc;
}

#l_sidebar li, #r_sidebar li {
	padding-top: 4px;
	list-style-type: none;
}

#l_sidebar h3, #r_sidebar h3 {
	padding-top: 15px;
	padding-bottom: 4px;
}

.row {
	margin:5px 0px;
}

.tier1 {
 	margin-left:8px;
}

.sra-logo {
	margin:20px 0px 0px -15px;
	border:0px;
}

#footer {
	font-size:70%;
    text-align: center;
    padding:20px;
}