

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#006633;
 color: #000;
 }	 
	 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:140px;
 z-index:3;
 background:#006633;
 color: #fff;
padding: 5px;
}
 /* navigation menu */
#nav {
width: 130px;
padding: 2px;
background: #ffffcc;
}

#nav a {
font-size: 10pt;
font-family: verdana, arial, sans-serif;
color: #000;
text-decoration: none; 
text-align: center;
}

#nav a:hover {
background:#aabbcc;
color: red;

}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width:160px;
 z-index:6;
 background:#006633;
 color: #333333;
 padding-top:15px;}

#c-block {
 width:100%;
 z-index:1;
 background:#006633;
 color: #333333;
 height:80%;}

#hdr{
 height:60px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#FFFFCC;
 color: #333333; 
 margin:0;
 padding-left: 5px;
  }

#c-col{
 margin:0 162px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #006633;
 border-width:0 1px;
 padding: 3px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#ffffcc;
 color: #333333;
 margin:0;
 }



/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
font-family: verdana, arial, sans-serif;
font-size: 10pt;
 }

h4, h3 {
 margin:0; 
 padding: 5px 0;
font-family: verdana, sans-serif;
 }


/*p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:#FFFFCC;
font-family: verdana, arial, sans-serif;
 }*/


font.pagetitle {
font-family: verdana, sans-serif;
font-size: 175%;
}

font.subtitle {
font-family: verdana, sans-serif;
font-size: 100%;
font-weight: 800;
}

hr {
color-#006633;
background-color: #006633;
height: 2px;
border: 0;
}

ul, ol{
font-family: verdana, arial, sans-serif;
font-size: 10pt;
}


