html, body {
	background: white repeat url(images/bkgd-astro.gif);
	text-align: left;
	margin: 0px;
	padding: 0px;
}

body {
	border: 1px solid #000000;
	background: #ffffff;
	font: 12px/1.4em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 20px;
}

#top {
	color: black;
	background: #FF9900;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1em;
	margin: 0px;
	clear: both;
	padding-left: 20px;
}

#header {
	width: 780px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: #660000 url(images/header-mutables.png) no-repeat;
	float: left;
	clear: both;
}

/* ---CONTENT DIV----------------------- */

#content {
	margin: 20px 40px 20px 60px;
	padding: 0px;
	clear: both;
}

img {
	text-align: center;
	padding: 0px;
	margin: 0px;

}

hr {
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: hidden;
	clear: both;
}

span {
	font-weight: bold;
	color: #800000;
}

p {
	font: 12px/16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 2px;
}

.breadcrumb {
	font-size: .8em;
	color: #cc6600;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

a:link {
	color: #804000;
}

a:visited {
	color: #ff0000;
}

a:hover {
	color: #800000;
}

h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
	margin-left: 20px;
	padding: 0px;
}h2   { color: black; font-style: normal; font-size: 12px; font-family: Verdana, Arial }h3   { color: #000; font-style: normal; font-size: 11px; font-family: Verdana, Arial }

table {
	width: 700px;
	table-layout:auto;
}

tr, td, th {
}h5   { color: #000; font-size: 10px; font-family: Verdana, Arial }

.imgleft {
	float: left;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

.imgright {
	float: right;
	border-style: none;
}h6    { color: black; font-style: normal; font-weight: lighter; font-size: 8px; font-family: Verdana, Arial }

/* --NAVLIST---------------------------- */

#nav
{
background-color: #660000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	clear: both;
	float: inherit;
	border-top: solid #ffffff 0px;
}

#nav ul
{
	text-align: center;
	padding: 0px;
	padding-top: 5px;
}

#nav li
{
	list-style-type: none;
font-size: 0.8em;
	color: #ffffff;
	list-style: none;
	padding-right: 6px;
	padding-bottom: 3px;
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #ff8000;
}

ul, li {
		list-style-type: none;

}

/* ---FOOTER--------------------------- */

div#footer {
	background: #ff9900;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

div#footer p {
	padding: 10px;
	color: #000000;
	font: 80% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
}