/* CSS Document */
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: Red;
  font-weight: bold;
}
body {
margin:0px;
}

#supernav {
color: white;

padding:2px 10px;

background-color:#0079b2;
text-align:left;
height: 20px;
}

#container {
    padding-top: 1px;
    /*margin: 1em auto;
	  padding: 0 0px;
    width: 960px;*/
    width: 820px;
    text-align: left;
    font-size: 115%;
}
#container .left{
  background-color: #000;
}

#container #menunav{
  width: 820px;
  /*background-color: #228DE1;*/
}

div, img {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}

#mainbody{
    padding: 4px;
    text-align: left;
    padding-top:1px;
    padding-bottom:1px; 
    font-family: "Lucida Grande", Verdana, sans-serif; 
    font-size: 0.8em; 
    background-color: #0079b2;
    width: 812px;
    color: #fff;
}

#mbody{
  font-size: 0.8em;
  font-weight: bold;
}

#header {
  width:820px;
  background: #ccc url("images/header.jpg") no-repeat;
  height: 200px;
}

#headerline {
    width:820px;
    background-color: #F08513;
    height: 8px;
}


#footer {
  color: white;
  padding:2px 10px;
  background: url("images/current-bg.gif") top left repeat-x; 
  text-align: center;
  height: 20px;
  font-size: 0.8em; 
  font-family: "Lucida Grande", Verdana, sans-serif; 
  font-weight: bold; 
}

#footerline {
  width:960px;
  background-color: #ccc;
  height: 8px;
}

#footertext {
  text-align: right;
  font-family: "Lucida Grande", Verdana, sans-serif; 
  font-size: 0.8em;
  width: 820px;
  
}

.left1{
   position: relative;
   float: left;
   left: 3px;
   width: 200px;
   background-color: #cfcfcf
}
.left2{
   position: relative;
   float: left;
   left: 9px;
   width: 200px;
   background-color: #cfcfcf
}
.left3{
   position: relative;
   float: left;
   left: 15px;
   width: 230px;
   background-color: #cfcfcf
}
.right{
   position: relative;
   float: right;
   right: 3px;
   width: 306px;
   background-color: #cfcfcf
}


#cLeft {
  width:160px; 
  /*height:160px;*/
  float:left;}

#cRight {
  padding: 4px;
  width:642px; 
  /*height:160px; */
  float:left;}

