body {
	margin: 0;
	padding: 0;
	background: #cecece;
	background-image:url(images/background2.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: black;
	font: Arial, Helvetica, Verdana, sans-serif;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header h3 {
	font-family: Arial;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	font-variant: small-caps;
}
#content {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	padding: 2px;
}
#content p {
	padding: 2px;
}
#content h4 {
	font-weight: bold;
	text-decoration: overline;
}
#content table {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	padding: 2px;
}
#sidebar {
	font-family:Arial;
	font-size: 11px;
	text-align: left;
	padding: 2px
	}
#sidebar h4 {
	text-decoration: overline;
	text-align: left;
}	
#sidebar a:link, #sidebar a:visited {
	color: #003399;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

