body {
	color: #663333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #697F92;
	display: table-row;
	vertical-align:middle;

}
strong, b{
	font-weight:bold;
	color:#6699CC;
	font-size: 16px;
}
em {
	font-weight:bold;
}
#wrapper {
	width: 700px;
	border: 2px solid #FFFFFF;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #EBE2BC;
}
#navigation {
	width: 700px;
	height: 80px;
	line-height: 25px;
	color:#FFFFFF;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight:bold;
	word-spacing: 5px;
	border-bottom: 2px solid #FFFFFF;
	text-align:center;
	background-image:url(siteimages/top.jpg);
}
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
#navigation a:hover {
	text-decoration:none;
	font-weight: bold;
	color:#FF9999;
	background-color:#EBE2BC;
	border: 1px solid #FF9999;
	padding: 3px;
}
#content {
	width:auto;
	height:auto;
	padding:10px;
}
#footer {
	width: auto;
	height: 25px;
	line-height: 25px;
	color:#FF9900;
	font-size: 10px;
	border-top: 2px solid #FFFFFF;
	text-align:right;
	padding-right: 10px;
}
#pageTitle {
	color:#A2B38F;
	font-size: 14pt;
}
a, a:link, a:active, a:visited {
	color:#FF6600;
}
a:hover {
	color:#0099CC;
}



