body { 
	background-color: #fff;
	margin: 0px; 
}

table {
	border-collapse: collapse;
}

#body {
	padding: 5px;
	padding-top: 2px;
	padding-right: 100px;
}

#sidebar_nav {
	padding-top: 25px;
	padding-bottom: 100px;
}

#sidebar_nav div {
	padding: 4px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	margin-right: 12px;
	/* border-right: 5px solid darkblue;
	background-color: lightblue; */
	background-color: rgb(181, 229, 217);
	border-right: 5px solid rgb(109, 191, 171);
}

#sidebar_nav a {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

#sidebar_nav a:hover {
	text-decoration: underline;
}

.error {
	background-color: red;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	padding: 5px;
	margin-top: 10px;
}

a {
	color: blue;
}

a:hover {
	color: red;
}

table.main {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.list {
	width:75%;
}

table.list td {
	width:50%;
}

p {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color: black;	
}

h1 {
	margin: 0px;
	padding: 5px;
	font-family: Times New Roman;
	font-size: 16pt;
	font-weight: bold;
	color: black;
}

h2 {
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(46,96,98);
}

h3 {
	font-family: Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #009;
}

h4 {
	font-weight: bold;
	text-decoration: underline;
}

h5 {
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	/* background-color: rgb(185,188,142);
	border-color: rgb(136,138,103); 
	color: rgb(220,223,173);*/
	background-color: rgb(181, 229, 217);
	color: rgb(109, 191, 171);
	border-top: 1px solid;
	border-bottom: 1px solid;
}

div.statement {
	font-style: italic;
	padding: 5px;
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: normal;
	color: black;
}

div.contact {
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: white;				
}

div.contact a {
	font-weight: bold;
	color: white;
}

