body {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#5a5a5a;
   margin:0px;
   background:url(images/bg.jpg) top repeat-x;
}
A:visited  {text-decoration:none; color: #01368d;}

A:link  {text-decoration:none; color: #01368d;}

A:active  {text-decoration:none; color: #01368d;}

A:hover   {text-decoration:underline; color: #01368d;}

h2 {
 font-family:"Arial Narrow";
 font-size:25px;
 color:#01368e;
 margin:0px;
 padding-bottom:10px;
 padding-top:10px;
}

h2 a {
 font-family:"Arial Narrow";
 font-size:25px;
 color:#01368e;
 text-decoration:none;
 padding-left:5px;
 padding-top:3px;
 padding-bottom:1px;
}

h2 a:hover {
 font-family:"Arial Narrow";
 font-size:25px;
 color:#01368e;
 text-decoration:underline;
 background-color:#ffb638;
 padding-left:5px;
 padding-top:3px;
 padding-bottom:1px;
}


#page {
   width:100%;
   height:auto;
   clear:both;
   padding-left:0px;
}

#foot {
   background:url(images/footer100.png) bottom left repeat-x;
   width:100%;
   height:auto;
   clear:both;
   padding-left:0px;
}

#wrap {
   width:950px;
   margin:0px auto;
   clear:both;
   display:block;
}

#wrap2 {
   width:950px;
   height:auto;
   margin:0px auto;
   clear:both;
   display:block;
}
#top {
   width:950px;
   height:140px;
   margin:0px;
   padding:0px;
   background-image:url(images/logo.jpg);
   background-repeat:no-repeat;
}
#navigation {
   width:950px;
   height:37px;
   margin-top:6px;
   padding:0px;
   background:url(images/footer100.png);
}

#header {
   height:183px;
}
#footer {
   color:#ffffff;
   height:335px;
   background:url(images/footer.png) center center no-repeat;
}
#footer a {
   color:#ffffff;
   text-decoration:none;
}	

#content {
   background:url(images/bg2repeat.png) center center;
   padding-right:90px;
   padding-left:45px;
   margin-top:0px;
   height:auto;
}
#cont1 {
padding-left:45px;
}







.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}