#header {
	background:url(../medical_environmental_images/bg-header.gif) repeat;
	width:700px;
	text-align:left;
}

#header h1 {
	/*float:left;*/
	margin:0;
	padding:10px 0 0 10px;
}

#header h2 {
	text-align:center;
	position:relative;
	top:-25px;
	left:265px;
	font-weight:normal;
	font-size:13px;
	display:inline;
}

#header #headerWrap {
	background:url(../images/sapiens_sml.gif) no-repeat bottom right;
}

#headerContent {
	background:url(../images/stripes.gif) repeat-x;
	width:700px;
	padding-top:13px;

}

#glowmSml {
	border:1px solid #CE7B11;
}

.glowmLink {
	color:#834592 !IMPORTANT;
}

#menu {
	background:url(../images/stripes2.gif) repeat-x;
	padding-top:13px;
	width:700px;
}

.address {
	list-style:none;
	font-size:11px;
	margin: 20px 0 10px 0;
	padding:0;
}

a:active { color: #0000FF; text-decoration: underline; } 
a:link { color: #0000FF; text-decoration: none; } 
a:visited { color: #0000FF; text-decoration: none; } 
a:hover { color: #0000FF; text-decoration: underline; } 

A.a:visited {FILTER: Alpha(Opacity=90); WIDTH: 100%}
A.a:hover {FILTER: Shadow(Color=#855555,Direction=135,Strength=4); LEFT: -2px; WIDTH: 100%; POSITION: relative; TOP: -2px}

body { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
table { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
.BodyTextBlack { font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: normal; color: #000000; margin: 0px; }
.BodyTextWhite { font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: normal; color: #ffffff; margin: 0px; }
.Highlight { font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: bold; color: #000000; margin: 0px; background-color: yellow; }

.MediumBlackText { font-size: 8pt; font-family: arial, helvetica, sans-serif; font-weight: normal; color: #000000; margin: 0px; }
.MediumWhiteText { font-size: 8pt; font-family: arial, helvetica, sans-serif; font-weight: normal; color: #ffffff; margin: 0px; }
.MediumBlueText { font-size: 8pt; font-family: arial, helvetica, sans-serif; font-weight: normal; color: #000099; margin: 0px; }
.MediumHighlight { font-size: 8pt; font-family: arial, helvetica, sans-serif; font-weight: bold; color: #000000; margin: 0px; background-color: yellow; }



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}

.box {
	border:1px solid #000;
	padding:10px;
	margin:10px 0;
}