body {
	margin: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;

}
#container{
	width: 800px;
	vertical-align: top;
}
#topLogo{
	background-image: url(images/top_header.jpg);
	background-color: ADB59D;
	height: 138px;
}
#breadCrum{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 16px;
	background-color: ADB59D;
	padding: 5px 5px 5px;
	width: 800px;
	height: 40px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#breadCrum a{
	text-decoration: underline;
	color: #000000;
}
#breadCrum a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#content{
	width: 800px;
	vertical-align: top;
	height: 450px;

}
#menu{
	background-color: #FFFFFF;
	width: 150px;
	margin-right: 20px;
	vertical-align: top;
}

#info{
	vertical-align: top;
	width: 630px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color:  #482400;
	height: 170px;
}

#info a{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color:  #333333;
}

#info a:hover{
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	color:  #000000;

}
#footer{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	background-color: ADB59D;
	width: 800px;
	height: 34px;
	margin-top: 20px;
	padding: 5px;
}
#footer a{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover{
	text-decoration: underline;
	color: #000000;
}
.Headings {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	color: #336666;
	font-size: 16px;

}
.Main {
	color: #482400;
	font-style: normal;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.fancy {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color: #336666;
	font-style: normal;
	font-size: 68%;
	font-weight: bold;
}
.SubHeading {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	color: #336666;
	font-style: normal;
}
.fancy2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color: #336666;
	font-style: italic;
	font-size: 68%;
	font-weight: normal;
}
#button {
	width: 150px;
	padding: 0 0 0em;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-color: #ADB59D;
	color: #333;
	vertical-align: top;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #919884;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #B9C1A8;
	border-right: 10px solid #9CA38D;
	background-color: #ADB59D;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

html>body #button li a {
	width: auto;
	vertical-align: top;
}

#button li a:hover {
	border-left: 10px solid #9CA38D;
	border-right: 10px solid #B9C1A8;
	background-color: #9CA38D;
	color: #fff;
}
.padding {
	padding: 3pt;
}

.smallbread {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
}

#links{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px;
	color: #5A6666;
	font-weight: bold;
}
#links a{
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}

#links a:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}

