/* CSS Document */
/*Special Splash Page placement and styles
-------------------------------------------*/
body.splash {
	background: #000000;
	text-align: center;
	padding: 160px 0px 0px 0px;
}
body.splash a:link, body.splash a:visited {
	color: #000000;
}
#splashcontainer {
	text-align: center;
	width: 775px;
	height: 400px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
/*Regular Pages
-------------------------------------------*/
body {
	background: #000000 url(images/sz_planet_frametop.gif) center; /*extra center hides image from NN*/
	background-position: center -100px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #333333;
	font: bold 14px "Times New Roman", Times, serif;
	text-align: center;
	padding: 160px 0px 0px 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	background-color: #F94E08;
	color: #FFFFFF;
	font-size: 16px;
	text-indent: 16px;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #FF6600;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
}
/* links
-------------------------------------------*/
a:link, a:visited {
	color: #F94E08;
	text-decoration: none;
}
a:hover, a:active {
	color: #F94E08;
	text-decoration: underline;
}
#histbar a:link, #histbar a:visited, #leftmenu a:link, #leftmenu a:visited, #bottom a:link, #bottom a:visited, #rightmenutext a:link, #rightmenutext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#histbar a:hover, #histbar a:active, #leftmenu a:hover, #leftmenu a:active, #bottom a:hover, #bottom a:active, #rightmenutext a:hover, #rightmenutext a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFAB00;
	text-decoration: none;
}
/* links for site map 
-------------------------------------------*/
h1 a:link, h1 a:visited {
	color: #FFFFFF;
}
h1 a:hover, h1 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* structure
-------------------------------------------*/
#container {
	background-color: #ffffff;
	position: relative;
	text-align: left;
	width: 775px;
	height: 400px;
	z-index: 1;
	margin: 0 auto;
	padding: 0px;
}
#logosquare {
	top: 0px;
	left: 0;
	width: 100px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#navbar {
	top: 0px;
	left: 100px;
	width: 675px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#histbar {
	background: url(images/histbar.jpg) top left no-repeat;
	top: 30px;
	height: 30px;
	left: 100px;
	width: 675px;
	margin: 0px;
	padding: 9px 0px 0px 0px;
}
#leftmenu {
	background: url(images/left_menu.jpg) top left no-repeat;
	top: 60px;
	left: 0px;
	width: 100px;
	height: 290px;
	margin: 0px;
	padding: opx;
}
#leftmenutext {
	left: 5px;
	top: 35px;
	height: 255px;
	width: 90px;
}
#content {
	top: 70px;
	left: 110px;
	width: 455px;
	height: 270px;
	overflow: auto;
	background-color: #FFFFFF;
}
#rightmenu {
	background: url(images/right_menu.jpg) top left no-repeat;
	top: 60px;
	left: 575px;
	width: 200px;
	height: 290px;
	z-index: 1;
}
#rightmenutext{
	top: 10px;
	left: 35px;
	width: 150px;
	height: 270px;
	text-align: right;
	z-index: 2;
}
#bottom {
	background: url(images/bottom.jpg);
	top: 350px;
	left: 0px;
	width: 775;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#relatedlinks {
	top: 10px;
	left: 100px;
	width: 475px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
#siteby {
	top: 10px;
	left: 590px;
	width: 175px;
	height: 30px;
}
#histbar, #leftmenu, #rightmenutext {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#container div {
	position: absolute;
} /*makes all divs inside the container absolute*/
#rightmenuoutside {
	top: 60px;
	left: 575px;
	width: 200px;
	height: 290px;
	z-index: 1;
}
#sitemapright {
	position: absolute;
	left: 220px;
	top: 30px;
	width: 215px;
	background-color: #FFFFFF;
	padding: 0px 5px;
	margin: 0px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#sitemapleft {
	position: absolute;
	width: 215px;
	top: 30px;
	left: 0px;
	background-color: #FFFFFF;
	padding: 0px 5px;
	margin: 0px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
