body {

	background-color: #5D6769/*#47524E*/;
	font: normal 12pt "Trebuchet MS", Verdana, Arial, sans-serif;
}
		
h1, h2, h3, h4, h5 {
	/*margin: 1%;*/
	text-align: center; 
	color: #000000;
}

p {
	margin: 3%;
}
		
a:link,  {
	color: #660066; 
	text-decoration: none; 
}

a:visited {
	color: purple;
	text-decoration: none;
}
		
a:hover {
	background: thistle; 
}

div.logo {
	clear: both;
	text-align: left;
	margin-bottom: 2px;
}
	
div.logo img {
	border-width: 0;
}

div.img {
	text-align: center;
}

div.caption {
	text-align: center;
}

div.navbar { 
	float: left;
	width: 178px;
	height: 505px;
	background-image: url(/images/nav-bar.jpg);
}
	
div.navbar p {
	font-size: 11pt; 
	color: yellow; 
	text-align: left;
	padding: 4%;
}

div.navbar p a:link {
	color: yellow;
	text-decoration: none;
}

div.navbar p a:visited {
	color: ivory;
	text-decoration: none;
}

div.navbar p a:hover {
	background: none;
}
	
div.main {
	float: left;
	background: ivory;
	width: 80%;
}

div.main p {
	font-size: 12pt:
}

div.table {
	text-align: right;
	border: 1px solid black;
	margin: 2%;
	padding: 1%;
	
}

div.table p {
	text-align: left;
}

div.table img {
	text-align: left;
	margin: 1%;
}
	
div.footer2 {
	clear: both;
	text-align: center;
	border-top: 3px;
	border-top-style: solid;
	border-color: #5D6769;
	background: #5D6769; 
}

div.footer p {
	margin: 1%;
	padding: 1%;
	
	
}

div.footer p a:link, div.footer p a:visited {
	color: ivory;
	
}
		
div.caption {
	font-size: smaller;
}
	
	
		
	