	body {
		margin-top: 40px;
	}
	.container {
		border: #4F5357 2px solid;
		}
	.content {
		font-family: verdana;
		font-size: small;
		color: #ffffff;
		padding: 20px;
		}
        .content td {
            font-family: verdana;
            font-size: small;
            color: #ffffff;        }
	.footer {
		font-family: verdana;
		font-size: small;
		color: #ffffff;
		text-align: center;
		}
	a {
		color: #d8b880;
		font-weight: bold;
		text-decoration: none;
		}
		h2 {
		font-size: small;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		}
		caption {
		font-size: small;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		}		
	p {
		font-size:strong;
		}
	.header {
		padding: 20px;
		}
	.navigation {
		font-family: Verdana;
		font-size: small;
		font-weight: bold;
		color: #ffffff;
		text-align: right;
		padding: 20px 0px 0px 10px;
		background-color: #000000;
		}
	.navigation a {
		color: #d8b880;
		text-decoration: none;
		}
	.navigation a:hover {
		color: #4F5357;
		}
	td {
		background-color: #000000;
		font-family: Verdana;
		font-size: small;
		font-weight: bold;
		color: #ffffff;
		}
	.whiteborder {
		border-width:0px;
		border-right: #6f6d7a 1px solid;
		border-bottom: #6f6d7a 1px solid;
		border-top: #6f6d7a 1px solid;
		border-left: #6f6d7a 1px solid;
    		}   
	.image_frame {
		border-width:0px;
		border-right: #6f6d7a 2px solid;
		border-bottom: #6f6d7a 2px solid;
		border-top: #000000 2px solid;
		border-left: #000000 2px solid;
    		}   
	.caption {
		font-family: verdana;
		font-size: small;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
		text-decoration: none;
		padding: 20px;
		}			
	.copyright {
		font-family: verdana;
		font-size: x-small;
		font-weight: bold;
		color: #d8b880;
		text-align: center;
		padding: 20px;
		}
	.header1 {
		font-family: Verdana;
		font-size: large;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		}			
	.headercenter1 {
		font-family: verdana;
		font-size: small;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		padding: 20px;
		}			

<style type="text/css">

/*CSS Menu  */

#navcontainer
{
background: #f0e7d7;
margin: 0 auto;
padding: 1em 0 0 0;
font-family: georgia, serif;
text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 80%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #802020;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
