body {
	background: #FDFDFF url(test_tubes.jpg) no-repeat fixed bottom left;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0 20px 0 20px;
	color: #333;
}

dt{
	margin: 10px;
}

dd{
	margin: 10px 0 10px 55px;
}

/* positions */

#container {
	position: relative;
	background: url(header.jpg) no-repeat top left;
	margin: 0 auto -1px auto;
	padding-top: 124px;
	width: 710px;
}

#footer {
	font-size: 9px;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
}

#main{
	font-size: 12px;
	margin: 22px 0 0 176px;
	width: 529px;
}

#links {
	padding-top: 5px;
	padding-left: 3px;
	background: url(semitransparent.gif);
	position: absolute;
	width: 150px;
	top: 131px;
	left: 5px;
}

#links ul {
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

#links ul li {
	margin: 0;
	padding: 0 0 0 17px;
	line-height: 16px;
	color: #606060;
	font-weight: bold;
}


/* headings */
h1{
	padding-top: 2px;
	padding-left: 5px;
	background: #2E608F;
	color: #F3F6FC;
	font-size: 24px;
	border-bottom: 1px solid #7AA9E0;
}

h2{
	padding-top: 2px;
	background: #F2F8FD;
	color: #744D1C;
	font-size: 18px;
	border-bottom: 1px dotted #000000;
	text-align: right;
}

h3{
	font-size: 18px;
}


/* link formatting */

#links a{
	color: #3C3C3C;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
	color: #151515;
}

a{
	color: #0002BD;
	margin: 0;
	text-decoration: underline;
}

a:hover{
	color: #00008B;
	text-decoration: underline overline;
}
