﻿html, body {

 margin:0px;
 height: 100%; 
  font-family: Myriad Pro, Helvetica, Segoe UI, Arial;
   font-size:14pt;
    line-height:18pt;
    color:#333333;
    background-image:url("images/footer_bg2.jpg");
     background-position:center;
     background-repeat:repeat-y;
     background-color:#666;
    
 
/* background: url("images/footer_bg.jpg") fixed repeat-x left bottom;*/
	
 
}

p
{
    margin-left:30px;
    font-size:12pt;
    line-height:16pt;
}

hr
{
    color:Silver;
}


h1
{
 font-size:28pt;
}

h2
{
 font-size:18pt;
}

#container{
min-height: 800px;
margin-bottom: -220px;
position: relative;
background-color:white;
}

#content_body{
 text-align:left;
 margin:20px;
 width:960px;
}

.clearfooter {
height: 220px;
clear: both;
}

#nav

{
 width:100%;
  background-color:#333333;
   background-image:url("images/l60_march_2010_r1_c1.jpg");
    background-repeat:repeat-x;

}

#footer

{
  
   height: 220px;
   width:100%;
   position:relative;
    background-image:url("images/footer_bg.jpg");
     background-position:center;
      background-position:top;
     background-repeat:repeat-x;
     /*background-repeat:repeat-y;*/
     background-color:#666;
     /*background-color:Green;*/
}

#footer_left
{
     background-color:#666;
      float:left;
       position:relative;
        width:33%;
        height:100%;
         margin:0px;
}

.footer_text
{
    position:absolute;
    width:550px;
    font-size:14px;
    color:White;
    text-align:left;
    left:50%;
	margin-left:-90px;
	margin-top:20px;
	padding:10px;
	background-color:#88AFBE;
}

.footer_clear
{
    position:absolute;
    width:250px;
    height:150px;
    font-size:14px;
    color:White;
    text-align:left;
    left:50%;
	margin-left:-489px;
	margin-top:13px;

}


a:link
{
    text-decoration:none;
    color:#348098;
}

a:visited
{
    text-decoration:none;
    color:#348098;
}

a:active
{
    text-decoration:none;
    color:#348098;
}

a:hover
{
    text-decoration:none;
    color:#FF6600;
}


.footer_text a:link
{
    text-decoration:none;
    color:White;
}

.footer_text a:visited
{
    text-decoration:none;
    color:White;
}

.footer_text a:active
{
    text-decoration:none;
    color:White;
}

.footer_text a:hover
{
    text-decoration:none;
    color:black;
}

#footer_mid
{
    background-color:#fff;
     float:left;
     position:relative;
      width:4px;
       height:100%;
        margin:0px;
}

#footer_right
{
    background-color:#9FCEDE;
    float:left;
    position:relative;
    width:66%;
    height:100%;
     margin:0px;
}
