/* CSS Document */
body {
	background-color:#0a0d2a;
	font-family:"trebuchet ms", sans-serif;
	font-size:11px;
	color:#697dd3;
}
a:link {
	font-weight:bolder;
	color:#3251d6; 
	text-decoration:none;
}
a:active {
	font-weight:bold; 
	COLOR:#253eaa; 
	text-decoration:none;

}
a:visited {
	font-weight: bold; 
	color:#1736bb; 
	text-decoration:none;

}
a:hover {
	font-weight:bolder; 
	color:#637ff8; 
	text-decoration:none;
}
#bg {
	background:#0a0d2a url('bg.jpg');
	background-position:bottom;
	margin:0;	
	padding:0;
	width:682px;
	height:605px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#contentd {
	border:none; 
	width:428px;
	height:421px;
	overflow:auto;
	position:absolute;
	left:240px;
	bottom:23px;
}
#text {
	padding:6px 6px 6px 6px;
}
#textc {
	padding:6px 6px 6px 6px;
	text-align:center;
}
#homec {
	position:absolute;
	bottom:449px;
	left:435px;
	border:none;
}
#aboutc {
	position:absolute;
	bottom:449px;
	left:490px;
	border:none;
}
#scansc {
	position:absolute;
	bottom:449px;
	left:548px;
	border:none;
}
#linksc {
	position:absolute;
	bottom:449px;
	left:605px;
	border:none;
}
a#home {
    display: block;
    width: 55px;
    height: 23px;
    background-image: url(home.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#home:hover {
    background-position: 0 -23px;
}
a#about {
    display: block;
    width: 58px;
    height: 23px;
    background-image: url(about.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#about:hover {
    background-position: 0 -23px;
}
a#scans {
    display: block;
    width: 57px;
    height: 23px;
    background-image: url(scans.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#scans:hover {
    background-position: 0 -23px;
}
a#links {
    display: block;
    width: 52px;
    height: 23px;
    background-image: url(links.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#links:hover {
    background-position: 0 -23px;
}
a .alt {
	display: none;
}
.scantn {
	border:#2058b3 1px solid;
}
#ocounterdiv {
	font-size: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	background-image: url('cbg.png');
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	height: 44px;
	width: 100px;
}
#icounterdiv {
	padding-top: 9px;
	padding-right: 3px;
}
.hrmain {
	color:#2f356e;
	width:50%;
	background-color:#2f356e;
	height:2px;
	border:none;
}
.hrp {
	color:#2f356e;
	width:17%;
	background-color:#2f356e;
	height:2px;
	border:none;
}
#requirements {
	margin:auto;
	width:500px;
	height:auto;
	position:relative;
	text-align:center;
}
a#splash {
	display:block;
	width:349px;
	height:525px;
	background-position: 0 0;
	background-image: url('splash.jpg');
	margin: 0 auto;
}
a#splash:hover {
	background-position: 0 -525px;
}
.aligntable {
	margin:0 auto 0 auto;	
	}
.aligncell {
	text-align:center;
	vertical-align:top;
	}

