/* research site version 2.0 */
/* coded by l.watts@monumental */
/* generic style */

/* container */

body {
	text-align: center; /* IE bug fix to force center */
	background-color: #CCCCCC;
}
#container {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#nav {
	position: relative;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 15px;
	letter-spacing: 0.1em;
	z-index: 2;


}
#contentbox {
	position: relative;
	width: 300px;
	font-family: Lucida, Verdana, Helvetica, sans-serif;
	z-index: 1;
	text-align: left;
	margin-right: auto;
	margin-left: auto;

}
/* site header */

#siteheader {
	letter-spacing: 0.2em;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;





	
}

/* content */

p {
	font-size: 11px;
	margin-top: 10px;	/* margin alters paragraph spacing */	
	margin-bottom: 10px;
	color: #333333;
	clear: both;
}
p a {
	color: #333333;
}
/* title */
h1 {
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 40px;
	font-weight: normal;


}
h2 {
	font-size: 11px;
	letter-spacing: 0.1em;
	clear: both;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;


}
h3 {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	text-align: right;
}
/* caption */
h5 {
	font-size: 10px;
}
/* footer */
h6 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	clear: both;
	text-align: center;
	margin: 0px;
}
h6 a {
	color: #999999;
}
.clear {
	clear: both;
}
#back {
	clear: both;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;


	
}
/* nav */

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li a {
	float: left;
	background-color: #FFFFFF;
	color: #333333;
	display: block;
	line-height: 15px;
	width: 190px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#nav ul li a:hover {
	background-color: #999999;
	color: #FFFFFF;
} 
#nav ul li {
	float: left; /* IE double-margin bug fix */ 
}
#nav ul {
	text-indent: 0px; /* IE margin indent bug fix */
}

