body {
	background-color: black;
	text-align: center;;
}

p.fl:first-letter {
	font-size: 20px;
	color: green;
}

ul.nobullet {
	list-style: none;
}

p {	display: inline;
	padding-left: 10px;
	font-size: 14px;
}

h1 {
	font-size: 34px;
	text-align: center;
	font-family: "Palatino, serif";
	color: #FF8000;
}

img.left {
	border: medium solid gray;
	margin-right: 15px;
	float: left;
}

img.right {
	border: medium solid gray;
	margin-left: 15px;
	float: right;
}

#banner {
	background-image: url("../images/hemisphere-moon-sun-t.jpg");
	background-repeat: no-repeat;
	min-width: 1000px;
	max-width: 1600px;
	height: 218px;
	margin: 0 auto;
	text-align: left; 
}

#content {
	min-width: 1000px;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
	background-image: url("../images/hemisphere-moon-sun-b.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

#maintext {
	max-width: 600px;
	height: 100%;
	background-color: transparent;
	text-align: left;
	float: left;
}

#mainboxtop {
	background-color: none;
	height: 19px;
	width: 600px;
}

#mainboxtopl {
	background-image: url("../images/mbox-topl.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height: 19px;
	width: 16px;
	float: left;
}

#mainboxtopm {
	background-image: url("../images/mbox-topm.gif");
	background-repeat: repeat-x;
	height: 19px;
	width: 568px;
	float: left;
}

#mainboxtopr {
	background-image: url("../images/mbox-topr.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height: 19px;
	width: 16px;
	float: left;
}

#mainboxbot {
	width: 600px;
	background-color: none;
	height: 20px;
}

#mainboxbotl {
	background-image: url("../images/mbox-botl.gif");
	background-repeat: no-repeat;
	height: 20px;
	width: 16px;
	float: left;
}

#mainboxbotm {
	background-image: url("../images/mbox-botm.gif");
	background-repeat: repeat-x;
	height: 20px;
	width: 568px;
	float: left;
}

#mainboxbotr{
	background-image: url("../images/mbox-botr.gif");
	background-repeat: no-repeat;
	height: 20px;
	width: 16px;
	float: left;
}


#rbar {
	text-align: left;
	width: 200px;
	height: 100%;
	margin-top: 150px;
	float: left;
	margin-left: 0;
}

#lbar {
	text-align: left;
	width: 200px;
	height: 100%;
	margin-top: 150px;
	float: left;
}

#lbartop {
	background-image: url("../images/lbox-top.gif");
	background-color: #003366;
	background-repeat: no-repeat;
	width: 200px;
	height: 16px;
}

#lbarbot {
	background-image: url("../images/lbox-bot.gif");
	background-color: #003366;
	background-repeat: no-repeat;
	width: 200px;
	height: 16px;
}

#lbarmenu {
	background-color: #003366;
	background-image: url("../images/box-vert.gif");
	background-position: top left;
	background-repeat: repeat-y;
	color: white;
	min-height: 300px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 1px;
}

#lbarmenu a {
	color: white;
	font-size: 1.2em;
}

#lbarmenu a:hover {
	color: #e79300;
}

#rbartop {
	background-image: url("../images/rbox-top.gif");
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 200px;
	height: 16px;
	vertical-align: top;
}

#rbarbot {
	background-image: url("../images/rbox-bot.gif");
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 200px;
	height: 16px;
	vertical-align: bottom;
}

#rbarmenu {
	background-color: #FFFFFF;
	background-image: url("../images/box-vert.gif");
	background-position: top right;
	background-repeat: repeat-y;
	min-height: 300px;
	padding-right: 8px;
	padding-top: 2px;
	color: white;
	height: 100%;
}

#rbarmenu a {
	color: red;
}

#rbarmenu a:hover {
	color: white;
}

#pathway {
	min-width: 200px;
	display: inline;
	background-color: transparent;
	color: yellow;
}

#textwrap {
	width: 100%;
	background-color: white;
	min-height: 600px;
	padding-top: 7px;
}

#topmenu {
	height: 60px;
	width: 600px;
	color: white;
	text-align: left;
	font-size: 2em;
	background-color: transparent;
	margin-left: 200px;
}

.bborder {
	border-style: solid;
	border-color: black;
}

.clearb {
	clear: both;
}
.horiz {
	border-bottom: solid orange;
}

.textbox {
	background-color: white;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

a.menu:link {
	color: #e8b20d;
	font-size: 22px;
	font-weight: bolder;
}

a.menu:visited {
	color: #e8b20d;
	font-size: 22px;
	font-weight: bolder;
}

a.menu:active {
	color: #e8b20d;
	font-size: 22px;
	font-weight: bolder;
}

a.menu:hover {
	color: white;
	font-size: 22px;
	font-weight: bolder;
}

a:link {
	color: green;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

