html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}
body {
	margin:0px;
	padding:0px;
	background-color: #FDFDE9;
	text-align: center;
	height: 101%;
	width: 100%;
	background-image: url(../_images/bg.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#pg_container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 791px;
	padding: 20px;
}
#page {
	border: 10px solid #928f71;
	width: 771px;
	background-color: #FFFFFF;
}
#footer {
	border: 10px solid #928f71;
	background-color: #FFFFFF;
	margin-top: 20px;
	font-size: 12px;
}
#footer td{
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
#footer a{
	color: #928F71;
	text-decoration: none;

}
#footer a:hover{
	color: #A10B01;
	text-decoration: underline;

}
#sideNavColumn {
	background-image: url(../_images/navBg.gif);
	width: 264px;
	background-repeat: repeat-y;
	padding: 0px 10px 0px 40px;
	vertical-align: top;
	text-align: left;
}
#sideNavBottom {
	background-image: url(../_images/navBottom.gif);
	width: 314px;
	background-repeat: no-repeat;
}
#contentColumn {
	width: 427px;
	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;
}
#sideNav {
	text-transform: capitalize;
}
/* Start Nav */
#sideNav ul{
	margin:0px;
	padding:0px;
	list-style: none;
}
#sideNav li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sideNav a{
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 0px;
	color: #6D6B54;
	margin: 0px 20px 0px 0px;
	border-bottom-color: #C8C6B7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#sideNav a:hover{
	color: #a10b01;
}
/* End  Nav */
#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: #A10B01;
}
#content a:hover {
	text-decoration: none;
	color: #65634E;
}
.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;
}

<!-- tab css -->

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
width: 400px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
display:none;
}

<!-- end tab css -->

