body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Tahoma, Geneva, "Bitstream Vera Sans", sans-serif;
	color: #000;
	background: #f8efc9 url(../img/body.gif) 0 0 repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#content h2 { font-size: 1.6em; color: #000; padding: 20px 10px 3px 5px; }
div#content h2 span { font-size: .9em; color: #666; font-weight:normal; font-style:italic; }
div#content h3 { font-size: 1.4em; color: #3b5eb4; padding: 5px 10px 3px 0; border-top:1px solid #666; }

a:link { color: #415d35; text-decoration: underline; font-weight: 700; }
a:visited { text-decoration: underline; color: #415d35; font-weight: 700; }
a:hover, a:visited:hover { color: #5b70ef; text-decoration: underline; font-weight: 700; }
a:active { text-decoration: underline; color:#415d35; font-weight: 700; }

p.test_listing { border-top:1px solid black; padding-bottom:15px; margin:0; }
p.test_detail { border-top:1px solid black; padding:10px 0 15px 0; margin:0; }
p.test_listing strong, p.test_detail strong{ font-weight:800; color:#0b2e84; }
p.test_listing span, p.test_detail span { font-weight:500; color:#3b5eb4; }
div.search_listing { padding:2px 5px; margin:0; }

div#search_form { border-top:1px solid black; border-bottom:1px solid black; padding:5px 0; color:#0b2e84; }
div#all_tests_link { margin:10px 0; }

div#wrapper {
	margin: 0 auto;
	width: 812px;
	border: 1px solid #f8efc9;
	background: url(../img/wrapper.gif) 0 0 repeat-y;
}

div#header {
	border-top: 1px solid #f8efc9;
	position: relative;
	top: 0;
	left: 0;
	width: 812px;
	height: 205px;
	background: url(../img/header.jpg) 0 0 no-repeat;
}

div#header h1, div#header h2 {
	position: absolute;
	font-size: 9px;
	left: -999em;
}


div#container {
	background: #fff url(../img/container2.gif) 0 0 repeat-y;
	width: 794px;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
}


div#nav {
	position: relative;
	float: left;
	width: 154px;
	left: 2px;
	text-align: left;
}

div#nav p {
	margin: 0;
	padding: 0;
	background: #FEFDFB;
	border-right: 1px solid #000;
	text-align: right;
}

div#nav p a {
	display: block;
	/* height: 20px; */
	line-height: 15px;
	font-size: 11px;
	color: #000;
	text-decoration:none;
	border-top: 1px solid #3b5eb4;
	padding: 3px 6px;
	font-weight: 700;
}

div#nav p a:hover, div#nav p a:visited:hover {
	color: #000;
	background: #ced9e4;
}

div#nav div#glop {
	position: relative;
	height: 73px;
	width: 153px;
	background: url(../img/glop.jpg) 0 0 no-repeat;
}

div#nav div#glottom {
	position: relative;
	margin-bottom:25px;
	height: 86px;
	width: 153px;
	background: url(../img/glottom.jpg) 0 0 no-repeat;
}

div#content {
	margin-left: 170px;
	padding-bottom:25px;
	text-align: left;
	font-size: 1.2em;
	line-height:1.6em;
}

div#content em { font-weight:bold; font-size:110%; font-style:normal; }
div#content ul { margin:5px; list-style-type:square }
div#content ul li { margin-left:15px; padding:5px; }
div#content ul.all_tests { position:relative; top:-15px; margin:0; list-style-type:none; }
div#content ul.all_tests li { position:relative; padding:2px; left:-10px; }
div#content p { margin-bottom:25px; }
div#content blockquote { margin-top:-10px; font-size:125%; }

div.column {
	width: 275px;
	float: left;
	margin: 0;
}

div.left {
	margin-left:5px;
}

div.right {
	margin-left:35px;
}

div.single_column {
	width: 550px;
	margin:0 15px 25px 5px;
}

div.prop {
	float: right;
	width: 1px;
	height: 400px;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden
}

div.image_caption {text-align:center; width:278px; padding-bottom:25px; }
div.image_caption img { border: 1px solid #666; }
div.image_caption p { margin:5px 0 -10px 0; padding: 0; font-weight:bold; font-size:95%; color:#072a80; }


div#footer {
	margin: -1px auto 10px auto;
	width: 812px;
	height: 13px;
	background: url(../img/footer.gif) 0 0 no-repeat;
}

img.index { 
	float: right;
	margin: 10px 0 5px 15px;
	border: 1px solid #666
}
					


