a:link {color: #335CA7; text-decoration: none;}
a:visited {color: #A8345C; text-decoration: none;}
a:hover {color: #335CA7; text-decoration: none;}
a:active {color: #335CA7; text-decoration: none;}

#l-col a:link {color: #333333; text-decoration: underline; padding-left: 6px; }
#l-col a:visited {color: #333333; text-decoration: underline; padding-left: 6px; }
#l-col a:hover {color: #333333; text-decoration: underline; padding-left: 6px; }
#l-col a:active {color: #333333; text-decoration: underline; padding-left: 6px; }

/* Layout Stylesheet */ 

/*#66cc66 #66cc66 */

body {
 margin:20px;
 background:#ccffcc;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: Verdana, sans-serif;
 }

#outer {
 text-align:left;
/* border:2px solid #000000; */
 width:750px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:#66cc66;
 color: #000000;
 font-size: 32px;
 font-family: Trebuchet, sans-serif;
 font-weight: bold;
 padding-left: 0px;
 }

#bar {
 height:18px;
 background:#66cc66;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #E6ECFF;
 color: #333333;
 width:751px;
 padding:0;
 }

#l-col {
 float:left;
 background:#E6ECFF;
 color: #333333;
 width:160px;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 12px;
 text-align: left;
 line-height: 1.4;
 }

#cont {
 width:588px;
 background:#E6ECFF;
 color: #333333;
/* border:solid #CCCCCC; */
/* border-width:0 0 0 1px; */
 text-align:left;
 font-family: Verdana, sans-serif;
 font-size: 14px;
 }

#ftr {
 height:25px;
 background:#66cc66;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-size: 12px;
 }

#menuBorder {
 border:solid #000000;
 border-width:1px 1px 1px 1px;
 
 }


/* Presentation Stylesheet */ 

h1 {
 font-size: 20px;
 font-family: Verdana, sans-serif;
 }
 

p {
 margin:0;
 padding: 8px;
 }

.menu {
 margin:0; 
 padding: 1px 0 0 1px;
 background-color: #66cc66;
 text-decoration: underline;
 font-weight: bold;
 color: #000000;
 }
 
.floatleft {
  float: left;
  padding: 8px;
 }
 
ul {
 list-style-type: circle;
 list-style-position: inside;
 }