

/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0;
	color: #333333;
 font-family: Arial, Helvetica, sans-serif
	font-size: 12pt;
	background-color: #eefoee;
}

a:link {
color:#000000;
text-decoration:none;
}

a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
color:#9900ff;
text-decoration:none;
}

a:active {
text-decoration:none;
}	 
#lh-col{
 position:absolute;
 top:170px;
 left:0;
 width:140px;
 z-index:3;
 background:#EEF0EE;
 color: #333333;}

#rh-col{
 position:absolute;
 top:170px;
 right:0;
 width:100px;
 z-index:2;
 background:#EEF0EE;
 color: #333333;
  font-family: Arial, Helvetica, sans-serif
  font-size: x-small;
 }
.rh-col a:link {
color:#000000;
text-decoration:none;
font-weight:bold;
}
.rh-col a:hover {
 color: #9900ff;
 background-color: #EEF0EE;
 border-left: none;
 text-decoration: none;
 font-weight:bold;
}
#c-block {
 width:100%;
 z-index:1;
 background:#eef0ee;
 color: #333333;
 height:80%;}

#hdr{
 height:160px; 
 width:100%; 
 background:#ffffff;
 color: #333333; 
 margin:0;
 border-bottom 4px;
 border-bottom-color: #a61b02;
 border-bottom-style: solid;
  }

#c-col{
 margin: 0 100px 0 140px;
 position:relative;
 background:#EEF0EE;
 color: #333333;
 z-index:5;
  }

#ftr {
 width:100%;
 height:35px;
 background:#EEF0EE;
 color: #333333;
 margin:0;
 }
.nav a {
	color: #000000;
	background-color: #EEF0EE;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	display: block;
	border-left: 2px solid #a61b02;
	border-bottom: 1px solid #a61b02;
	border-right: 2px solid #a61b02;
	border-top: 1px solid #a61b02;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

.nav a:hover {
 color: #9900ff;
 background-color: #EEF0EE;
 border-left: 2px solid #a61b02;
 text-decoration: none;
 font-weight:bold;
}
.navr a {
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	display: block;
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-top: none;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif
    font-size: x-small;
}
navr a:link {
color:#000000;
text-decoration:none;
font-weight:bold;
}
.navr a:hover {
 color: #9900ff;
 background-color: #EEF0EE;
 border-left: none;
 text-decoration: none;
 font-weight:bold;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}