/* stylesheet */ 

/*presentation layout*/

body{position:relative;color:#003300; background:transparent  url(masterlogo.jpg);}
p{font-family:'Times New Roman', Arial,  Helvetica, serif; font-size: 1.1em; color:#003300; text-align:center;}

h1 {font-family:'Times New Roman'; font-style:normal; text-align:center;}
h1 {color: #ffffff; background: transparent; margin: 1px; padding: 1px;}
h2, h3, h4, h5, h6 {font-family:'Times New Roman', Arial, Helvetica, sans-serif, serif ; text-align:center;} 

a:link { color: #b45712} /* for unvisited links */
a:visited { color: #003300} /* for visited links */
a:hover { color:#093f16; background: #669966;} /* when mouse is over link */
a:active { color:#b35109} /* when link is clicked */
a{text-decoration:none}
/*end presentation layout*/

body{
 padding:0;
 margin:0;} 

#lh-col{
 position:absolute;
 top: 62px;
 left: 0px;
 width:175px;
 border:1px solid #003300;
 background:#ffffcc;
 color:#003300;
 margin:0px;
 padding:0px;
 height:500px;
 z-index:1;}

#rh-col{
 position:absolute;
 top:62px;
 right:0px;
 width:175px;
 border:1px solid #003300;
 background: #ffffcc;
 color: #003300;
 margin:0px;
 padding:0px;
 height:500px;
 z-index:1;}

#hdr{
 height:61px;
 background:#003300 url(masterlogo.jpg);
 color:#ffffff;
 margin:0px;
 padding:0px;
 border: solid #003300;
border-width: 1px 1px 0px 1px;
 }

      
#c-col{
 position: relative;
 margin: 0px 181px 20px 181px;
 border:1px solid #003300;
 background: #ffffff;
 color: #003300;
 padding: 35px;
 z-index:2;
 }




/*end presentation layout*/

