body {
	margin:0px;
	padding:0px;
	background:#ffffff;
}
.show { visibility:visible; display:block; }
.hide { visibility:hidden; display:none; }
.wrap {
	width:100%;
	text-align:left;
}
.ext {
	width:981px;
	text-align:left;
}
.block {
	width:861px;
}

/* HEADER */
#headwrp {
	height:130px;
	background-image:url("./images/headbg.gif");
	background-repeat:repeat-x;
}
#headext {
	height:130px;
	background-image:url("./images/headext.gif");
	background-repeat:no-repeat;
	background-position:top right;
}
#headblk {
	height:130px;
	background-image:url("./images/headbanner.gif");
	background-repeat:no-repeat;
}

/* FOOTER */
#footer {
	clear:both;
}
#footer td {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:8pt;
}
#footer td a {
	color:#000000;
}

/* BODY */
#bodywrp {
	background-image:url("./images/bodybg.gif");
	background-repeat:repeat;
}
#bodyext {
	background-image:url("./images/bodyext.gif");
	background-repeat:repeat-y;
	background-position:top right;
}
#bodydblk {
	background-color:#000000;
}

/* SIDE BAR */
#sidebar {
	position:absolute;
	background:#343434;
	background-image:url("./images/menubg.gif");
	background-repeat:no-repeat;
	float:left;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	width:142px;
	height:224px;
	text-align:right;
}
#sidebar .item {
	height:25px;
	margin-top:1px;
	position:relative;
	padding-right:5px;
	z-index:2;
	cursor:pointer;
}
#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	font-size:8pt;
	color:#707070;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:hover {
	color:#1f6537;
}
#sidebar a .selected {
	color:#1f6537;
}
#sidebar #panel {
	background:#ffffff;
	width:142px;
	height:25px;
	position:absolute;
	z-index:1;
}

/* CONTENT */
#content {
	float:right;
	width:719px;
	text-align:left;
	background:#ffffff;
}
#content2 {
	padding-top:0px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:5px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
}
#content2 #hr {
	height:1px;
	clear:both;
	background-image:url("./images/hr.gif");
	background-repeat:no-repeat;
	background-position:center;
	margin:16px;
}

#content2 h1 { height:25px; font-size:16pt; }
#content2 h2 { color:#1f6537; font-size:12pt; }
#content2 .bannerimg {
	width:640px;
	height:267px;
	border:0px solid black;
	position:relative;
	top:-3px;
}
