body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #dedacf;
	font: normal normal normal 1px/1px Verdana,Geneva,Arial,Helvetica,sans-serif;
	overflow:auto;
	overflow-x:hidden;
	height:500px;
}

#title {
	z-index:10;
	position: absolute;
	top:1px;
	left: 5px;
	background: #dedacf;
	font: normal normal bold 24px/28px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #943c35;
	padding-left:10px;
}
#nav {
	z-index:5;
	position: absolute;
	top: 10px;
	float:right;
	right: 10px;
	text-align:right;
	color: #dedacf;
	padding: 3px 3px 16px 0px;
	font: normal normal bold 9px/12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	border-bottom: solid 1px #000;
}

#leftblock {
	z-index:5;
	position: absolute;
	top: 70px;
	left: 25px;
	background: #7b6a4f;
	width: 50px; /* ie5win fudge begins */
	height: 350px; */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 50px;
	padding: 10px 10px 10px 10px;
}
html>body #leftblock {
	width: 50px; /* ie5win fudge ends */
}

#main {
	z-index:5;
	position: relative;
	margin: 0px 206px 20px 100px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #000;
	background: #fff;
	border: solid 1px #000;
	font: normal normal normal 10px/16px Verdana,Geneva,Arial,Helvetica,sans-serif;
	overflow: auto;
	overflow-x: hidden;
	height: 348px;
	top:70px;
	scrollbar-arrow-color: #7b6a4f;
	scrollbar-highlight-color: #7b6a4f;
}

#main input, #main select {
	border: solid 1px #7b6a4f;
	font: normal normal normal 10px/12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

input.inputbutton {
	background: #7b6a4f;
	border: solid 1px #000;
	color: #fff;
}

#right{
	position: absolute;
	top: 70px;
	right: 10px; /* Opera5.02 will show a space at right when there is no scroll bar */
	width: 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 190px;
}
html>body #right {
	width: 190px; /* ie5win fudge ends */
}

#topblock{
	position: absolute;
	background: #536d89;
	width: 170px;
	height: 160px;
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 20px 0px;
	color: #fff;
	overflow: hidden;
	font: normal normal bold 9px/12px "MS Sans Serif",Geneva,sans-serif;
}
#bottomblock{
	position: absolute;
	background: #943c35;
	height: 160px;
	width: 170px;
	top: 190px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	overflow: hidden;
	font: normal normal normal 9px/12px "MS Sans Serif",Geneva,sans-serif;
}

#topblock a:active, #topblock a:link, #topblock a:visited {
	color: #fff;
	text-decoration: none;
	font: normal normal bold 9px/12px "MS Sans Serif",Geneva,sans-serif;

}

#topblock a:hover {
	color: #fff;
	text-decoration: underline;
	font: normal normal bold 9px/12px "MS Sans Serif",Geneva,sans-serif;

}

#tagline{
	z-index: 500;
	position: absolute;
	top: 445px;
	float:right;
	right: 10px;
	text-align: right;
	font: normal normal bold 11px/13px "MS Sans Serif",Geneva,sans-serif;
	color: #000;
}

#nav a:active.menu, #nav a:link.menu, #nav a:visited.menu {
	color: #000;
	text-decoration: none;
	border-top: solid 1px #dedacf;
	border-bottom: solid 1px #dedacf;
	background: #dedacf;
	font: normal normal bold 10px/12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding: 1px 7px 1px 7px;
	margin-left: 5px;
}

#nav a:hover.menu {
	color: #000;
	text-decoration: none;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #dedacf;
	font: normal normal bold 10px/12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding: 1px 7px 1px 7px;
	margin-left: 5px;
}

h1 {
	font: normal normal bold 20px/24px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #7b6a4f;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font: normal normal bold 14px/16px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #7b6a4f;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a.edit_button {
	font: normal normal bold 8px/8px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #943c35;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
}


/* TABLES */
div.row{
	clear: both;
	padding-top: 0px;
	width: 100%;
}
div.row span.tdleft{
	float: left;
	padding: 1px 5px 1px 5px;
	font: normal normal normal 10px/12px "MS Sans Serif",Geneva,sans-serif;
	text-align: right;
	text-transform: capitalize;
	overflow: hidden;
}
div.row span.tdright{
	float: right;
	padding: 1px 5px 1px 5px;
	font: normal normal normal 10px/12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: left;
	overflow: hidden;
}
div.row span.tdcenter{
	float:left;
	padding: 1px 5px 1px 5px;
	font: normal normal normal 10px/12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: left;
	overflow: hidden;
	width:100%;
	border-bottom: solid 1px #000;
	margin-bottom: 6px;
}
div.row span.tdspace{
	float:left;
	padding: 1px 5px 1px 5px;
	font: normal normal normal 10px/12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: left;
	overflow: hidden;
	width:100%;
}


.tbl{width:95%;margin:10px 0px 0px 0px;padding:5px 5px 20px 5px;}

th {
	padding-right: 10px;
	font: normal normal bold 10px/16px Verdana,Geneva,Arial,Helvetica,sans-serif;
	border-bottom: solid 1px #000;
	margin-bottom: 5px;
	
}
td {
	padding-right: 10px;
	font: normal normal normal 10px/16px Verdana,Geneva,Arial,Helvetica,sans-serif;
	
}

input.red {
	border: solid 1px #000;
	background: #cc7972;
	font: normal normal normal 9px/11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #fff;
	padding: 1px 5px 1px 5px;
}

input.blue{
	border: solid 0px #fff;
	background: #536d89;
	font: normal normal normal 9px/11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #fff;
	padding: 1px 5px 1px 5px;
	margin: 2px 0px 2px 0px;
	text-align: left;
}

ul, li, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:active, a:link, a:visited{
	text-decoration:none;
	color:#7b6a4f;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#7b6a4f;
	font-weight:bold;
}