body {
	margin: 0;
	padding: 0;
	color: #0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	behavior:url("/common/csshover.htc");
}
.imgFader{ position:relative; filter:alpha(opacity=0); }
p {
	padding: 3px;
	margin: 3px;
	font-size: small;
}
h2 {
	padding: 5px;
	font-size: medium;
}
h3 {
	padding: 5px;
}
.smallpictureborder {
	border-style: ridge;
	border-width: thin;
	border-color: #fe5;
	margin: 0.1em;
}
.pictureborder {
	border-style: ridge;
	border-width: medium;
	border-color: #deb29e;
	margin: 0.4em;
}
a:link {
	color: #b58600;
}
a:visited, a:active {
	color: #461302;
}
.Wrapper {
	width: 100%;
}
.Header {
	height: 75px;
	background-color: #eee;
}
.HeaderMessage {
	padding-top: 00px;
	height: 75px; 
	background-color: #b58600; 
	width:100%; 
}
#Main {
	border-width: thin;
	border-color: #111;
	border-style: solid;
	background: #eee url("/Images/Bentley.gif") no-repeat 120px 150px;
	width: 810px;
	min-height: 800px;
}
.Footer {
	width: 810px;
	position: fixed;
	bottom: 0px;	
	font-size: small;
}
.FooterMsg {
	width: 100%;
	background-color: #111; 
	color: white;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.clear { 
	clear: both; 
}
.Tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.Big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}