body {
	background-color: white;
	margin: 30px;
	font-size: 10pt;
	font-family: "Helvetica", Helvetica;
}

h1 {
	font-family: "Helvetica", Helvetica;
	font-size: 12pt;
	font-weight: bold;	
}

h2 {
	font-family: "Helvetica", Helvetica;
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	font-family: "Helvetica", Helvetica;
	font-size: 11pt;
	text-decoration: underline;	
}

h4 {
	font-family: "Helvetica", Helvetica;
	font-size: 11pt;
	font-weight: bold;
	
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #FA8072;
}

a:hover {
	text-decoration: none;
	color: #FF1493;
}

#container {

}

#header {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#header h1 {
	margin: 0;
	padding: 0;
/*	padding-top: 7px;
	padding-bottom: 7px;*/
	display: inline;
}

#header h3 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#header a:link, #header a:hover, #header a:active, #header a:visited {
	text-decoration: none;
	color: black;
}

#header ul  {
	display: inline;
	padding-left: 0;
}

#header li {
	display: inline;
	padding-left: 20px;
	padding-right: 0px;
}

#header ul li a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
/*	background-image: url('/highlight3.png');*/
	background-repeat:no-repeat;
}

#sidebar {
	
}

#sidebar ul {
	list-style: none;
	padding-left: 0;
}

.indent {
	text-indent:0px;
}

/*#sidebar .indent a:link, #sidebar .indent a:active, #sidebar .indent a:visited {
	text-decoration: underline;
}*/

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	text-decoration: none;
	color: black;
}

#sidebar ul li a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
/*	background-image: url('/highlight3.png');*/
	background-repeat:no-repeat;
}

/*#sidebar .indent a:hover {
	text-decoration: none;
	color: white;
	background-color: #c0c0c0;
	background-repeat:no-repeat;
}*/

.main h1 {
	margin-top: 0px;
}
.main p {
	margin-top: 0px;
	/*width: 750px;*/
	text-indent: 0px;
	text-align: justify;
	margin-bottom: 0px;
}

#links {
	margin-left: 0px;
}

.description {
	margin-bottom: 0;
}

.dates {
	font-weight: bold;
	margin-bottom: 0;
}
