

#center_layer {
  position: absolute;

  width: 800px;
  height: 490px;
  
  margin-top: -250px;
  margin-left: -400px;
  
  top: 50%;
  left: 50%;
  
  text-align: left; 	
  padding: 0;

  background: transparent;
  
}
#header_layer {
	top: 0px;
	left: 0px;
	
	width: 800px;
	height: 48px;
	
	background: transparent url(/images/layout/header.jpg);
	background-repeat: no-repeat;
}

#container_layer {
	position: absolute;
	background: white;
	top: 48px;
	width: 800px;
	height: 412px;
	
	border: 1px;
	border-style: solid;
	border-color: black;
}

#navigation_layer_1 {
	
	background-color: #346702;
	
}

#navigation_layer_2 {
	
	background-color: #666600;
	
}

#navigation_layer_3 {
	
	background-color: #669900;
	
}

#navigation_layer_4 {
	
	background-color: #339933;
	
}

#navigation_layer_5 {
	
	background-color: #006633;
	
}
#navigation_layer_6 {
	
	background-color: #669966;
	
}

#navigation_layer_7 {
	
	background-color: #006633;
	
}

#navigation_layer_8 {
	
	background-color: #666633;
	
}

#navigation_layer_9 {
	
	background-color: #009900;
	
}

#navigation_layer_10 {
	
	background-color: #996600;
	
}

.sidenav_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	
	height: 392px;
	width: 140px;

	text-align: right;
	
	padding: 0px;
	padding-top: 20px;
	padding-right: 10px;	
	
	background-color: #346702;
}

#flash_layer {
	position: absolute;
	top: 0px;
	left: 150px;
	
	width: 250px;
	height: 412px;
	
	padding: 0px;
	
	background-color: #e3e6c7;
}

#date_layer {
	position:absolute; 
	background: transparent;
	
	top: 370px;
	left: 0px;
	
	width: 140px;
	height: 15px;
	
	text-align: right;
	z-index: 100;
}


#top_mask_layer {
	position: absolute;
	z-index: 100;
	background: white;

	width: 380px;
	height: 20px;
	
	top: 0px;
	left: 400px;
}

#bottom_mask_layer {
	position: absolute;
	z-index: 100;
	background: white;

	width: 380px;
	height: 20px;
	
	bottom: 0px;
	left: 400px;
}

#content_layer {
	position:absolute; 
	background: transparent;
	
	top: 0px;
	left: 400px;
	
	width: 345px;
	height: 372px;
	
	overflow: auto;
	
	padding: 27px;
	padding-left: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
		
}

#footer_layer {
	position: absolute;
	
	text-align: right;

	padding: 0px;
	
	bottom: 0px;
	right: 0px;
	
	height: 20px;
	width: 790px;
	
	background: transparent;
}

a {
	text-align:left; 
	font-size:11px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#339900; 
	margin: 0px; 
	text-decoration:none;
	font-weight: bold;
}

a:link{
	color:#339900;
}

a:visited{
	color:#339900;
}

a:hover{
	color:#ff9900;
}

a:active {
	color:#ff9900;
}


a.sidenav, .sidenav {
	text-align:right; 
	
	font-size:11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
	color:white; 
	margin: 0px; 
	text-decoration:none;
	
	background: transparent;
}


a.sidenav:link {
	color:white;
}

a.sidenav:visited {
	color:white;
}

a.sidenav:hover {
	color:#ff9900;
}

a.sidenav:active {
	color:#ff9900;
}

.copyright {
	text-align:right; 
	font-size:10px; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#3f5703; 
	margin: 0px; 
	text-decoration:none;
	
	margin-right: 5px;
	
	background: transparent;
}

a.copyright:link {
	color:#3f5703;
}

a.copyright:visited {
	color:#3f5703;
}

a.copyright:hover {
	color:#CC0000;
}

a.copyright:active {
	color:#CC0000;
}



BODY.layout {
	background:#e3e6c7;
	margin:0;
	padding: 0;
}

P,SPAN,BODY, TD, A {
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	background: white;
}

img {
	border: 0px;
	border-style: none;
}

h1, h2, h3 {
	text-align:left; 
	font-size:11px; 
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;
}

hr {
	background: #cccccc;
	background-color: #cccccc;
	color: #cccccc;
	border-style: solid;
	border: 1px;
	height: 1px;
}

.form_text {
	width: 300px;
	border: 1px;
	border-style: solid;
	border-color: gray;
}

.form_textarea {
	width: 300px;
	height: 150px;
	border: 1px;
	border-style: solid;
	border-color: gray;
	
}

.form_submit {
}