@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
a:link {
	color: #C75C52;
	text-decoration: none;
	font-size: 1em;
	}
a:visited {
	color: #C96354;
	text-decoration: none;
	font-size: 1em;
	}
a:hover {
	color: #70C7BF;
	text-decoration: none;
	}
a:active {
	color: #C8AA38;
	text-decoration: none;
	}
a:focus {
	}

html
{
	overflow-y: scroll;
}
li {
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #443C33;
	background-color: #FEFCEA;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
}
strong {
	}
em {
	font-style: italic;
}
blockquote {
	text-indent: 20px;
}
p {
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #6CC5BF;
	}
.h2 {
	color: #C46553;
	}
.h3 {
	color: #339966;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #A48A2D;
	}

.h4 {
	color: #A48A2D;
}
h4 {
	font-size: 0.8em;
	line-height: 30px;
}
h5 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: 443C33;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: 443C33;
	font-size: 0.85em;
}
td {
	vertical-align: top;
	padding: 5px;
}
#wrapper {
	}
#header {
	}
#content {
	}
#footer {
	}	
	
	
	
#wrapper {
	width: 645px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu {
	cursor: inherit;
	float: left;
}
#menu {
	display: inline;
	float: left;
	width: 242px;
}
#menuright {
	float: right;
}
#content {
	float: left;
	clear: left;
	width: 645px;
	background-color: #FFFFFF;
	overflow: auto;
	background-image: url(../images/bg2.jpg);
}
#layer {
	visibility: hidden; 
	display: none; 
	padding: 20px;
}

.header1 {
	height: 12px;
	width: 645px;
	background-image: url(../images/showsbar.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.header2 {
	height: 14px;
	width: 645px;
	background-image: url(../images/biobar.jpg);
	background-repeat: no-repeat;
}


.header3 {
	height: 16px;
	width: 645px;
	background-image: url(../images/recbar.jpg);
	background-repeat: no-repeat;
}


.header4 {
	height: 12px;
	width: 645px;
	background-image: url(../images/revbar.jpg);
	background-repeat: no-repeat;
}


.header5 {
	height: 13px;
	width: 645px;
	background-image: url(../images/medbar.jpg);
	background-repeat: no-repeat;
}

.header6 {
	height: 12px;
	width: 645px;
	background-image: url(../images/conbar.jpg);
	background-repeat: no-repeat;
}
.headersub {
	padding: 20px;
}
.menuright {
	cursor: inherit;
	float: right;
}

.hiddenLayer
{
	visibility: visible; 
	display: none;
	overflow: hidden;
}

.contentWrapper
{
	padding: 20px; 
}