body {
	font: 12px  Arial, Helvetica, Verdana, sans-serif;
	background: #c1d82e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 864px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 684px;
	background-image: url(images/Vive-background.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#nav {
	height: 416px;
	width: 270px;
	float: left;
	margin-top: 179px;
	margin-left: 63px;
}
#mainContent {
	height: 355px;
	width: 466px;
	margin-left: 25px;
	float: left;
	margin-top: 233px;
	overflow: auto;
	text-align: left;
	font-size: 11px;
	color: #6D6F71;
	line-height: 1.5em;
	padding-right: 10px;
}
#navBox {
	height: 371px;
	width: 127px;
	float: left;
	margin: 0;
	padding: 0;
}
#rightNav {
	float: right;
}
#rightNavAbout {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/aboutIMG.jpg);
	background-repeat: no-repeat;
}
#aboutRightNav {
	margin-top: 40px;
}
#rightNavPeople {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/ourpeopleIMG.jpg);
	background-repeat: no-repeat;
}
#rightNavPartners {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/partnersIMG.jpg);
	background-repeat: no-repeat;
}
#rightNavPartnersLoveday {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/partnersLovedayIMG.jpg);
	background-repeat: no-repeat;
}
#peopleRightNav {
	margin-top: 38px;
}
#rightNavScience {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/scienceIMG.jpg);
	background-repeat: no-repeat;
}
#scienceRightNav {
	margin-top: 87px;
}
#rightNavStorage {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/storageIMG.jpg);
	background-repeat: no-repeat;
}
#rightNavPediatrcis {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/pediatricsIMG.jpg);
	background-repeat: no-repeat;
}
#peopleRightNav {
	margin-top: 40px;
}
#rightNavSample {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/SampleTankerIMG.jpg);
	background-repeat: no-repeat;
}
#sampleRightNav {
	margin-top: 112px;
}
#rightNavSciLit {
	float: left;
	width: 140px;
	height: 416px;
	background-image: url(images/sciLitIMG.jpg);
	background-repeat: no-repeat;
}
#copyright {
	width: 180px;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	position: absolute;
	top: 620px;
	left: 696px;
}
#footer {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 650px;
	left: 250px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}
#mainContent p {
	margin-top: 0px;
}
.purple {
	color: #6A2C91;
}
.black {
	color: #000000;
}
#bioIMG {
	float: right;
	width: 122px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mapIMG {
	float: right;
	width: 278px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#driDoc {
	float: right;
	width: 159px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#accessories {
	float: right;
	width: 233px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#sampleBottle {
	float: right;
	width: 92px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mainContent a:link {
	color: #39B3ED;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #BFD528;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #6A2C91;
	text-decoration: none;
}
#mainContent a:active {
	color: #39B3ED;
	text-decoration: underline;
}
.litBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6A2C91;
	border-bottom-color: #C1D82E;
}
.sciBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6A2C91;
	border-bottom-color: #efd987;
}
.hivBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6A2C91;
	border-bottom-color: #6A2C91;
}
.greenBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C1D82E;
	border-bottom-color: #C1D82E;
}
#logo {
	width: 152px;
	position: absolute;
	top: 81px;
	left: 361px;
}
ul {
	margin-top: 0px;
	list-style-type: disc;
	list-style-image: url(images/disc.gif);
}
ul li ul {
	list-style-image: url(images/disc2.gif);
}
