/* The CSS included in body, #header, #mainTable and #footer is intended to override the inline styles found within each respective include. As part of the AMNH.org website centering project 6/26/2008*/

/*/////////////////////////////////////////////////*/

body{
	background:#000066 none repeat scroll 0%;
	color:#000000;
	height:100%;
	margin:0pt auto;
	padding:0pt;
    font-family: verdana, arial, sans-serif;
}

#header{
	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:774px;

}

#mainTable{
	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:754px; 
	
}

#mainTable ul {
	padding-left: 20px;	
}

#tableTwo{

	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:774px; 

}

#bottomImage{
	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:774px; 

}

/*#footer{
	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:774px;

}*/
/*/////////////////////////////////////////////////*/

h5, h4, h3, li {font-family: verdana, arial, sans-serif;} 

h1 {font-size: 150%; text-align: center;}
h2 {font-size: 130%;}
h3 {margin: 30px 0 0 0;}
h4 {margin: 0 0 5px 0;}
h4.white {color: white;}
h5 {margin: 0 0 5px 15px;}
h6 {text-align: center;}
p {font-size: 80%; margin-left: 10px; margin-right: 20px;}
p.answer, p.hint {font-weight: bold; width: 600px; margin: 0px 30px 10px 30px; padding: 10px; line-height: 1.8; border: 1px solid;}
p.answer {background-color: #f63;}
p.hint {background-color: #cf6;}
ul {margin-left: 20px; margin-right: 20px;}
li {font-size: 80%; margin: 0 0 3 20px;}
#data td {padding: 5px 2px; font-size: 90%;}

#marslinks h3 {margin: 20px 10px 5px 15px; font-size: 80%;}
#marslinks h4 {margin: 0 25px 0 25px; font-size: 70%;}

.imageleft {float: left; padding-left: 10px; padding-right: 20px; width: 200px;}
.imageright {float: right; padding-left: 20px; padding-right: 10px; width: 200px;}
.imageleft h6, .imageright h6 {display: block; margin: 5px 0; text-align: left;}

a:link {color: #cc6600;}
a:visited {color: #993300;}
a:hover {color: orange;}
a:active {color: #cc6600;}

.small {font-size: 75%;}
