body {
   background-color: #cccccc; 
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0.1em;
   margin-left: 0em;
   padding: 0px;
   font: 76% arial,sans-serif;
}
	

#wrapper {
   width: 798px;
   height: 1020px;
   position: relative;
   left: 50%;
   margin-left: -388px;
   background: url('images/background2.jpg') repeat-y; 
   padding-left: 11px 
}



#banner{
   width: 777px;
   height: 164px;
   background: url('images/rcceegbanner.jpg') no-repeat;
   }






#bannerT{
   width: 777px;
   height: 150px;
   background: url('images/trainingbanner.jpg') no-repeat;
   }



#bannerI{
   width: 777px;
   height: 150px;
   background: url('images/Infobanner.jpg') no-repeat;
   }




#bannerIC{
   width: 777px;
   height: 150px;
   background: url('images/ICACbanner.jpg') no-repeat;
   }



#bannerL{
   width: 777px;
   height: 150px;
   background: url('images/linksbanner.jpg') no-repeat;
   }



#MainNav ul {
   margin: 0;
   padding: 0;
   list-style: none;
   float: left;
   
}



#MainNav ul li {
   float: left;
}


#MainNav ul a {
   display: block;
   width: 100px;
   height: 20px;
   float: left;
   line-height: 20px;
   text-decoration: none;
   text-align: center;
   background: #070838 url('images/nav.gif') no-repeat;
   font-family: lucida sans;
   font-weight: bold;
   color: #fff;
}



#MainNav ul a:hover {
   bacground: url('images/navhover.gif') no-repeat;
   font-style: italic;
   font-weight: 900;
   color: yellow;
}



#MainNav ul a:visited {
   bacground: url('images/navhover.gif') no-repeat;
   font-style: italic;
   font-weight: 900;
   color: red;
}




#content {
   width: 630px;
   float: right;
   padding-top: 20px;
   padding-bottom: 5px;
   margin: 0px;
}



#content p, h2, h3 {
   padding-right: 60px;
   
}

#content table {
   padding-right: 10px;
}


#contentlinks {
   width: 630px;
   float: right;
   padding-top: 10px;
   padding-bottom: 5px;
   margin: 0px;
}



#links {
   border: medium double rgb(0,0,0);
}



#logo {
   Width: 70px;
   Height: 70px;
}


#sidecontent {
   width: 156px;
   float: left;
   padding-top: 10px;
   padding-bottom: 10px;
   margin: 0px;
  
}



#sidecontent p {
   padding-left: 10px;
   padding-right: 10px;
}



#footer {
   clear: both;
}



div.copyright {
   position: absolute;
   top: 960px;
   left: 700px;
}





