/*general styles-----------------*/
* { margin : 0; padding : 0; }
html { background-color: #9f0000; margin: 0; padding: 0; }
body { color: black; font-size: small; font-family: Arial, Helvetica, sans-serif, verdana; line-height: 1.4em; }
p { padding-top: 0.5em; padding-bottom: 0.5em; }
a:link { color: #c00 ; text-decoration: none; }
a:visited { color: #c00 ; text-decoration: none; }
a:hover { color: #fbfbc0 ; background-color: #7e0000; text-decoration: none; }
a:active { color: #fff ; text-decoration: none; }
h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	padding-top: 0.5em;
	display: block;
}
h2 { font-size: 1.5em; font-weight: normal; line-height: 1.2em; margin-top: 0.3em; margin-bottom: 0.2em; padding-top: 0.5em; border-bottom: 1px solid #d10000; display: inline; }
h3 { font-size: 1.2em; font-weight: normal; line-height: 1.2em; margin-bottom: 0.2em; padding-top: 0.5em; }
.titles { font-style: italic; }
/*Container styles---------------*/
#container { background-color: #fbfbc0; width: 700px; height: 100%; margin-right: auto; margin-left: auto; border-right: 10px solid #7e0000; border-bottom: 10px solid #7e0000; border-left: 10px solid #7e0000; }
/*Masthead styles---------------*/
#logo { height: auto; margin-top: 10px; margin-bottom: 0; margin-left: 30px; }
#tagline { color: #ffdf4e; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: italic; background-image: url(../images/header/astropic.jpg); background-repeat: no-repeat; background-position: center bottom; text-decoration: none; text-align: right; margin-top: 0; padding-top: 90px; padding-right: 15px; padding-bottom: 5px; border-top: 3px solid #b00; border-bottom: 3px solid #b00; }
#masthead { background-image: url(../images/header/logoback.png); background-repeat: repeat-x; vertical-align: top; width: auto; height: auto; overflow: auto; }
/*navbar styles------------------*/
#navbar { width: 700px; height: 25px; margin: 10px auto 0; padding-top: 5px; padding-bottom: 5px; border-top-color: #fdef8d; }
#navbar ul { text-align: center;  }
#navbar li { font-size: medium; margin-right: 20px; margin-left: 20px; border-right: 1px solid #fdef8d; display: inline; }
#navbar li.last {
	border-right: 0;
}
/*content styles-----------------
*/
#content { background-image: url(../images/bodyback.png); background-repeat: repeat-x; background-position: 0 bottom; width: auto; height: 100%; overflow: auto; padding: 0 20px 30px; }
#content .logo { border-width: 0; }
.footnote { font-size: smaller; }
#content img {
	float: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 6pt #e6d177;
}
/*footer styles
*/
#footer { color: #fbfbc0; font-size: smaller; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #7e0000; text-align: right; height: auto; margin-right: auto; margin-left: auto; padding: 0.3em; display: block; }
