body 	{ 	
	background: #eeeeee; 
	color: black;
	padding: 0px;
	margin: 0px
	}

a.MenuClass:link,a.MenuClass:visited
	{
	color: #eedddd;
	background-color: #bf9d75;
	font-size: 12px;
	position: relative;
	border: solid #bf9d75 1px;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	}

a.MenuClass:hover
	{
	color: #ffffff;
	background-color: #9d8372;
	font-size: 12px;
	position: relative;
	border: 1px inset #eedddd;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	}

#ContentBox
	{
	border: solid #9d8372 2px;
        color: #555555;
        padding: 10px;
	margin: 20px
	}

#HeaderBox
        {
        color: #555555;
        font-size: 18px;
        font-family: times, sans-serif;
        text-decoration: none;
        font-weight: 300;
        text-align: center
 	}

#DefBox
        {
	color: #555555;
	font-size: 17px;
	font-family: times, sans-serif;
	text-decoration: none;
	font-weight: 300;
        }

#FootBox
	{
	border: solid #9d8372 2px;
        color: #555555;
        font-size: 12px;
        font-family: times, sans-serif;
        text-decoration: none;
        font-weight: 300;
        padding: 10px;
        margin: 20px
        }

#NavBox
	{
	border-style: none;
	height: 96px;
	margin: 0px;
	padding: 0px;
	width: 850px;
	}

#TopBg
        {
        border-style: none;
        background-color: #bf9d75;
        height: 96px;
        margin: 0px;
        padding: 0px;
        width: 100%;
        }
										
.floatright 
	{ 
	float: right; 
	margin: 0 20 20px 0px;
	clear: right;
	}

.floatleft
        {
        float: left;
        margin: 0 20 20px 0px;
        clear: left;
        }

a:link,a:visited
        {
        color: #bf9d75;
        font-family: sans-serif;
        text-decoration: none;
        font-weight: 300;
        }

a:hover
	{
	color: #009d75;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: 300;
	}

img
	{
	border: 0px;
	}
