/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: gray;
}

#content {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 534px;	
	width: 800px;
	margin-top: 5px;
	margin-left: -400px;
	padding: 0px;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#rightBox {
	position: absolute;
	top: 34px;
	left: 472px;
	width: 298px;
	height: 440px;
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}

#navBox {
	position: absolute;
	left: 0px;
	width: 800px;
	background-color: #000000;
	text-align: right;
	top: 0px;
	height: 34px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px none #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px none #FFFFFF;
	z-index: 1;
}

#pageTitle {
	text-align: center;
	position: absolute;
	left: 27px;
	top: 118px;
	width: 275px;
}

#nicLogo {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 100px;
	height: 500px;
}

#nicPic {
	position: absolute;
	top: 34px;
	left: 100px;	
	width: 185px;
	height: 500px;
}

#copyright {
	position: absolute;
	right: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	top: 540px;
}

#flashContainer {
	position: relative;
	text-align: center;
	top: 250px;
}

#enterBox {
	position: relative;
	text-align: center;
	top: 300px;
}

a:link {
	color: #F7A013;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #F7A013;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #F7A013;
	text-decoration: none;
	font-weight: bold;
}
