html, body {
	height: 100%; /* forces permanent scrollbar */
	margin: 0 0 1px 0;
	font-size: 100%;
	background: #222;
}

body
{
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 1em;
	color: #000;
  behavior:url("csshover.htc");
}

#container { 
	margin: 0em auto;
	width: 771px;
	border: none;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#top {
	background: #191970;
	color: #fff;
	height: 100px;
	width: 771px;
}

#header_left {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 5px;
	margin-left: 50px;
}

#header_middle {
	position: absolute;
	width: 450px;
	height: 100px;
	font-size: 5em;
	font-size: 60px;
	margin-left: 250px;
	top: 15px;
}

#header_right {
	position: absolute;
	width: 60px;
	height: 60px;
	margin-left: 670px;
	top: 20px;
}

p, h1, h2, h3, h4 { 
	margin: 0px; 
	padding: 1em 1em 1em 0em;
}

#content h1 { font-size: 1.5em; padding: 1em 1em .5em 0em; text-align: center;}
#content h2 { font-size: 1.3em; padding: .3em 1em .3em 0em; }
#content h3 { font-size: 1.1em; padding: .3em 1em .3em 0em; }
#content h4 { font-size: 1.0em; padding: .3em 1em .3em 0em; }
#content img { padding: 10px; }

#banner {
	height: 240px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 771px;
}

.banner_heading {
	font-size: 1.5em; 
	font-weight: bold; 
	padding: .2em 0; 
	color: #bb0000;
}

.banner_heading p {
	padding-bottom: none;
	margin-bottom: none;
	padding: 0px;
	margin: 0px;
}

#banner_left {
	color: #000;
	float: left;
	height: 240px;
	width: 220px;
	background: #fff;
	border-right: 1px solid #000;
}

#banner_right {
	color: #000;
	float: left;
	height: 240px;
	width: 226px;
	border-left: 1px solid #000;
	padding: 0px;
}

#banner_left ul {
	list-style: none;
margin-top: 0px;
	margin-left: 10px;
}

#banner_right ul {
	list-style: none;
	margin-left: -25px;
	margin-top: 0px;
}

#banner_left li, #banner_right li { padding-bottom: .0em; }

#banner_middle {
	float: left;
	width: 320px;
	height: 240px;
}

.raquo { font-size: 1.5em; color: #800000; padding: 0px;  padding-right: 5px; margin: 0px; line-height: 0px; font-weight: bold; }

.slogan {
	padding: .2em;
	color: #fff;
	text-align: center;
	margin: 0em auto;
	background: #568100; color: #fff; text-align: center; padding: .2em; 
	font-size: 1.1em; 
	font-family: Trebuchet MS;
	font-weight: medium;
	border-bottom: 1px solid #000;
}


#content {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	background: floralwhite;
}

#floating_column {
	float: right;
	width: 240px;
	border: 1px solid #aaa;
	border-right: none;
	border-top: none;
	padding: 1em;
	margin: 0px -10px 0px 10px;
	background-color: #faf6f0;
}

#footer {
border-top: 1px solid #000;
	color: #777;
	text-align: center;
	font-size: .9em;
	padding: .5em;
	background: floralwhite;
}

#footer a { color: #777; }

/* FORM BUTTON INPUT LABEL LEGEND FIELDSET */

form { width: 100%; }

fieldset {
	border: #ccc dashed 1px;
	margin: 0px;
	padding: 3px;
}

#contact fieldset {
  margin: 0 2px;
  width: 98%;
}

fieldset p {
  margin: 0em;
	padding: 0px;
  padding: 0 3px 3px 0;
}

legend {
	font-weight: bold;
  border: #26a solid 1px;
  background: #fffaf0;
  color: #000;
  margin: 0px;
	margin-bottom: 5px;
  padding: .3em 1em;
	text-align: center;
}

legend a { color: #fff; }

label {
	width: 45%;
	float: left;
	text-align: right;
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 3px 3px 0 0px ;
}

input, select {
	margin: 0px;
	padding: 0px;
}

textarea { width: 100%; }

#contact textarea {
  background: #eee;
  width: 99%;
}

#xcontact .submit { width: auto; text-align: center; }

/*
.submit {
	display: block; 
	margin: 0 auto; 
	ont-size: .8em;
	text-align: center; 
}
*/

/* END FORM */

/* alt text */
a span.long { display: none; } /* normally don't display the long text */
a:hover span.short { display: none; } /* when hovering, hide the short text */
a:hover span.long { display: inline; } /* when hovering, show the long text */
/* end alt text */

.clear { padding: 0; border: none; margin: 0; }
.clear_all { clear: all; }
.clear_both { clear: both; }

a:link, a:active, a:visited { color: #000; }
a:hover { color: #555; }

.message { 
	text-align: left; 
	padding: .5em; 
	margin: .5em 5em 1em; 
	color: #000; 
	background: #fff; 
	border: 2px solid #ff0000; 
	font-weight: normal; 
}


.i { font-style: italic; }
.b { font-weight: bold; }
.c { text-align: center; }


#publications { width: 99%; }
#publications th, td { border: 1px solid #000; }

#content ul, #banner_left ul { margin: 0; margin-left: 1.2em; padding: 0; }
#content li, #banner_left li { margin: 0 ; padding: 0 0 .5em; 0; }
#banner_left li { padding-bottom: 2px; }

#content ul { margin-left: 1em; padding-top: .5em;}
#content ul li {
background: url(images/bullet.png) no-repeat 0% 3px;
margin-left: 0em;
list-style: none;
list-style-type: none;
padding-left: 1em;
padding-left: 1.5em;
}

#tabs {
	height: 1.7em;
	padding-left: 2px;
	font-weight: bold;
}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	border: 1px solid #000;
	border: 1px solid #fff;
	border-bottom: none;
	list-style: none;
	display: inline;
	padding-top: 5px;
}
		
#tabs ul li a:link, #tabs ul li a:hover, #tabs ul li a:active, #tabs ul li a:visited { 
	margin-top: 4px;
	padding: 5px 10px;
	text-decoration: none;
	color: #222;
	background: #fff;
}

/* bizname for admin */
.bizname { margin: 1em auto; background: #eee; border: 1px solid #000; padding: 1em; }


#tooltip { 
	margin: 1em; 
	line-height: 1.5em;
}

.tooltip a em {
	display: none;
	border: 0;
}

.tooltip a:link, .tooltip a:visited { 
	text-decoration: none; 
	padding-right: 5px;
}

.tooltip a:hover em {
	position: absolute;
	display: block;
	font: 10px Verdana, sans-serif;
	color: #000;
	background: #fffaf0;
	border: 1px solid #000;
	width: 250px;
}

.tooltip a:hover { border: none; }

.tooltip a:hover em strong {
  background: #191970;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: .3em;
  margin: 0px;
}

.tooltip a:hover em span {
  background: #cfcfff;
  display: block;
  padding: .3em;
  margin: 0px;
}

.c { text-align: center; }

div#hmenu {
	background: #568100; 
	font-weight: bold; 
	width: 100%;
	display: block;
	border-top: 1px solid #000;
	padding: 0em;
	margin: 0em;
	height: 2.2em;
}

div#hmenu li.submenu:hover {
	background: #88872a;
}

div#hmenu ul {
	padding: 0; 
	background: #568100; 
	margin: 0 .25%;
}

div#hmenu li {
	position: relative; 
	list-style: none; 
	margin: 0;
	float: left; 
	width: 25%;
	background: #568100; 
	height: 2.2em;
}

div#hmenu li:hover {
	background: #88872a; 
}

div#hmenu li a {
	display: block; 
	text-decoration: none; 
	color: #FFFFFF; 
	padding: .4em 0 0 3%;
	Xwidth: 97%;
	height: 2.2em;
}

div#hmenu>ul a {
	width: 100%;
	color: #FFF; 
}
div#hmenu ul ul {
	position: absolute; 
	width: 100%;
	display: none;
}
div#hmenu ul ul li {
	border-bottom: 1px solid #000;
	width: 100%;
}
div#hmenu li.submenu {
	background: url(images/arrow_down.gif) 95% 50% no-repeat;
	z-index: 10;
}
div#hmenu ul ul li.submenu {
	background: url(images/arrow_right.gif) 95% 50% no-repeat;
}
div#hmenu li.submenu li.submenu:hover {
	background: #88872a;

}
div#hmenu ul.level1 li.submenu:hover ul.level2, div#hmenu ul.level2 li.submenu:hover ul.rollover, 
	div#hmenu ul.level2 li.submenu:hover ul.level3 {
	display:block;
}
div#hmenu ul.level2 {
	top: 2.2em;
	left: 0px;
}

#content {
line-height: 1.4em;
}
