
HTML, BODY { height: 100%; }
BODY, DIV, TD { font-size: 12px;  }
HTML, BODY, DIV { margin: 0; padding: 0; }

H1 { font-size: 23px; width: 100%; border-bottom: 2px dotted #ad9b89; color: #1a3b69; }
H2 { font-size: 20px; }
H3 { font-size: 16px; }
H4 { font-size: 14px; }
H1, H2, H3, H4 { font-weight: bold; margin-top: 15px; margin-bottom: 5px;  }
H1 { margin-top: 5px; padding-bottom: 2px; }
INPUT, TEXTAREA { font-size: 12px; background-color: #FFFFFF; border: solid 1px #000000; }

* { font-family: "Trebuchet MS", Arial, sans-serif; }


#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -154px; }
#push { height: 154px; }

#header, #nav, #body, #footer { text-align: center; }

#header { border-top: 5px solid #161070; background: url(/images/topbg.jpg); background-color: #FFFFFF; height: 100px;  }
	#header IMG { border: 0; }
	#header_content { height: 100px; background: url(/images/logo.jpg) center no-repeat; }

#nav { background-color: #1a3b69; color: #FFFFFF; height: 35px; line-height: 35px; }
	#nav UL { margin: 0; padding: 0; list-style: none; display: inline; }
	#nav LI { margin: 0; padding: 0; display: inline; padding-right: 35px; }
	#nav A { color: #99CCFF; text-decoration: none; padding: 5px 0 5px 0; }
	#nav A.selected { color: #FFFFFF; background: url(/images/nav_arrow.jpg) no-repeat bottom center; }

BODY { background-color: #ad9b89; }
/* #home_body #main_content { background: url(/images/bg_home.jpg) repeat-x; } */
#body #main_content { background: url(/images/bg.jpg) repeat-x; }
	.body IMG { padding: 0; margin: 0; }
	.body { padding: 12px 0 12px 0; text-align: center; }
	.body_shadow { background-color: #8c7762; width: 700px; margin: 80px auto 0 auto; }
	.body_frame { text-align: left; background-color: #FFFFFF; width: 700px; border: 1px solid #4b4238; position: relative; top: -3px; left: -5px; }
	.body_content { padding: 15px; clear: both; }
	.body_content IMG { border: 0; }
	#breadcrumb { font-size: 11px; }

#footer { height: 150px; font-size: 11px; border-top: 4px solid #161070; background-color: #165b7c; color: #CCCCCC; }
	#footer_content { text-align: left; padding: 15px; margin: 0 auto 0 auto; width: 700px; }
	#footer A { color: #FFFFFF; }
	#footer UL { float: left; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }




#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%;
}

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;
        }
