
H1 { font-size: 23px; text-align:center; width: 100%; border-bottom: 1px solid #000000; }
H2 { font-size: 20px; }
H3 { font-size: 16px; }
H4 { font-size: 14px; }
H1, H2, H3, H4 { font-weight: bold; margin-top: 10px; margin-bottom: 5px;  }
INPUT, TEXTAREA { font-size: 12px; background-color: #FFFFFF; border: solid 1px #000000; }

* { font-family: Arial; }
#body { margin: 0; padding: 0; }
#top, #bar, #bottom { width: 100%; text-align: center; }
.center_content { width: 720px; text-align: left; margin-left: auto; margin-right: auto; }

#body { background: url(/static/images/middle_bg.gif); background-color: #a7a37e; text-align: center; }
#top { background-color: #75531d; }
     #top_shadow { height: 130px; background: url(/static/images/top_shadow.gif) repeat-y center top; }
#bar { background: url(/static/images/bar_bg.jpg); background-color: #851312; border-top: 1px solid #000000; border-bottom: 1px solid #851312; }
     #bar_shadow { height: 20px; background: url(/static/images/bar_shadow.gif) repeat-y center top; }
#middle, .mceContentBody { background-color: #f6f5e2; }
	#home_img { width: 100%; text-align: center; }
		#home_img IMG { background-color: #a7a37e; padding: 10px; margin: 10px; border: 0; }
	#nav { font-size: 16px; width: 175px; float: left; margin: 0px 10px 0px 5px; }
		#nav UL { list-style: none; padding: 0; margin: 0; margin-top: 5px; margin-bottom: 10px; }
		#nav LI { padding-bottom: 3px; }
		#nav A { display: block; color: #9e2220; font-weight: bold; border: 1px solid #9e2220; text-decoration: none; padding: 3px; }
		#nav UL UL { margin-left: 20px; margin-bottom: 0px; }
	#middle_content { width: 520px; float: right; margin-right: 10px; margin-bottom: 50px; }
		#middle_content, .mceContentBody { font-size: 14px; }
		#pages_page_display IMG, .mceContentBody IMG { background-color: #a7a37e; padding: 10px; margin: 10px; border: 0; }
		#pages_page_display .image_gallery IMG { border: 1px solid #000000; padding: 0; margin: 0; }
		IMG.noframe { padding: 0px; border: 0; }
#bottom { background-color: #75531d; color: #FFFFFF; border-top: 1px solid #000000; }
     #bottom_shadow { background: url(/static/images/top_shadow.gif) repeat-y center top; }
		#bottom_content { margin-left: 10px; margin-right: 10px; height: 130px; }
			#bottom A { color: #FFFFFF; }


html, #body {
	height: 100%;
}

A:VISITED { color: #000066; }

#wrapper {
	background: url(/static/images/middle_shadow.gif) repeat-y center top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -131px; /* the bottom margin is the negative value of the footer's height */
}

#content_clear { clear:both; height: 131px }

.menunotice { font-size: 18px; font-weight: bold; text-align: center; border: 1px solid #000000; padding: 8px; }



#pages_page_navigation {
	width: 100%;
	border-bottom: 1px solid #000000;
	height: 24px;
	margin-bottom: 10px;
}

#pages_page_navigation UL {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#pages_page_navigation UL LI {
	display: inline;
}

#pages_page_navigation LI A {
	display: block;
	float: left;
	background-color: #666666;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-right: 2px;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
}

#pages_page_navigation LI A.active {
	background-color: #000000;
}


#pages_page_content {
	clear: both;
	display: block;
	width: 100%;
}



/* other/wiki */
DIV.alert, DIV.success, DIV.message { margin-bottom: 10px; }
DIV.alert P, DIV.success P, DIV.message P {
	background: #fff6bf url(bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom: 5px;
	}

