
/* EPPcodes.com Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFF;
 color: #000;
 font-family: verdana, helvetica, sans-serif;
 font-size: 13px;
 }	 
	 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:180px;
 z-index:3;

 color: #000;}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width:180px;
 z-index:2;

 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 color: #000;
 height:80%;}

#hdr{
 height:80px; 
 width:100%; 
 text-align: center;
  }

#c-col{
 margin:20px 200px 20px 200px;
 position:relative;
 background: #fff url('images/body_background.jpg');
 color: #333333;
 z-index:5;
 }

#ftr {
 width:100%;
 height:35px;
 background: #fff url('images/footer_background.jpg') no-repeat center;
 color: #222222;
 line-height: 2.5em;
 text-align:center;
 font-size: 14px;
 }

p {
 padding: 0 15px;
 }

.nav_head {
 background: #fff url('images/nav_head.jpg') no-repeat center;
 height: 40px;
}

h4 {
 line-height: 2em;
 color: #993366;
 font-size: 15px;
 margin-top: 5px;
 }

h3 {
 padding: 5px;
 background: #fff;
 }

ul {
 list-style-image:url('images/nav_dot.jpg');
 line-height: 1.5em;
 color: #993366;
 font-size: 14px;
 font-weight: bold;
 margin: 0px 0px 10px 40px;
 padding: 0px;
}

a, a:active, a:visited {
 color: #993366;
 font-size: 14px;
 text-decoration: none;
}

a:hover {
 color: #000;
 font-size: 14px;
 text-decoration: underline;
}