html{
   height: 100%;
   width: 100%;
   margin: 0em;
   padding: 0em;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#footer #footermenu {
	float: right;
	padding-top: 4px;
	padding-right: 20px;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #a5a37d;
}

#submenu {
	background-image: url(/images/submenubg.png);
	height: 30px;
	clear: both;
}

#pagename {
	display:none;
}

#container {
	height: 100%;
	width: 768px;
	background-color: #ffffde;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#footermenu a {
	color: #000000;
	text-decoration: none;
}

#mainnavigation .item a {
	color: #000000;
	text-decoration: none;
}

#mainnavigation .selecteditem a {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

#header {
	width:inherit;
	height:157px;
	background-image: url(/images/topbg1.jpg);
	background-repeat: no-repeat;
}

#logobackground {
	background-image: url(/images/topbg1.png);	float: left;
	height: 157px;
	width: 241px;
	background-repeat: repeat-x;
}

#logo {
	background-image: url(/images/logo.png);	height: 157px;
	width: 241px;
	float: left;
}

#mainnavigationbackground {
	float: right;
	height: 157px;
	width: 527px;
	background-image: url(/images/topbg1.png);	background-repeat: repeat-x;
}

#mainnavigation {
	width: 527px;
	padding-top: 127px;
	float: right;
	z-index: 999;
	position: absolute;
}

#mainnavigation .item {
	float: right;
	font-size: 14px;
	height: 20px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-position: center;
	cursor: pointer;
}

#mainnavigation .maintableft {
	float: right;
	font-size: 14px;
	height: 30px;
	background-image: url(/images/maintab_left.png);	padding: 0px;
	width: 16px;
}

#mainnavigation .maintabright {
	float: right;
	font-size: 14px;
	height: 30px;
	background-image: url(/images/maintab_right.png);	padding: 0px;
	width: 16px;
}

#mainnavigation .selecteditem {
	float: right;
	font-size: 14px;
	height: 20px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(/images/maintab_middle.png);
	text-align: center;
	cursor: pointer;
}

#contentcontainer {
	background-color: #FFFFFF;
	height: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content {
	margin-top: 20px;
	clear: both;
	height: auto;
	text-align:justify;
}

#content .title {
	font-size: 12pt;
	font-weight: bolder;
	color: #658554;
}
#content .contentruler {
	border: 0;
	width: 100%;
	height: 1px;
	color: #eee;
	background-color: #eee;
	clear: both;
}
#content a {
	color: #658554;
	text-decoration: underline;
}
#footer #copyright {
	float: left;
	padding-top: 4px;
	padding-left: 20px;
}

#footer {
	background-image: url(/images/footer.png);
	background-repeat: repeat-x;
	clear: both;
	height: 23px;
}

#submenu .item {
	float: left;
	height: 16px;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-position: center;
}

#submenu .subtableft {
	float: left;
	height: 30px;
	width: 12px;
	background-image: url(/images/submenutab_left.png);
	padding: 0px;
}

#submenu .subtabright {
	float: left;
	height: 30px;
	width: 11px;
	background-image: url(/images/submenutab_right.png);
	padding: 0px;
}

#submenu .selecteditem {
	float: left;
	height: 16px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(/images/submenutab_middle.png);
	text-align: center;
}

#submenu .item a {
	color: #000000;
	text-decoration: none;
}

#submenu .selecteditem a {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

#sitemap a {
	text-decoration: none;
}

#sitemap .sitemap_main {
	color: #000;
}

#sitemap .sitemap_sub1 {
	color: #666;
}

#sitemap .sitemap_sub2 {
	color: #666;
}

#sitemap h3 {
	font-size: 10pt;
	font-weight: bolder;
	padding:0;
	margin:0;
}

#login input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}

.contentimage {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: right;
}

.objectimage {
	border: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width:228px;
	height:228px;
	float:left;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
.loggedinmssg {
	height: 16px;
	padding-top: 14px;
	float: right;
	color:#999;
}
.missingfield {
	color: #f00;
	font-weight: bolder;
}
tr.listingtoprow td {
	background-image:url(/images/footer.png);
	color: #000;
	height: 23px;
	font-weight: bolder;
	text-align: left;
}
tr.listingitemrow td {
	border-bottom: 1px solid #999;
}

.image {
	border: 1px solid #658554;
}
.objectmembernumber {
	font-style: italic;
}
