BODY {
	background: url('images/pagebackground.gif') repeat-x;
	background-color: #949599;
	margin: 0px;
	padding:0px;
	font-family: Arial;
	font-size: 13px;
	color: black;
}

TABLE {
	font-family: Arial;
	font-size: 13px;
	color: black;
}

#head {
	width: 959px;
	height: 281px;
	position: relative;
	background: url('images/header.jpg') top left no-repeat;
}

#login {
	position: absolute;
	top: 32px;
	left: 868px;
}

#login A {
	color: #b2b2b2;
	font-size: 11px;
}

#nav {
	position: absolute;
	height: 25px;
	top: 73px;
	left: 450px;
}

#body {
	width: 959px;
	height: auto;
	position: relative;
	background: url('images/contentbackground.gif') repeat-y;
	background-color: white;
}

#contentpane {
	width: 899px;
	margin-left: 30px;
	height: auto;
	text-align: left;
}

#leftrightcontainer {
	width: 899px;
	margin-left: 30px;
	height: auto;
}

#leftpane {
	float: left;
	width: 435px;
	height: auto;
	text-align: left;
}

#rightpane {
	float: right;
	width: 435px;
	height: auto;
	text-align: left;
}

#footer {
	width: 959px;
	height: 23px;
	background: url('images/footer.gif');
	position: relative;
}

#footercontainer {
	width: 939px;
	font-size: 11px;
	color: #cccccc;
	position: relative;
	height: 30px;
	line-height: 30px;
}

#copyright {
	float: left;
}

#links {
	float: right;
	text-transform: lowercase;
}

#links A {
	color: #cccccc;
	text-decoration: underline;
}


H1 {
	font-size: 16px;
	color: black;
	font-weight: bold;
}

H2 {
	font-size: 14px;
	color: white;
	font-weight: bold;
	width: 423px;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	background: url('images/bluetitlebar.gif') no-repeat;
}

.button_off {
	background: url('images/button_off.gif');
	width: 98px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	position: relative;
}

.button_on {
	background: url('images/button_on.gif');
	width: 98px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	position: relative;
}

.button_off A:hover {
	color: #0053a1;
}

.button_off A, .button_on A {
	text-decoration: none;
	color: white;
}
