@charset "UTF-8";

/* Main CSS Document */


a:link {
	text-decoration: none;
	color: #ACACAC;	/* 40% GREY */
}

a:visited {
	text-decoration: none;
	color: #EBEBEB;	/* 10% GREY */
}

a:active {
	text-decoration: none;
	appearance: hyperlink;
	color: #D7D7D7;	/* 20% GREY */
}

a:hover {
	text-decoration: underline;
	color: #C2C2C2;	/* 30% GREY */
}

body {
	background-color:#FFFFFF;  	/* MAIN BACK GROUND >> FFF = WHITE or EBEBEB = 10% GREY >> #CFD6D3 = XSIUM SOFT GREY */
	overflow-y:scroll;
	margin:0px;
}

#bg {
	background-image:url(splashbg.png);
	background-repeat:repeat-x;
	position:absolute;
	top:50%;
	margin-top:-113px;
	height:207px;
	width:100%;
	z-index:1;
}

#content {
	position:absolute;
	top:50%;
	margin-top:-113px;
	height:103px;
	left:50%;
	margin-left:-450px;
	width:900px;
	z-index:5;
}

.Login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	/* 65% GREY */
}

/* DISABLE #footer TO STRETCH IT ACCROSS THE WINDOW, NOT FIXED */
#footer {
	position:fixed;
	height:25px;
	bottom:0;
	left:50%;
	width:900px;
	margin-left:-450px;
	z-index:5;
	color:#000;	/* BLACK */
	border-top:2px solid #FFF;	/* WHITE */
}

.h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#909090;	/* Dark Grey */
}

.h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#707070;	/* Grey */
	font-weight:bold;
}

/* SAMPLE CSS CODE */

.navlink {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#a39b49; /* Dark Gold */
	text-decoration:none;	
}

.navlink-footer {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF; /* White */
	text-decoration:none;	
}

.bodytext-grey {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;	/* Dark Grey */
	line-height:17px;
}

.bodytext-lightgrey {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;	/* Light Grey */
	line-height:17px;
}