  

body { 
	padding: 0; 
	font: 0.9em Tahoma, sans-serif; 
	line-height: 1.5em;
	background-color: #000;
	background-image: url(back.gif);
	background-repeat: repeat-x;
}



a {	color: #0000ff;	background: inherit;}
a:hover { color: #000; background: inherit; }

h1 { font: normal 2em Georgia; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; color: #000; font-weight: bold;}
h2 { font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; padding: 0 0 0 5px; margin: 0; color: #000;}
h3 { font: 1.4em Tahoma, Sans-Serif; padding: 0 0 0 5px; margin: 0; color: #000;}
h4 { font-size: 1.5em; margin-bottom: 5px; color: #fff; background: inherit; }

p {	margin: 0 0 5px 0; }

img {
	border: 0;
}

ul { margin: 0; padding : 0; list-style : none; }

ul.one { margin: 0; padding : 0; list-style : disc inside;}
ul.one a {text-decoration: none; }
ul.one a:hover {text-decoration: underline; }

ul.two { margin: 0; padding : 0; list-style : disc inside;  font-size: .8em;}
ul.two a {text-decoration: none; }
ul.two a:hover {text-decoration: underline; }

li.bio { 
	margin: 0; 
	padding: 7px 12px 5px 12px;
}

.centered{
	width: 920px;
	padding: 0px;
	margin: 0px auto;
}

.header { 
	width: 920px;
	height: 85px;
	background-image: url(headertext.jpg);
	background-repeat: no-repeat;
	padding: 0;
}

.content { 
	width: 920px;
	margin: 1px 0 0 0;
	padding: 0;
	background-color: #fff;
}

.center {
	width: 920px;
	float: left;
	margin: 0;
	background: inherit;
}

.left_half {
	float: left;
	width: 460px;
	margin: 0;
	height: 400px;
	background: inherit;
}

.right_half {
	float: left;
	width: 460px;
	margin: 0;
	height: 400px;
	background: inherit;
}

.left_narrow {
	float: left;
	width: 310px;
	margin: 10px 5px 0 5px;
	background: inherit;
}

.right_wide {
	float: left;
	width: 590px;
	margin: 10px 5px 0px 5px;
	background: inherit;
}

.table one{
	table-layout: fixed;
	width: 900px;
	background: #FFF;
}

.footer { 
	clear: both;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.8em;	
	border-top: 1px solid #000000;
	font: 0.7em Tahoma, sans-serif; 
	color: #0000ff;
	background: #fff;
}


