/* CSS Document */

body {
	background-color: #000034;
	margin: 0 0 0 0;
	scrollbar-track-color: #000034;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #000034;
	scrollbar-highlight-color: #000034;
	scrollbar-shadow-color: #01B9FF;
	scrollbar-base-color: #01B9FF;
	scrollbar-darkshadow-color: #000;
}

/*  CONTAINERS */

.bodycontainer {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding-top: 10%;
}
.introheader {
	background-image: url(../img/intrologo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	height: 140px;
}
.linkcontainer {
	padding-left: 40%;
}
.headerbox {
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	background-image: url(../img/headerlinkbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.splashlogobox {
	width: 100%;
	height: 170px;
	background-image: url(../img/staticbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.contentbox {
	padding-left: 30px;
	width: 600px;
	text-align: left;
}


/* FONTS */
.textlinks, .arial12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}
.font10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#whitefont {
	color: #FFFFFF;
}
#grayfont {
	color:#999999;
}
#darkgrayfont {
	color:#333333;
}
#purplefont {
	color: #9999CC;
}