html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}
body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	text-align: center;
	height: 101%;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 791px;
	padding: 0px;
}
#page {
	width: 771px;
	background-color: #FFFFFF;
	height: 100%;
}
#footer {
	background-color: #FFFFFF;
	margin-top: 20px;
	font-size: 11px;
	border-top: solid #78929F 5px;
	padding-top: 10px;
	color: #78929F;
}
#footer td{
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
#footer a{
	color: #78929F;
	text-decoration: none;
}
#footer a:hover{
	color: #7A8055;
	text-decoration: underline;
}
#sideNavColumn {
	width: 270px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	background-color: #655A3C;
	border-left: solid #78929F 5px;
	border-right: solid #78929F 5px;
}
#contentColumn {
	padding: 10px 10px 10px 20px;
	vertical-align: top;
	text-align: left;
}
#contentColumnBottom {
	width: 427px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
}
#headerColumn {
	background-image: url(../_images/headerBg.jpg);
	background-repeat: repeat-x;
	width: 437px;
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
}
#sideNavContactDetails {
	font-size: 15px;
	color: #a10b01;
	border-bottom-color: #C8C6B7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 8px;
	padding-bottom: 12px;
	margin: 5px 20px 5px 0px;
}
#sideNavColumnTop {
	background-image: url(../_images/headerBg.jpg);
	background-repeat: repeat-x;
	width: 314px;
}
#headerColumn h1 {
	font-size: 20px;
	font-weight: normal;
}
.floatLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.floatRight {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content a {
	text-decoration: none;
	color: #A85E13;
}
#content a:hover {
	text-decoration: none;
	color: #78929F;
}
.smallText {
	font-size: 10px;
}
#content input, #content textarea, #content select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#OFMLogo {
	font-size: 10px;
	color: #DAD2A7;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
}
#OFMLogo a {
	font-size: 10px;
	color: #AFAD98;
	text-decoration: none;
}
#OFMLogo a:hover{
	font-size: 10px;
	color: #AFAD98;
}
#container #page #contentTable {
	height: 100%;
}
#contentHeader {
	border-bottom: solid #78929F 5px;
	text-align: right;
	padding-top: 25px;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #78929F;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#content {
	padding-top: 15px;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
}
#content h4 {
	font-size: 14px;
	color: #78929F;
}
.redHighlight {
	color: #FF0000;
}
