body
{
	font-size: 12px;
	color: #49681E;
	font-weight: bold;
	font-family: Verdana; 
}

a
{
	color: #49681E;
	text-decoration: none;
}

img
{
	border-width: 0px;
}

a:hover
{
	text-decoration: underline;
	background-color: #D0D2B9;
}

td{
	font-weight: normal;
}

.header
{
	position: absolute;
	width: 85%;
	height: 100px;
	top: 10px;
	left: 50px;
}

.nav_buttons
{
	position: absolute;
	width: 85%;
	height: 24px;
	top: 118px;
	left: 50px;
}

.middle
{
	position: absolute;
	width: 85%;
	height: 250px;
	top: 150px;
	left: 50px;
}

.middle_sc
{
	position: absolute;
	width: 85%;
	height: 440px;
	top: 150px;
	left: 50px;
}

.footer
{
	position: absolute;
	width: 85%;
	height: 180px;
	top: 410px;
	left: 50px;
}

.footer_l
{
	height: 150px;
	border-right: thin gray solid; 
	padding: 0px 20px 0px 0px;
	float:left; 
	width:45%;
	overflow: auto;
}

.footer_r
{
	height: 150px;
	padding: 0px 0px 0px 20px;
	float:right; 
	width:45%;
	overflow: auto;
}

.content
{
	padding: 20px 20px 20px 20px;
}

.header_tl
{

	background-color: #E9ECCF;
	background-image: url(images/hdr_tl.gif);
	background-repeat: no-repeat;
}

.header_tr
{
	background: url(images/hdr_tr.gif) no-repeat top right;
}

.header_bl
{
	background: url(images/hdr_bl.gif) no-repeat bottom left;
}

.header_br
{
	background: url(images/hdr_br.gif) no-repeat bottom right;
	
}

#logo
{
	position: absolute;
	top: 4px;
	left: 35px;
}

#titleText
{
	position: relative;
	color: #49681E;
	font-family: Brittanic Bold,Times New Roman,serif;
	font-size: 36px;
	margin 20px 20px 20px 80px;
}

#titleText:hover
{
	text-decoration: none;
	background-color: #E9ECCF;
}

.nav_buttons_l
{
	background-color: #49681E;
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
}

.nav_buttons_r
{
	background: url(images/nav_r.gif) no-repeat top right;
	text-align: center;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
}

.nav_button
{
	width: 65px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #D0D2B9;
	display: inline;
	padding: 0px 25px 0px 25px;
}

.nav_button:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #E9ECCF;
	background-color: #49681E;
}

#hilite
{
	color: white;
	cursor: arrow;
}

.middle_tl
{

	background-color: #DFE2C6;
	background-image: url(images/body_tl.gif);
	background-repeat: no-repeat;
}

.middle_tr
{
	background: url(images/body_tr.gif) no-repeat top right;
}

.middle_bl
{
	background: url(images/body_bl.gif) no-repeat bottom left;
}

.middle_br
{
	background: url(images/body_br.gif) no-repeat bottom right;
}


.nothing
{
		border: thin inset red;
}

a.BtnShowcase
{
		width: 150px;
		font-size: 10px;
		left: 10px;
		margin: 3px 0px 3px 0px;
		padding: 2px 0px 2px 0px;
		display: list-item;
		list-style-type: none;
}

a.BtnShowcase:hover
{
	text-decoration: none;
	background-color: #B3D66E;
}

.content_sc
{
	position: absolute;
	left: 200px;
	top: 15px;
	margin: 0px 15px 0px 0px;
	visibility: hidden;
}

#showcaseButtons
{
	width: 150px;
	position: absolute;
	height: 260px;
	padding: 10px;
	left: 10px;
	
}