/* CSS Document */

a:active{outline: none;}
a:focus{-moz-outline-style: none;}
A:link {color: #00652A;}
A:visited {color: #00652A;}

body{
background-color:#00652A;
background-image: url(images/BGGradient.gif); 
background-repeat: repeat-x;
}

#master{
width:820px;
margin:0px;
padding:0px;
height:95%;
min-height:95%;
}

#contentBottom{
background-image: url(images/BGBottom.gif);
background-repeat:no-repeat;
width:820px;
height:86px;
align:center;
font-size:70%;
font-family:Arial, Verdana, Helvetica, sans-serif text;
}

#contentMain{
background:url(images/BGContent.gif) repeat-y 0 0;
width:820px;
margin:auto;
margin-top:-1px;
padding-bottom:12px;
min-height:280px;
}

#contentFlow{
width:780px;
overflow:hidden;
}

#leftCol{
float:left;
margin:0 0 0 40px;
width:320px;
align:left;
}

#rightCol{
margin-left:46px;
width:330px;
float:left;
}


.bodyCopy{
color:#000000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:85%;
text-align:left;
}

.finePrint{
color:#444444;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:75%;
text-align:center;
}


  #wrapper {
    margin: 0 auto;
    text-align: center;
    width: 780px;
    }
 
  .content {
    display: inline-block;
    margin: 16px 20px 0 0;
    text-align: left;
    vertical-align: top;
    width: 310px;
    }
 
  /* the following two selectors are for IE6 and IE7 */
  * html .content {
    display: inline;
    }
 
  *+html .content {
    display: inline;
    }