/*------Body attributes---------------------------------------------------------------------------------*/


body {
   font-family: Comic Sans MS,Trebuchet MS;
   font-size: 12px;
   background-attachment: fixed;
   background:url(images/mainbackground.gif);
   background-color: #000000;
   list-style-image: none;
   }


h2 {
   color: #FFFFFF;
   margin-left: 10px;
   }

h3{
  color: #FFFFFF;
  }

p  {
  color: #000000;
  }

span {
  display: none;
  }
  
a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}



/*------Main Page attributes---------------------------------------------------------------------------------*/


#page {
   width: 1200px;
   margin-right: auto;
   margin-left: auto;
   background:url(images/centerbackground.gif) no-repeat;
   background-color: #000000;
   padding: 10px;
   }

/*------Page Banner attributes---------------------------------------------------------------------------------*/


#topbanner  {
   }

#topbanner h1 {
   color: #000000;
   width: 100%;
   background:url(images/banner.png) no-repeat;
   background-position: center;
   height: 100px;
   clear: both;
   margin-left:30px;
   }


/*------Center Content attributes---------------------------------------------------------------------------------*/
   
#centercontent {
   float: left;
   width: 1200px;
   background: none;
   margin-left: 5px;
   margin-bottom: 10px;
   clear: both;
   }
		
#centercontent img {
   margin-right: 10px;
   }

#centercontent p {
   margin-left: 10px;
   margin-right: 10px;
   }

#centercontent h1 {
   margin-left: 10px;
   }

#centercontent h2 {
   margin-left: 10px;
   }

#centercontent h3 {
   margin-left: 10px;
   }

#centercontent h2 {
  margin-left: 2px;
  }
  
/*------Left Center Content attributes---------------------------------------------------------------------------------*/

#leftcenter {
   float: left;
   width: 15%;
   margin-left: 25px;
   clear: both;
   }
   
#leftcenter a {
   margin-left: 5px;
   }
		
#leftcenter img {
   margin-right: 10px;
   }

#leftcenter p {
   margin-left: 5px;
   margin-right: 10px;
   }
  
#leftcenter marquee {
   background:url(images/static-bright.gif) no-repeat;
   }

#leftcenter h1 {
   margin-left: 10px;
   }

#leftcenter h2 {
   margin-left: 10px;
   }

#leftcenter h3 {
   margin-left: 10px;
   }


/*------Right Center Content attributes---------------------------------------------------------------------------------*/
   
#rightcenter {
   
   width: 900px;
   float: right;

   background: none;
   }
   
#rightcenter p {
   color: #ffffff;
   font-weight: bold;
   }
   
#topinsidebox {
   width: 100%;
   }
   
#topinsidebox h1 {
   color: #000000;
   width: 100%;
   background:url(images/topinsidebox.png) no-repeat;
   height: 100px;
   clear: both;
   float: left;
   }
   
#leftinsidebox {
   float: left;
   width: 20%;
   margin-left: 125px;
   }
   
#centernavigation {
   float: left;
   width: 20%;
   }
   
#centerinsidebox {
   width: 670px;
   float: right;
   margin-right: 20px;
   color:#FFFFFF;
   }
   
#centerinsidebox p {
   }
   
#centerinsidebox iframe p {
   margin-right: 10px;
   }
   
#rightinsidebox {
   float: right;
   width: 20%;
   }
   
   
/*------Other Page attributes---------------------------------------------------------------------------------*/

#rightcenterother {
   
   width: 1200px;
   background: none;
   }
   
#rightcenterother p {
   color: #ffffff;
   font-weight: bold;
   }
   
   
#leftinsideboxother {
   float: left;
   width: 20%;
   margin-left: 125px;
   }
   
#centernavigationother {
   float: left;
   width: 20%;
   margin-left: 20px;
   }
   
#centerinsideboxother {
   width: 880px;
   float: right;
   margin-right: 20px;
   color:#FFFFFF;
   }
   
#centerinsideboxother p {
   margin-left: 20px;
   }
   
#centerinsideboxother h1 {
   margin-left: 10px;
   color:#FFFFFF;
   }
   
#centerinsideboxother h2 {
   margin-left: 20px;
   color:#FFFFFF;
   }
   
#centerinsideboxother h3 {
   margin-left: 10px;
   color:#FFFFFF;
   }
   
#centerinsideboxother iframe p {
   margin-right: 30px;
   }
   
#rightinsideboxother {
   float: right;
   width: 20%;
   }
   

/*------Footer attributes---------------------------------------------------------------------------------*/
   
#footer {
   width: 100%;
   background:url(images/footer.png) no-repeat;
   background-position: center;
   height: 100px;
   clear: both;
   margin-right: 10px;
   }
   
 

   
   


