html,body { 
	font: 8pt/16pt Verdana, sans-serif; 
	margin: 0px;
	background: url(images/bg.gif) repeat;
	height: 100%;
	padding: 0px;
}

h2 {
font: verdana, sans-serif;
size: 4;
}


hr { 
	width: 85%;
}

#left {
	top: 0px;
	position: absolute;
	width: 15%;
	min-height: 100%;
	background: url(images/leftbg.gif) repeat right;
	background-repeat: repeat-y;
}

#right {
	top: 0px;
	position: absolute;
	width: 15%;
	left: 85%;
	min-height: 100%;
	background: url(images/rightbg.gif) repeat;
	background-repeat: repeat-y;
}

#rightbg {
top: 0px;
position: absolute;
left: 85%;
width: 15%;
min-height: 100%;
background: url(images/bg.gif) repeat top;
}

#leftbg {
top: 0px;
position: absolute;
width: 15%;
min-height: 100%;
background: url(images/bg.gif) repeat top;
}

#content {
top: 25%;
Width: 98%;
position: absolute;
padding: 10px;
}

#menu {
	position:absolute;
	top: 7px;
	left: 12%;
	width: 70%;
	height: 25px;
	text-align: right;

}

#logo { 
	position: absolute;
	top: 30px;
	left: 8%;
	width: 241px;
	height: 138px;
	background: url(images/logo.gif) no-repeat;
}

.cssnav	{
	position:relative;
	float: right;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(images/ovrbtn.gif) no-repeat;
	width: 94px;
	height: 36px;
	overflow:hidden;
}

.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 94px;
	height: 36px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	overflow:hidden;
}

.cssnav a:hover {
	color: #ffffff;
}
			

.cssnav img {width: 94px; height: 36px; border: 0; }

* html a:hover {visibility:visible}

.cssnav a:hover img{visibility:hidden}

.cssnav span {
    position: absolute;
    left: 0px;
    top: 6px;
    text-align: center;
    width: 94px;
    cursor: pointer;
}

a:hover { 
  color: #2A9B4A;
}

a:visited:hover { 
  color: #2A9B4A;
}

a:visited {
  color: #05779D;
}

a {
  color: #05779D; 
}

