body {
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	font-weight: bold;
	background-color: #f5f5f5;
}

#bd {
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
}

#doc2 {
	width: 930px;
	background-color: #ffffff;
	border-left: 4px solid #eeeeee;
	border-right: 4px solid #eeeeee;
	padding:5px;
}

#header {
	text-align: right;
	padding-right: 5px;
}

a {
	color: #043769;
}

#nav {
	width: 180px;
	background-color: #ffffff;
	padding: 5px;
	float: left;	
}

#nav li a {
	padding-bottom: 5px;
	font-size: 14px;
}

#thumb_container {
	width: 710px;
	float: right;
	margin-left: 5px;
	border-left: 1px solid #eeeeee;
}

#thumb {
	float: left;
	width: 160px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#thumb img {
	border: 1px solid #000000;
	width: 160px;
}

#link {
	text-align: center;
}

#description {
	width: 160px;
	height: 100px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#thumb_container a:link img, #thumb_container a:active img, #thumb_container a:visited img {
	border: 4px solid #cccccc;
}

#thumb_container a:hover img {
	border: 4px solid #7a89fc;
}

#ft {
	text-align: right;
	padding-right: 20px;
}

#archives {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	float: left;
	margin: 2px;
}

hr {
	text-align: center;
	width: 900px;
	border: none 0; 
	border-top: 3px double #cccccc;
	height: 3px;
	clear: both;
}