H1  {



      font-family:Impact ;color:blue; font-size:37 ;



      }

H2  {



      font-family:Impact ;color:black; font-size:34 ;



      }

H3  {



      font-family:Impact ;color:#0019a8; font-size:32 ;



      }



H4   {



       font-family:Arial,Helvetica,sans-serif;color:#0019a8; font-size:17 ;text-align: left;



      }


H5    {



      font-family:Arial,Helvetica,sans-serif; color:#706C5C;  line-height:2;



      }


A:link { text-decoration: none }



A:active { text-decoration: none }



A:visited { text-decoration: none }



body { bgcolor: white ;text:black;}


p {

width: 90%;  padding:10px 40px 0 90px; font-size:90%; font-family:Arial,Helvetica,sans-serif; color:#706C5C;  line-height:2;

} 


/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:center;
      width:100%;
      background:white;
      font-size:80%;
      line-height:normal;
	  border-bottom:0px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
        float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }






/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #fff; 
font-family: Arial,Verdana, Tahoma, sans-serif;
background-color: #fff; 
text-align: center; /*** Centers the design in old IE versions ***/
}

.clear { clear: both; }
#mainContainer {
width: 810px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #fff;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

#videos {
width: 750px;
background: #fff;
text-align: center; 
margin-top: 10px;
margin-bottom: 15px;
 }



* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #fff;
padding: 20px}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 70px; /*** We need to add some space for our top menu ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
/*** No need to do anything with a one column solution ***/
}
* html .inner {
/***  And therefor no need for hacking IE either ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;

}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 790px;
background: #fff;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN - this is our top menu
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: right;
width: 750px;
background: #fff; 
height: 40px;
padding: 5px;
margin: -50px 0 0 -760px; /*** Move the left column so it takes the positon as a top menu ***/
}
* html #left {
position: relative;  /*** IE needs this  ***/

}
#left ul {
list-style: none;
}
#left li {
display: inline;
padding-right: 15px;
}
/*************************
RIGHT COLUMN - This is our footer menu
**************************/
#right {
float: left;
width: 760px;
background: #fff;
padding: 5px;
height: 250px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer {
width: 760px;
margin: 0 auto;
text-align: center;
height: 150px;
}

#top {
text-align: center;
background: #fff;
padding:90px 10px 90px 10px;}

DIV.vcard {
text-align: center;
padding:10px 10px 30px 10px;
margin:30px 10px 30px 10px;}
