

* { padding: 0; margin: 0; }

img {
  display: block;

}

ul {
font-family:  Helvetica, sans-serif;
list-style-type: none;
list-style: none;}


body {
 font-family: Helvetica, sans-serif;
 font-size: 11px;
 background-color: white;
 background-image: url(images/bg.jpg);
}

p {
 font-family:  Helvetica, sans-serif;
 font-size: 12px;
 line-height: 16px;
 font-weight: lighter;
 color: #57584F;
 }

.class2 {
 font-family:  Helvetica, sans-serif;
 font-size: 10px;
 line-height: 15px;
 font-weight: lighter;
 /*color: white;*/
 padding-top: 10px;
 color:  #57584F;
 }

h1 {
 font-family: Helvetica, sans-serif;
 width:100%;
 border-bottom: 1px solid #8FCAE7;
 font-size: 11px;
 vertical-align: text-bottom;
 text-align: bottom;
 color: #8FCAE7;
 
 
 }
h2 {
 font-family: Helvetica, sans-serif;
 font-size: 12px;
 line-height: 16px;
 font-weight: lighter;
 color: #57584F;
 }
 
 h3 {
 font-family: Helvetica, sans-serif;
 font-size: 11px;
 font-weight: lighter;
 color: white;
 }
 
  h4 {
 font-family: Helvetica, sans-serif;
 font-size: 16px;
 font-weight: lighter;
 color: #57584F;
 padding-top: 10px;

 }
 
  h5 {
 font-family:  Helvetica, sans-serif;
 font-size: 19px;
  line-height: 22px;
 font-weight: lighter;
 color: #959785;
 padding-bottom: 10px;
  padding-top: 5px;

 }
 
a:link { 
font-family:  Helvetica, sans-serif;
 color: #EA2839; 
 text-decoration: none; 
 text-size: 11px; }
	
a:visited { 
 color: #EA2839;
 text-decoration: none; }
	
a:hover { 
 color:#EA2839 }
	
a:focus { 
 color:#EA2839 }
	
a:active { 
 color:#EA2839
 text-decoration: none; }
 
 
 
 .class3 a:link { 
 font-family:  Helvetica, sans-serif;
 color: #57584F; 
 text-decoration: none; 
 text-size: 16px; }
	
 .class3 a:visited { 
 color: #57584F;
 text-decoration: none; }
	
.class3 a:hover { 
 color:#57584F }
	
.class3 a:focus { 
 color:#57584F }
	
.class3 a:active { 
 color:#57584F
 text-decoration: none; }
 
#wrapper { 

 margin: 0 auto;
 width: 820px;
 margin-top: 15px;
/* border-top: .5px solid #ccc;*/
 border-left: .5px solid #ccc;
 border-right: .5px solid #ccc;

}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding-left: 10px;
 padding-right: 10px;
 /*border: 1px solid #ccc;*/
 height: 5px;
 background: #57584F;
}
#header2 {
 color: #333;
 width: 800px;
 float: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
 /*border: 1px solid #ccc;*/
 height: 72px;
 background: white;
}
#leftcolumn { 
 color: #333;
 /*border: 1px solid #ccc; */
 /* background: #57584F;*/
 background: white;
 padding: 10px;
 height: 490px;
 width: 150px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
  /*border: 1px solid #ccc;*/
 background: white;
 padding: 10px;
 height: 490px;
 width: 630px;
 display: inline;
}

#leftin { 
 color: #333;
 /*border: 1px solid #ccc;*/
 background: white;
 padding: 0px;
 height: 359px;
 width: 478px;
 float: left;

}

#rightin { 
 color: #333;
 /*border: 1px solid #ccc;*/
 background: white;
 padding: 0px;
 height: 310px;
 width: 140px;
 float: right;
 
}


#footer { 
 height: 5px;
 width: 800px;
 clear: both;
 color: #EA2839;
 border-bottom: 1px solid #ccc;
 background: #57584F;
 padding-left: 10px;
 padding-right: 10px;
}
