/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}

#wrapper {
	width: 774px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../grfx/grad_bg.jpg) top left repeat-y;
}

#header {
	width: 774px;
	height: 90px;
	background: url(../grfx/header_bg.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	text-align: center;
}

#header img {
	padding: 31px 0 0 0;
}

#nav_holder {
	height: 71px;
	width: 758px;
	margin: 0 0 0 8px;
	background: url(../grfx/nav_bg.gif) bottom left repeat-x;
}

#banner {
	height: 259px;
	width: 758px;
	margin-left: 8px;
}

#banner_internal {
	height: 121px;
	width: 758px;
	margin: 5px 0 0 8px;
}

#content {
	width: 630px;
	margin: 0 0 0 8px;
	padding: 25px 28px 45px 100px;
	
}

#content_left {
	width: 475px;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 150%;
}

#content_right {
	width: 155px;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

#footer {
	height: 58px;
	width: 774px;
	text-align: center;
	background: url(../grfx/footer_bg.jpg) bottom left no-repeat;	
	font-size: 0.85em;
	color: #8e865a;
	text-align: center;
}

.footerlinks {
	background: url(../grfx/footer_links_bg.gif) center no-repeat;
	margin: 2px 0 0 0;
}

.footerlinks a {
	font-weight: bold;
	color: #8e865a;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin: -4px 0 0 0;
}

.footerlinks a:hover, .extras a:hover {
	text-decoration: underline;
}

.extras, .extras a {
	margin: -6px 0 0 0;
	color: #8e865a;
	text-decoration: none;
}

p.test_name, p.test_name a {
	margin: -10px 0 0 0;
	text-align: right;
	color: #b6a07b;
	text-decoration: none;
}

p.test_name a:hover {
	text-decoration: underline;
	color: #666;
}

ul#anchors a:hover {
	text-decoration: underline;
}

ul#anchors li {
	list-style-type: none;
	padding: 2px 0 2px 0;
}

ul#anchors li a {
	font-weight: bold;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

ul#anchors ul li a {
	font-weight: normal;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

ul.internal {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

* html ul.internal {
	margin-left: 40px;
	position: relative;
	z-index: 1;
}

.internal a {
	color: #b6a07b;
	text-decoration: none;
}
	.internal a:hover {
		text-decoration: underline;
		color: #666;
	}

.internal li {
	
}

.border {
	border: solid 2px #a1a919;
	float: left;
	margin: 4px 10px 0 0;
}