body
{
	font-family: sans-serif;
	font-size: 10pt;
	background-color: white;
	color: black;
}

#wrapper
{
  position: absolute;
  top: 0px;
  left: 0px;

  width: 750px;
  height: auto;
  padding: 10px;
}

#header
{
	height: 110px;
}

#hflash
{
	position: absolute;
	right: 10px;
}

#main_nav
{
	position: absolute;
	left: 10px;
	margin-top: 10px;
	width: 130px;
	height: 355px;
}

#main_nav td
{
	padding: 0px;
	margin: 0px;
}

#left_col
{
	position: absolute;
	margin-top: 20px;
	float: left;
	clear:both;
	margin-left: 0;
	width: 300px;
	background-color: red;
}

#right_col
{
	position: absolute;
	margin-top: 20px;
	margin-left: 325px;
	width: 310px;
	background-color: blue;
}

#content
{
	margin-top: 20px;
	margin-left: 145px;
}

a img
{
	border-style: none;
	border-width: 0px;
}

#footer
{
	font-size: 10pt;
	text-align: center;
	position: relative;
}

#footer div
{
	margin-bottom: 10px;
}

#footer p
{
	margin: 0px;
}

#text_nav
{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.hidden
{
	display: none;
}

.center_img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.title
{
	text-decoration: underline;
	text-align: center;
}

.center_text
{
	text-align: center;
}

.redtxt
{
	color: red;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.red_title
{
	color: red;
	font-size: larger;
	margin-top: 0px;
	margin-bottom: 0px;	
}

h1,h2,h3.red2
{
	border-bottom: 2px groove red;
}

h4.red_title:after
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.red2
{
	color: red;
}

.plain_list
{
	list-style-type: none;
}

.sub_block
{
	margin-left: 25px;
}

/* Staff css */
.bio_top
{
	width: auto;
	height: 150px;
}

.bio_top img
{
	position: relative;
	left: 0px;
	top: 0px;
}

.bio_top ul
{
	position: relative;
	list-style: none;
	top: 35px;
	padding-left: 110px;
	padding-right: 110px;
}

.bio_block
{
	padding: 20px;
}
.bio_block img
{
	padding: 10px;
}

#events_body
{
	width: 90%;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: auto;
	height: auto;
}

.event_table
{
	text-align: justify;
}

.event_table img
{
	padding: 3px;
}

#events_left
{
	width: 45%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: solid 2px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

#events_right
{
	width: 45%;
	position: absolute;
	top: 0px;
	left: 50%;

	border: solid 2px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

.event_sub
{
	padding: 4px;
	border: dotted 1px;
	margin: 4px;
}
