body{
	font-family: Arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link, a:hover, a:visited{
	color: #dadada;
	text-decoration: underline;
}
a:hover{
	color: #ffffff;
}
a:visited{
	color: #ff5555;
}

div{
	/*border: 1px solid #ffffff; /*TEMPORARY!!!*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#wrapper{
	margin: 0 auto;
	float: none;
	text-align: left;
	width: 1000px;
	/*height: 100%;
	overflow: auto;*/
}

div#logo{
	background: url(logo.jpg);
	width: 1000px;
	height: 270px;
	vertical-align: bottom;
}
div#linkbar{
	background: url(linkbar.jpg);
	width: 1000px;
	height: 25px;
	position: absolute;
	top: 243px;
	overflow: hidden;
}

div#logotext{
	/*border: 1px solid #ffffff;*/
	width: 300px;
	position: relative;
	top: 108px;
	left: 60px;
}
div#logotext span.caps{
	text-transform: uppercase;
}
div#logotext span.colorblue{ color: #aaaaff; }
div#logotext span.coloryellow{ color: #fdd001; }
div#logotext span.italics{ font-style: italic; }

div#footer{
	width: 1000px;
	height: 21px;
	text-align: center;
	color: #000000;
	background: url("images/yellowbar.jpg");
	float: left;
	padding-top: 4px;
	margin: 5px 0 5px 0;
}

div#body{
	min-height: 300px;
}
h1{font-size: 28px;}
h2{
	font-size: 21px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

h1#title{ margin: 0 90px 0 0; position: relative; top: 15px;}
div#title{ height: 30px; text-align: right; float: right;}

/*********************************
	misc stuff, useful for a lot of pages
*********************************/
span.pagetitle{
	font-size: 24px;
	font-weight: bold;
}

table.layout{
	border: 0px;
	padding: 0 0 0 0;
}
table.layout td, td.layout{
	border: 0px;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}
td.layout td.l{ text-align: left; }
td.layout td.c{ text-align: center; }
td.layout td.r{ text-align: right; }
td.layout td.t{ vertical-align: top; }
td.layout td.m{ vertical-align: middle; }
td.layout td.b{ vertical-align: bottom; }

/********************************
	for staff page
********************************/

div#picture{
	width: 495px;
	height: 388px;
	float: left;
	/*border: 0px solid #ff0000;*/
	/*
	border: 1px solid #ffffff;
	border-right: 0px;
	*/
	overflow: hidden;
}
div#bio{
	width: 495px;
	height: 387px;
	float: right;
	/*border: 0px solid #00ff00;*/
	/*
	border: 1px solid #ffffff;
	border-left: 0px;
	*/
	overflow: auto;
	min-height: 385px;
	height: 385px;
	padding: 3px 0 0 5px;
}
div#list{
	width: 994px;
	height: inherit;
	float: left;
	padding: 3px 3px 3px 3px;
	/*border: 0px solid #0000ff;*/
	/*
	border: 1px solid #ffffff;
	border-top: 0px;
	*/
	overflow: auto;
}
div.bio_border{
	border: 1px solid #ffffff;
	width: 1000px;
	overflow: hidden;
	padding: 0 0 0 0;
}
