
body {
	/* background: #000000 url(../images/background.jpg) repeat-y; */
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

a {
	text-decoration: none;
	color: #CFBCCE;
}

a:hover {
	text-decoration: underline;
	color: #EC2F1E;
}

.pageWidth {
	width: 779px;
	height: 100%;
	position: relative;
	margin: 0 auto;	
}


/*
********************************************
	Colors
********************************************	
*/

.whiteBG {
	background-color: #FFFFFF;
}

.blueBG {
	background-color: #333399;
}

.blueBorder {
	border: 1px #333399 solid;
}

.pinkFont {
	color: #AF7BA6;
}


/*
********************************************
	Navigation Links
********************************************	
*/


.navBar {
	width: 549px;
	background-color: #333366;
	border: 1px #66668D solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.galleryLink a {
	width: 100px;
	filter:alpha(opacity=100);	
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
}

.galleryLink a:hover {
	width: 100px;
	filter:alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: .75;
	-khtml-opacity: .75;
	opacity:.75;
}

.linkParams {	
	font-family: verdana, arial, helvetica;
	font-weight: bold;
}

.level1 a {
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	color: #D6D6E0;
}

.level1 a:hover, .level1-sel a {
	text-decoration: underline;
	line-height: 18px;
	color: #FFFFFF;
}

.level1Divider {
	font-size: 11px;
	color: #D6D6E0;
	margin-right: 5px;
	margin-left: 5px;
}
.homeLink a {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-weight: bold;    
}

/*
********************************************
	Content
********************************************	
*/

.content {
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	font-weight: none;
	line-height: 16px;
	color: #FFFFFF;
}

.contentWidth {
	width: 527px;
	height: 342px;
	padding-left: 10px;
	padding-right: 10px;
}

.header {
	font-size: 18px;
	line-height: 24px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #CFBCCE;
}

.disclaimer {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	font-weight: none;
	line-height: 16px;
	color: #FFFFFF;
}


/*
********************************************
	Forms
********************************************	
*/

.formBox {
	position: absolute;
}

.formParams {
	font-family: verdana, arial, helvetica;
	font-style: normal; 
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #000000;
}

.hyperstudySearch {
	width: 197px;
	height: 150px;
	background-color: #F3F3F3;
	border: 1px #E3E0E0 solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.searchTextbox{
	width: 126px;
	height: 16px;
	font-size: 10px;
	border: 1px #A7A7C8 solid;
}

.newsletterTextbox{
	width: 126px;
	height: 16px;
	font-size: 10px;
	border: 1px #91A134 solid;
}

.searchSelect {
	width: 195px;
	height: 95px;
	font-size: 11px;
	border: 1px #7F9DB9 solid;
}

/*
********************************************
	Spaces
********************************************	
*/

.hSpace5 {
	margin-left: 5px;
}

.vSpace5 {
	margin-top: 5px;
}

.vSpace10 {
	margin-top: 10px;
}

.vSpace15 {
	margin-top: 15px;
}

.vSpace20 {
	margin-top: 20px;
}
