.header{
	background-color:#D2AE8D;
}

.heading{
	background-color:#825B3D;
	color:#CCCCCC;
	font-size:larger;
	font-weight:bold;
	padding:3px;
}
.rightimage {
	float: right;
	margin:3px;
	border:solid 1px white;	
}
.leftimage {
	float: left;
	margin:3px;
	border:solid 1px white;	
}
.text{
	background-color:#E3DBD5;
	padding:5px;
	text-align:justify;
}

.mainTable{
	width:760px;
}

.linksTable{
	background-color:#E3CDB5;
	height:218px;
}

.footer{
	text-align:center;
}

.navPanelLinks{
	float:left;
	display:inline;
	width:160px;
	height:218px;
}

.navPanelPic{
	float:left;
	display:inline;
}

.button{
	background-color:#E3CDB5;
	border-bottom:solid 2px #D2AE8D;	
	padding-left:3px;	
}
.button a{
	color:#8C6B61;
	text-decoration:none;
}
.button a:hover{
	color:black;
}

.clearer{
	height:10px;
	background-color:white;
}

.picturePanel{
	background-color: #D2AE8D;
	text-align:center;	
}

.middlePic{
	padding:10px;
}

.footer{
	background-color:#825B3D;
	padding:3px;
	text-align:center;
	font-size:small;
	color:#CCCCCC;
}

/* HTML elements */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mainlinks {
	font-size: 14px;
}
.mainlinks a {
	color: #333333;
	text-decoration: none;
}
.mainlinks a:hover {
	color: #333333;
	text-decoration: underline;
}
.smalllinks a {
	color: #333333;
	text-decoration: none;
}
.smalllinks a:hover {
	color: #333333;
	text-decoration: underline;
}
