/* CSS Document */

/* Body Elements */
body { background-color:#CCCCCC; text-align: center }
  
/* Site Wrapper */

#container { margin-left: auto; margin-right: auto; width: 50em; text-align: left }

/* Layer Elements*/
.banner {  background-image:url('../site_IMG/banner-crop.jpg'); float: left; clear: both; width:800px; height: 119px }

.topbar { background-image:url('../site_IMG/topbar.jpg'); float: left; clear: both; width: 800px; height: 9px } 

.footer { background-image:url('../site_IMG/footer.jpg'); float: left; clear: both; width: 800px; height:9px }

.navbarnews { background-image:url('../site_IMG/navbar_bkg.jpg'); background-repeat: repeat-y; clear:both; float: left; width: 215px; height:1200px} 

.contentnews { background-image:url('../site_IMG/content_bkg.jpg'); float: left; background-repeat:repeat-y; width: 585px; height: 1200px}

.contentnews a:link { color:blue;}

.contentnews a:visited { color:blue;}

.gainlayout {  height: 1px; }




/*Font Elements*/

.center { text-align: center; font-family:"Times New Roman", Times, serif; font-weight: bold; color:Black }

#address { text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif; color: white; font-size: 14px; } 

.copyright { text-align:center; font-size:8px; color: white }

.linkcenter { text-align: left; font-family:"Times New Roman", Times, serif; margin: 9px }

.linkcenter a:link { color:black; }

.linkcenter a:visited { color:black; }


/* Headers */ 

h1 { text-align: center; font-weight: bold; font: Times New Roman; } 

h2 { text-align: center; font-weight: bold; font: Times New Roman; } 

h3 { text-align: center; font-weight: bold; font: Times New Roman; }

h4 { text-align: center ;font-weight: bold; font: Times New Roman; }

h5 { text-align: center; font-weight: bold; font: Times New Roman; }


/* Test */

.marginfix { margin: 20px; font: Times New Roman; }



