@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	background-color: #8FB3D1;
	height: 105px;
	float: left;
	width: 100%;
}
#header #HeaderContent {
	height: 100px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#header #HeaderContent #LeftContent {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#header #HeaderContent #RightContent {
	font-size: 12px;
	font-weight: bold;
	color: #365875;
	padding-right: 0px;
	padding-top: 83px;
	width: 40%;
	float: right;
}
#header #HeaderContent #LeftContent a:link {
	text-decoration: none;
}

#dkblueheader {
	height: 25px;
	background-color: #355773;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.chromestyle{
	width: 94%;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 1px;
}
.quote {
	font-size: 8px;
	color: #B13427;
	font-weight: bold;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
	border: 1px solid #365875;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px;
	text-align: center;
	background-image: url(../images/chromebg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 10px;
	margin: 0;
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
	color: #355773;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #365875;
}
.chromestyle ul li a:hover{
	background-image: url(../images/chromebg2-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #8fb3d1;
	line-height:18px;
	z-index:100;
	background-color: #E1EBF4;
	width: 275px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCC; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #355773;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
}
#pictureheader {
	background-image: url(../images/beakerslg.jpg);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	width: 100%;
	height: 65px;
	margin: 0px;
	padding: 0px;
}
#BottomBlueBar {
	background-image: url(../images/BottomBlueBar.jpg);
	background-repeat: repeat-x;
	height: 20px;
	background-position: center center;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#Welcome {
	background-image: url(../images/WelcomeBackground.jpg);
	height: 232px;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}
#WelcomeText {
	margin-top: 75px;
	float: left;
	margin-right: 15px;
	width: 30%;
	padding-left: 250px;
	height: 100px;
	clear: both;
}
#Welcome #WelcomeText h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #355773;
	margin: 0px;
	padding: 0px;
}
#Welcome #WelcomeText p {
	color: #000000;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: normal;
}
#Welcome #LoginArea {
	background-image: url(../images/LoginArea.jpg);
	background-repeat: no-repeat;
	width: 35%;
	height: 150px;
	float: right;
	margin-top: 60px;
}
#Welcome #LoginArea #form1 p {
	font-size: 9px;
	margin-right: 6px;
	width: 200px;
	padding-left: 30px;
	margin-top: 8px;
	margin-bottom: -6px;
}
.center {
	text-align: center;
}
#content #rightside #learnmore a:link {
}
#content {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	float: left;
	width: 98%;
	height: 100%;
}
#content #leftside {
	width: 42%;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content #rightside {
	width: 48%;
	float: right;
	padding-right: 20px;
	padding-top: 15px;
	padding-left: 3px;
}
#content #rightside #learnmore {
	padding-right: 5px;
}
#content #rightside #learnmore td.border {
	border: 1px solid #345773;
}
#content #rightside #learnmore h1 {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: -5px;
	margin-top: -5px;
}
#content #rightside #learnmore a:link {
	color: #365875;
	text-decoration: underline;
}
#content #rightside #learnmore a:visited {
	color: #365875;
	text-decoration: underline;
}
#content #rightside #learnmore a:hover {
	color: #365875;
	text-decoration: none;
}
#content #rightside #learnmore a:active {
	color: #365875;
	text-decoration: none;
}
#content #rightside #learnmore .border img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content #rightside #learnmore p {
	color: #000000;
	padding: 10px;
	font-size: 9px;
	margin-top: -4px;
	margin-bottom: -10px;
}
#footer {
	height: 15px;
	text-align: center;
	float: left;
	width: 92%;
	padding: 25px;
}
#content #rightside #learnmore .borders {
	border: thin solid #355773;
}
#footer a {
	font-weight: normal;
	color: #355773;
	text-decoration: underline;
}
#footer p {
	text-align: center;
	color: #365875;
}
* html img { behavior: url(iepngfix.htc); 
}#content a {
	font-weight: normal;
	color: #365875;
}
#Welcome #LoginArea p {
	margin-left: 15px;
	font-size: 9px;
	margin-bottom: -15px;
}
#Welcome #LoginArea a:link {
	text-decoration: none;
}
#Welcome #LoginArea a:visited {
	text-decoration: none;
}
#Welcome #LoginArea img {
	text-decoration: none;
}
#Welcome #LoginArea #button {
	font-size: 10px;
}
#Welcome #LoginArea #textfield {
	font-size: 9px;
}
#Welcome #LoginArea #textfield2 {
	font-size: 9px;
}
