@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/newBackground.gif);
	background-position: left top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0em;
	padding: 0em;
	height: 100%;
	color: #999999;
	overflow: auto;
}
html {
	height: 100%;
	overflow: auto;
}
a {
	color: #FFCC99;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
p {
	color: #FFFFFF;
	line-height: 1.2em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	color: #000000;
	font-size: 0.9em;
	background-color: #FFCC99;
	padding-top: .5em;
	padding-bottom: .5em;
	background-image: url(images/pixelsYellow.gif);
	background-repeat: repeat;
}
h3 {
	color: #99CCCC;
	font-size: .9em;
}
ul {
	color: #FFFFFF;
}
li {
	padding-bottom: 1em;
}
fieldset {
	background-color: #111111;
}
.mainNav {
	background-color: #99CCCC;
	text-align: center;
	position: absolute;
	width: 100%;
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: .5em;
	padding-left: 0em;
	background-image: url(images/pixelsBlue.gif);
	background-repeat: repeat;
	z-index: 3;
}
.mainNav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 1em;
	margin-right: 2em;
	margin-left: 2em;
	position: relative;
}
.mainNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
	padding: 1em;
	margin-right: 2em;
	margin-left: 2em;
	border: medium solid #FFCC99;
	position: relative;
}
.scrollingBox {
	padding: 1em;
	border: medium solid #FFCC99;
	position: absolute;
	background-color: #000000;
}
.dot {
	position: fixed;
	z-index: 0;
	text-align: center;
	height: 143px;
	width: 143px;
	top: 60%;
	left: 5%;
	display: table-cell;
	vertical-align: middle;
}
.dot p {
	padding: 1em;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
}
.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.cushion {
	margin-bottom: 2em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
}
.mainSelected {
	color: #996633;
}
#logo {
	margin-top: 1%;
	margin-left: 3%;
	position: absolute;
	border: medium solid #FFCC99;
	background-color: #000000;
	position: fixed;
	padding: 0.5em;
	float: left;
	z-index: 4;
}
#navInterior {
	padding-left: 5%;
	margin-top: 4%;
	position: fixed;
}
#contentBox {
	padding: 1em;
	border: medium solid #FFCC99;
	background-color: #111111;
	margin-left: 30%;
	margin-top: 12%;
	width: 60%;
	position: absolute;
	z-index: 2;
}
#sideNav {
	text-align: center;
	margin-left: 15%;
	margin-top: 12%;
	width: 12%;
	position: fixed;
	z-index: 1;
}
#sideNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border: medium solid #FFCC99;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #000000;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: .5em;
	padding-left: .5em;
}
#sideNav a:hover {
	color: #000000;
	background-color: #99CCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: .5em;
	padding-left: .5em;
	border: medium solid #FFCC99;
	margin-top: .5em;
	margin-bottom: .5em;
	display: block;
	background-image: url(images/pixelsBlue.gif);
	background-repeat: repeat;
}
#orangeDot {
	background-image: url(images/orangeDot.gif);
	background-repeat: no-repeat;
}
#redDot {
	background-image: url(images/redDot.gif);
	background-repeat: no-repeat;
}
#blueDot {
	background-image: url(images/blueDot.gif);
	background-repeat: no-repeat;
}
#brownDot {
	background-image: url(images/brownDot.gif);
	background-repeat: no-repeat;
}
#creamDot {
	background-image: url(images/creamDot.gif);
	background-repeat: no-repeat;
}