
body {
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 75%;
	margin: 0;
	padding: 0;
	
}


#layout {
width: 748px;
height:540px;
background-color : #999999;
border : thin solid;
position: absolute;
top: 0px;
align: center;
left: 13%;
}
.logo {
width: 183px;
height: 60px;
padding: 0px;
background : #ffffff top;
position: absolute;
top: 0px;
}

.topbanner {
width: 560px;
height: 59px;
padding: 0px;
background : #ffffff top;
position: absolute;
left: 290px;
top: 0px;
}

#contentLyr {
position:absolute;
width:559px;
height:418px;
z-index:2;
top: 60px;
overflow: auto;
/* left: 256px;*/
background-color: #ffffff;
padding-left : 20px;
padding-right : 20px;
padding-top : 10px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-size: 75%;
}

#Bottom {
background-color: #000000;
width: 100%;
height: 55px;
position: absolute;
	left: 0px;
	top: 479px;
	border-top : 1px solid;
	border-color: e9a865;
}

#header {
color: white;
font-size: 95%;
font-weight: bold;
text-align: right;
padding: 6px 8px 10px 10px;
height: 49px;
	}
	
	.title {
	color: #000;
font-size: 95%;
font-weight: bold;
text-align: left;}

.title2{
color: #9aae56;
font-size: 100%;
font-weight: bold;
text-align: left;}

.titlebk{
color: #000000;
font-size: 100%;
font-weight: bold;
text-align: left;}
	
	.titlered{
color: #ff3333;
font-size: 100%;
font-weight: bold;
text-align: left;}


#header a:link, #header a:visited {
color: white;
font-weight: bold;
text-decoration: none;
/*border-bottom: 1px solid #99b;*/
}
#header a:hover {
color: #fc0;
border-bottom: 1px solid #fff;}

#header a.current:link, #header a.current:visited {
color: #fc0 !important;
font-weight: bold;
text-decoration: none;
border-bottom: none !important;
}
#header a.current:active, #header a.current:hover {
border-bottom: none !important;
}

.copyright {
color: white;
font-weight: normal;
font-style:italic;
font-size: 75%;
text-align: left;
padding-left: 10px;
}
