/* CSS Document */

body, div, span, a, h1, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #333333;
}

h1 {
	font-size: 16px;
}

body {
	height: 100%;
}

#container {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
/*	margin-left: auto;
	margin-right: auto; */
	margin-top: -300px;
	margin-left: -400px;
	background: url(../images/site_background.jpg) white no-repeat;
}

#logo {
	position: absolute;
/*	width: 523px;
	height: 225px; */
	width: 487px;
	height: 224px;
	top: 50%;
	left: 50%;
	margin-top: -112px;
/*	margin-left: -261px; */
	margin-left: -244px;
	background-image: url(../images/logo2.gif);
}

#logo_small {
	position: absolute;
	width: 358px;
	height: 123px;
	top: 70px;
	left: 40px;
	background-image: url(../images/logo_small.gif);
}

#title {
	position: absolute;
	width: 124px;
	width: 260px;
	height: 49px;
	top: 80px;
/*	left: 615px; */
	left: 480px;
	text-align: right;
}

#pageDescrip {
	position: absolute;
	width: 475px;
	height: 50px;
	top: 150px;
	left: 270px;
	text-align: right;
}

#bodyContent {
	position: absolute;
	width: 720px;
/*	height: 100px; */
	top: 250px;
	left: 40px;
/*	border: 1px solid red; */
}

#leftSide {
	clear: both;
	position: relative;
	top: 30px;
	width: 201px;
	background-color: #939ebc;
	float: left;
}

#leftSide_bigger {
	width: 115px;
	float: left;
}

#middleGround {
	width: 16px;
	float: left;
	background-color: #939ebc;
}

#rightSide {
	position: relative;
	top: 30px;
	width: 499px;
	width: 504px;
	height: 217px;
	background-color: #939ebc;
	padding-right: 10px;
	padding-left: 10px;
	padding-left: 5px;
	padding-top: 20px;
	overflow: auto;
	float: right;
}

#rightSide_smaller {
	width: 579px;
	height: 237px;
	background-color: #ffffff;
	padding-right: 10px;
	overflow: auto;
	float: right;
}

#bioLinks {
	position: absolute;
	left: 0px;
	width: 100%;
}

#bioLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#bioLinks ul li {
	padding-left: 40px;
	float: left;
}

#navbar {
	position: absolute;
	top: 570px;
	left: 38px;
}

#hoverbar {
	position: absolute;
	display: none;
/*	width: 163px;
	height: 15px;
	top: 550px; */
	width: 69px;
	height: 8px;
	top: 558px;
}

#hoverbar_on {
	position: absolute;
	display: none;
	width: 69px;
	height: 8px;
	top: 558px;
}

/* sundry */
.bold {
	font-weight: bold;
}

.red {
	color: #97100d;
}

.gray {
	color: #9b908c;
	color: #60513a;
}

a.override {
	color: #9b908c;
	color: #60513a;
	text-decoration: none;
}

a.override:active, a.override:visited {
	color: #60513a;
}

a.override:hover {
	text-decoration: underline;
}

a.overred {
	color: #97100d;
}

a.overred:active, a.overred:visited {
	color: #97100d;
}

.tagline {
	color: #9b908c;
	color: #60513a;
	font-weight: bold;
}