/*
	Copyright 2006 Science Museum of Minnesota
	Designed by Eric Mueller
*/

body {
	margin:0px auto;
	padding:0px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#efefef;
	behavior:url(/styles/csshover.htc);
	}
p {
	font-size:11px;
	line-height:18px;
	}
h1 {
	font-size:15px;
	}
h2 {
	font-size:12px;
	}
h3 {
	font-size:14px;
}
h4 {
	font-size:11px;
	}
h5 {
	font-size:10px;
	}

ul li {
	font-size:11px;
	line-height:18px;
	}
	
#farouter {
	background-color:#FFFFFF;
	width:768px;
	padding:0px;
	margin:0px auto;
	border:1px solid #000000;
	}
#smmheader {
	width:768px;
	height:91px;
	background-color:#000000;
	}
#header {
	width:768px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	}
#navbar {
	width:768px;
	height:30px;
	background-color:#486e12;
	border-bottom:1px solid #000000;
	}
#content {
	width:768px;
	background-color:#FFFFFF;
	background-image:url(/images/background.gif);
	background-repeat:repeat-y;
	border-top:2px solid #FFFFFF;
	}
#main {
	padding:10px;
	padding-top:10px;
	padding-right:200px;
	}
#main a {
	color: #660000;
	border-bottom: dotted #666666 1px;
	text-decoration:none;
	}
#main a:hover {
	color: #660000;
	border-bottom: solid #000000 1px;
	text-decoration:none;
	}
#mainimage a {
	border-bottom:0px;
	text-decoration:none;
	}
#mainimage a:hover {
	border-bottom:0px;
	text-decoration:none;
	}
#rightcolumn {
	float:right;
	width:180px;
	position:relative;
	}
.rightnav {
	width: 180px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	background-color: #b2b2cc;
	text-align:left;
	vertical-align:text-bottom;
}
.rightnav a {
	display: block;
	margin: 0px;
	padding-left: 16px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #b2b2cc;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	}
.rightnav a:hover {
	background: #666699;
	background-image: none;
	color: #FFFFFF;
	}
.pagehead {
	font-size: 20px;
	line-height: 22px;
	color: #660000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	}
#footer {
	width:768px;
	height:30px;
	color:#FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	text-align:center;
	background-color:#000000;
	border-top:2px solid #FFFFFF;
	}
#footer a {
	color:#FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom: dotted #CCCCCC 1px;
	text-decoration:none;
	}
#footer a:hover {
	border-bottom: solid #FFFFFF 1px;
	text-decoration:none;
	}
#smmfooter {
	width:768px;
	margin:0px auto;
	text-align:center;
	}
#smmfooter a {
	color:#316982;
	text-decoration:none;
	}
#smmfooter a:hover {
	text-decoration:underline;
	}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-table;
	}
/* backslash hack hides from IE mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* end backslash hack */
