a:link {
    color: rgb(204,0,0);
}
a:visited {
    color: rgb(153,153,153);
}
a:active {
    color: rgb(255,204,0);
}

hr {
    color: rgb(102,102,102);
}

ul
{
list-style-image:url(../images/bullet1.gif);
}
ul ul
{
list-style-image:url(../images/bullet2.gif);
}
ul ul ul
{
list-style-image:url(../images/bullet3.gif);
}

h1 {
    font-family: Arial, Arial, Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 24pt;
    color: rgb(102,102,102);
}

h2 {
    font-family: Arial, Arial, Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 18pt;
    color: rgb(102,102,102);
}

h3 {
    font-family: Arial, Arial, Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 14pt;
    color: rgb(102,102,102);
}

h4 {
    font-family: Arial, Arial, Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
    color: rgb(102,102,102);
}

h5 {
    font-family: Arial, Arial, Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
    color: rgb(102,102,102);
}

h6 {
    font-family: Arial, Arial, Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 8pt;
    color: rgb(102,102,102);
}

body {
    background-color: white;
    text-align: center;
    margin: 0.5em 0 0 0.5em;
    padding: 0;
    font-size: 12pt;
    font-family: Arial, Arial, Helvetica;
}

#header {
    background-color: white;
    margin: 0;
    text-align: left;
    font-family: Verdana, sans-serif;
    height: 75px;
}

#header img {
    float: left;
    border: 0;
}

#mainnav {
    background-color: white;
    margin: 1em 0 0 0;
    padding: 0px;
    text-align: left;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    font-style: normal;
    height: 50px;
}

#mainnav a:link, #mainnav a:visited {
    border: solid red 1px;
    padding: 0.2em 1em 0.2em 1em;
    margin: 0;
    height: 1em;
    color: black;
    background-color: white;
    text-decoration: none;
    text-align: center;
}

#mainnav a:hover {
    border: solid red 1px;
    padding: 0.2em 1em 0.2em 1em;
    margin: 0;
    height: 1em;
    color: white;
    background-color: red;
    text-decoration: none;
    text-align: center;
}

#pagetitle {
    background: url(../images/labbs_heading.gif);
    margin: 0px;
    padding: 0px;
    width: 600px;
    height: 60px;
    display: block;
    float: left;
    text-align: center;
    font-size: 22pt;
    font-family: arial,helvetica;
    font-weight: bold;
    line-height: 60px;
    text-decoration:none;
    color: #000000;
}

#topnav {
	padding: 0.5em 0 0 1em;
	text-align: left;
	font-weight: bold;
	clear: both;
}

#topnav .graphic_hnav {
    float: left;
}

#topnav a.graphic {
    background: url(../images/labbs_active_button.gif);
    margin: 0 0 0 10px;
    padding: 0px;
    width: 150px;
    height: 50px;
    display: block;
    float: left;
    text-align: right;
    font-size: 10pt;
    font-family: arial,helvetica;
    font-weight: bold;
    line-height: 50px;
    text-decoration:none;
    color: #000000;
}

#topnav a.graphic:hover {
    background-position: -150px 0;
}

#topnav .graphiccurrent {
    background: url(../images/labbs_current_button.gif);
    margin: 0 0 0 10px;
    padding: 0px;
    width: 150px;
    height: 50px;
    display: block;
    float: left;
    text-align: right;
    font-size: 10pt;
    font-family: arial,helvetica;
    font-weight: bold;
    line-height: 50px;
    text-decoration:none;
    color: #000000;
}

#main {
    clear: both;
    padding: 0 1em 0 1em;
    color: black;
    text-align: left;
}

#content {
    padding: 0 0 0 150px;
    color: black;
    text-align: left;
    clear: both;
}

* html #content {
    padding: 0 0 0 180px;
    color: black;
    text-align: left;
    clear: both;
}

#content i.required{
	color: red;
}

#content i.required_text{
	color: black;
	font-size: xx-small;
	border: none;
}

#content p {
	border: 0;
	padding: 0;
	text-align: justify;
}

#content p.clear {
	border: 0;
	padding: 1em 0 0 0;
	text-align: justify;
	clear: both;
}

#leftbar {
	position: absolute;
	top: 262px;
	left: 0px;
	padding: 1em 0 0 1em;
	width: 170px;
}

* html #leftbar {
	position: absolute;
	top: 262px;
	width: 200px;
	left: -30px;
	padding: 1em 0 0 1em;
}

#leftbar a.graphic {
    background: url(../images/labbs_active_button.gif);
    margin: 0;
    padding: 0px;
    width: 150px;
    height: 50px;
    display: block;
    text-align: right;
    font-size: 10pt;
    font-family: arial,helvetica;
    font-weight: bold;
    line-height: 50px;
    text-decoration:none;
    color: #000000;
}

#leftbar a.graphic:hover {
    background-position: -150px 0;
}

#leftbar .graphiccurrent {
    background: url(../images/labbs_current_button.gif);
    margin: 0;
    padding: 0px;
    width: 150px;
    height: 50px;
    display: block;
    text-align: right;
    font-size: 10pt;
    font-family: arial,helvetica;
    font-weight: bold;
    line-height: 50px;
    text-decoration:none;
    color: #000000;
}

* html #content iframe.left {
	border: 0;
	padding: 0;
	height: 200px;
	width: 400px;
	overflow: scroll;
	font-size: small;
}

#content iframe.left {
	border: 0 0 0 1em;
	padding: 0 0 0 0em;
	height: 200px;
	width: 70%;
	overflow: scroll;
	font-size: small;
}

* html #content iframe.f_right {
	border: 0;
	padding: 0;
	float: right;
	height: 400px;
	width: 70%;
	overflow: scroll;
	font-size: small;
}

#content iframe.f_right {
	border: 0 0 0 1em;
	padding: 0 0 0 0em;
	float: right;
	height: 400px;
	width: 400px;
	overflow: scroll;
	font-size: small;
}

#address {
/*	font-weight: bold;*/
	padding-left: 2em;
}

#footer {
	margin: 3em 0 0 0;
	padding: 1em 0 0 0;
	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	border-top: 2px solid black;
}

.w3c {
    float: right;
}


.strongtext {
    font-family: Arial, Arial, Helvetica;
    font-weight: bold;
    font-style: normal;
    font-size: 12pt;
    color: black;
}