* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial;
}	


body {
	background-color:white;
	color: black;
}
body, td {
	font-size:14px;
}

h1 {
	font-size:30px;
	font-weight:normal;
	padding-bottom:11px;
	margin-bottom:11px;
	color:#086868;
}

table {
	border-collapse:collapse;
}	
td {
	vertical-align:top;
}
a {
	color:#D59F1D;
	text-decoration:none;
}
a:hover {
	color:#086868;
	text-decoration:underline;
}
ul {
	margin-left:20px;
	list-style-image:url('/graphics/dot.jpg'); 	
}

li {
	margin-bottom:0px;
}
img {
	border:none;
}

#center {
	width:984px;
	overflow:display;
	margin-bottom:30px;
}

#contenttable {
	width:100%;
	margin-top:58px;
	color: #086868;	
}

#caption {
	margin-top:21;
	margin-left:10px;
	
}

#headerabout {
	display:none;
}

#footer {
	width:223px;
	background:url('/graphics/footer_line.jpg') no-repeat left top;
	padding-left:12px;
}

