﻿

body{
font: 13px Verdana;
margin:0;
color:navy;
background: #000000;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color:navy;}

#maincontainer{
width: 780px; /*Width of main container*/
background: white;
color: #FFFFFF;
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image: url('greenbanner.jpg');
color: #6633FF;/*added to be deleted? */
font:18pt Verdana;
height: 80px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}

#leftcolumn{
float: left;
width: 183px; /*Width of left column in pixel*/
margin-left: -780px; /*Set margin to that of -(MainContainerWidth)*/
padding-top: 15px;
height: 410px;
color:navy;
background-image: url('LRsides.JPG');
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column was 190*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background-image: url('LRsides.JPG');
padding-top: 15px;
height: 410px;
}

#footer{
clear: left;
width: 100%;
background: #000000;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 30px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}




#coolmenu{

width: 140px;

}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;

}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #3366FF;
color: white;
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:100%;
      background:#000000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }


a:link img,
a:visited img{
		border:1px solid rgb(204,204,204);;
	}
a:focus img,
a:hover img,
a:active img{
		border:1px solid white;
	}



