@charset "utf-8";

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
body {
	background-image: url(images/ladder.gif);
	background-repeat: repeat-y;
	background-color: #330000;
}
#content {
	position:absolute;
	top:-7px;
	left:1px;
	width: 100%;
	z-index:1;

}

a {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}



.box
{
position: absolute;
top:110px;
left:180px;
background-color: #CCCCCC;
width: 75%;
min-height:300px;
z-index: 100;
padding: 5px;
}

.box #title {

height:25px;
width:100%;
text-align:center;
font-weight:bold;
vertical-align:middle;
font-size: 16px;
padding-top:5px;
margin-bottom:5px;
background-color: #990000;
color: #FFFFFF;
}

.box p {
margin:2px;
padding:2px;
}

#login {
	position: absolute;
	top: 354px;
	left: 0;
	z-index:10;
	background:#CCCCCC;
	border: 2px solid black;
	border-left:0;
	padding: 2px;
	width: 125px;
	height: 150px;
	vertical-align:middle;
}

#links {
position: absolute;
top: 0;
left: 0;
z-index:12;
width: 140px;
}

#links a {
display: block;
margin: 6px;
color:#990000;
text-align: center;
padding: 2px;
border: thin solid black;
background:#cccccc;

}

#links a:hover {
color:#cccccc;
background: #990000;
}

#left {
	width:55%;
	min-height:40%;
	background:#cccccc;
	float: left;
	overflow: visible;
}

#right {
	width:40%;
	min-height:40%;
	background:#cccccc;
	float: right;
	overflow: visible;
}

#navigation {
background: url(naviback.jpg) no-repeat;
position:absolute;
top:85px;
left:0;
height:376px;
width: 167px;
}

#topbanner {
background:url(topbanner.jpg) no-repeat;
position:absolute;
top:0;
left:0;
height:85px;
width:742px;
}
