body {
 	font:100% arial, verdana, helevetica, sans-serif;
	background:#444;
	color:#443337;
	padding:0;
	margin:0;
}
table, th, td, tr, form, div, h1, h2, h3, h4, p, img, li {
	margin:0;
	padding:0;
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:.5em 10px;
	color:#000;
	font-family:arial, verdana, helevetica, sans-serif;
}
p, li {
 	font:70% verdana, helevetica, sans-serif;
	margin:1em 10px;
	padding:0;
}
table {
	width: 100%;
	border-collapse: collapse;
}
h1 {
	font-size:125%;
	color:#2e5baa;
}
h2 {
	font-size:125%;
	color:#000;
}
h3 {
	color:#000;
	font:bold 70% verdana, sans-serif;
}
h4, h5, h6 {
	font:bold 70% times new roman, georgia, serif;;
	color:#666;
}
ul {
	margin:1em 15px 1em 3em;
	list-style:none;
	padding:0;
}
a:link {
	text-decoration:underline;
	color:#454545;
}
a:hover {
	text-decoration:none;
}

	/* Grid */

#pg {
	width:990px;
	overflow:hidden;
	margin:auto;
	text-align:left;
	background:#fff;
}
#hd {
	height:165px;
	background:url(../images/hdbg.jpg) no-repeat;
}
.lcol {
	float:left;
	width:215px;
	overflow:hidden;
}
.lcol ul {
	margin:0;
}
.lcol ul li {
	margin:0 0 5px 10px;
	background:url(../images/menubg.gif) no-repeat;
}
.lcol ul a {
	color:#8e4f17;
	text-decoration:none;
	display:block;
	font-size:120%;
	font-weight:bold;
	min-height:27px;
	_height:27px;
	line-height:190%;
	padding:0 10px;
}
.lcol .thispage, .lcol ul a:hover {
	background:url(../images/menuact.gif) no-repeat;
	color:#555;
}
.mcol {
	float:left;
	width:552px;
	overflow:hidden;
}
.content {
	border:2px solid #fddb73;
	background:#fffacf;
	margin:10px 10px 15px 0;
}
.content p {
	line-height:130%;
}
.rcol {
	width:223px;
	float:right;
	overflow:hidden;
}
.rcol img {
	margin:0 10px 7px 0;
}
#ft {
	width:95%;
	clear:both;
	padding:10px 0;
	color:#c6c6c6;
	margin:auto;
}
#ft a {
	color:#c6c6c6;
}

	/* Left submenu */

#submenu {
	margin:5px 0 0 0;
	background:#fddb73;
	border:1px solid #fcc439;
	border-top:0;
	width:190px;
	font-size:15px;
}
#submenu li {
	margin:0;
	background:none;
}
#submenu a {
	border-top:1px solid #fcc439;
	line-height:230%;
}
#submenu a:hover {
	background:#f59e54;
}

	/* Forms */

#recform {
	width:95%;
	margin:auto;
}
#recform label, #recform input, #recform select, #recform textarea {
	float:left;
	display:block;
	font:11px verdana, sans-serif;
	margin:3px 0;
}
#recform label {
	width:200px;
	clear:both;
	text-align:right;
	padding-right:15px;
	position:relative;
	top:2px;
}
#recform input, #recform select, #recform textarea {
	width:250px;
	border:1px solid #ccc;
	background:#fafafa;
	padding:2px;
}
#recform .check input {
	width:15px;
	height:15px;
	padding:0;
	_border:0;
	_background:transparent;
	position:relative;
	top:2px;
}
#recform .check label {
	width:440px;
}
#recform .check label, #recform .check input {
	margin:10px 0;
}
#recform .btn {
	clear:both;
	float:right;
	width:80px;
	margin-bottom:20px;
	margin-right:10px;
	_margin-right:5px;
	height:auto;
}
#recform select {
	width:255px;
}
#recform input {
	height:15px;
	line-height:130%;
}
#recform br {
	clear:both;
}
.hidden {
	display:none;
	visibility:hidden;
	position:absolute;
}

	/* Corners */

.lt, .rt, .rb, .lb { position:relative; width:100%; height:100%; }
.lt { background:url(../images/corners/contentlt.gif) left top no-repeat; bottom:2px; right:2px; }
.rt { background:url(../images/corners/contentrt.gif) right top no-repeat; left:4px; }
.rb { background:url(../images/corners/contentrb.gif) right bottom no-repeat; top:4px; }
.lb { background:url(../images/corners/contentlb.gif) left bottom no-repeat; right:4px; }

	/* Addon */

.content:after, .lb:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:1px;
	visibility:hidden;
}
.clear {
	clear:both;
	width:95%;
	height:0;
	font-size:1px;
}
.content .lb {
	zoom:1;
}

	/* Administration panel */
	
.edit {
	position:absolute;
	background-color:#D7ECED;
	border:1px solid #4283C5;
	filter: Alpha(Opacity=85);
	padding:2px;
	z-index:1;
	color: #666666;
}
.edith {
	position:absolute;
	background-color:#A0C1E2;
	border:1px solid #4283C5;
	filter: Alpha(Opacity=90);
	padding:2px;
	cursor: hand;
	z-index:1;
	color: #ffffff;
}
.admin {
	position:absolute;
	right:50px;
	top:25px;
	width:165px;
	background-color:#EBF5F6;
	border:2px solid #4283C5;
	padding:4px;
	filter: Alpha(Opacity=85);
	z-index:1;
}
.adminh {
	position:absolute;
	right:50px;
	top:25px;
	width:165px;
	background-color:#FFFFFF;
	border:2px solid #4283C5;
	padding:4px;
	filter: Alpha(Opacity=100);
}
.adminh a, .admin a {
	padding:2px 4px;
	color: #A0C1E2;
}
.admin a:hover, .adminh a:hover{
	padding:2px 4px;
	color: #4283C5;
}
