@charset "utf-8";
/* CSS Document */

* {margin:0;
padding:0;
border:none;}

html { height:102%; }
body { font:11px/1.1 Verdana, "Lucida Grande", Arial, Helvetica, Sans-Serif; color:#000000; background-color:#EEECE1; }

h1, h2, h3, h4, h5 { font-family:Verdana, Arial, Helvetica, sans-serif; line-height:1.1;  margin:10px 0 10px 0;}
h1 { font-size:16px; text-align:left; color:#999999; margin:0 0 5px 0; }
h2 { font-size:14px; text-align:left; }
h3 { font-size:13px; text-decoration:underline; font-weight:normal; }
h4 { font-size:12px; text-align:left; }
h5 { font-size:12px; font-weight:normal; font-style:italic; }

p { margin:10px 0 15px 0; text-align:left; }

ul { margin:0 0 20px 30px; list-style:disc; text-align:left; }
ul a { text-decoration:none; }
ul a:visited { text-decoration:none; }
ul ul { margin:0 0 0px 10px; list-style:circle; }
ol { margin:0 0 20px 30px; list-style:decimal; text-align:left; }
ol li { margin:0 0 10px 0; }

table { margin:0 auto 0 auto; text-align:center; }
td, th { vertical-align:top; }
td.biolist { border-bottom:1px solid #000000; }
th { font-weight:normal; text-align:center; }
table.centerall p { text-align:center; }

#frame { width:1004px; margin:0 auto 0 auto; background-image:url(Images/bgshadow.png); background-repeat:repeat-y; }

#container { width:943px;	min-height:100%; margin:0 auto 0 auto; background:#000000; }

#left { float:left; postion:relative; width:116px; height:750px; margin-left:1px; background-image:url(Images/ntwkbar.jpg); background-repeat:no-repeat; border-right:2px solid #000000; }
#navbar {	margin:128px 0 0 0; }

#main { position:relative; width:824px;	margin-left:119px; background-color:#FFFFFF; }

#contentfield {	width:100%; position:relative; margin:-5px auto 0 auto; padding-bottom:15px; background-color:#FFFFFF; }

#editregion { min-height:515px; max-height:auto; width:760px; position:relative; margin:0 auto 0 auto; padding:15px; border:2px; border-style:solid; border-color:#999999; }

#title { width:100%; margin-bottom:15px; border-bottom: 1px solid #333333; }

#panel { width:85%; padding:10px 10px 10px 10px; background:#f0f0be; border:1px solid #000000; text-align:center; }
#panel.rightpanel { margin:0 0 20px auto; }
#panel.centerpanel { margin:0 auto 20px auto; }

#redirect_msg {
    text-align: center;
    background-color: Orange;

}
.caption { margin:-12px 0 15px 0; }
.border { border:1px solid #000000; }
.middle { vertical-align:middle; }
.right { text-align:right; }
.center { text-align:center; }

.fltcontainer { margin:0 0 15px 0; overflow:hidden; }

.fltrt, .fltrt_border { float:right; margin:0 0 10px 15px; }
.fltrt_border { border:1px solid #000000; }

.fltlft, .fltlft_border { float:left; margin:0 15px 10px 0; }
.fltlft_border { border:1px solid #000000; }

.clearfloat { clear:both; height:0; font-size:1px; line-height:0; overflow:hidden; visibility:hidden; }
