@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666666;
}

/* divs */

#container {
width:775px;
border-width:1px;
border-color:#000;
border-style:solid;
margin-left:auto;
margin-right:auto;
margin-top:2px;
}

#nav {
width:775px;
background-color:#000;
margin-left:0px;
}

#footer {
width:769px;
padding:3px;
background-color:#fff;
border-width:1px;
border-color:#000;
border-style:solid;
border-bottom:1px;
border-left:0px;
border-right:0px;
border-top:1px;
}

#content {
width:775px;
background-color:#fff;
}

#content1 {
width:775px;
background-color:#CC3300;
}

#content2 {
width:775px;
background-color:#CC3300;
}

#content3 {
width:775px;
background-color:#CC3300;
}

#contenti {
width:775px;
background-color:#fff;
}

#news {
width:375px;
padding:5px;
background-color:#ccc;
border-style:solid;
border-width:1px;
border-color:#fff;
}

#pow {
width:375px;
padding:5px;
border-style:solid;
border-width:1px;
border-color:#000;
}


/* end divs */

/* formatting */

.text{
font-family: Arial, Helvetica, sans-serif;
}

.copyright{
font-family: Arial, Helvetica, sans-serif;
font-size:x-small;
}

a:link { 
font-family: Arial, Helvetica, sans-serif;
color: #3300CC;
font-size:12px;
text-decoration:none;
 }
 
a:visited { 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
text-decoration:none;
}
a:hover { 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
text-decoration:none;
}

a:active { 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
text-decoration:none;
}

.header1{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size:medium;
font-weight:bold;
}

.pow{
font-family: Arial, Helvetica, sans-serif;
font-size:x-small;
color:white;
}

.pow1{
font-family: Arial, Helvetica, sans-serif;
font-size:x-small;
color:#000;
font-weight:bold;
}

.leaders{
font-family: Arial, Helvetica, sans-serif;
font-size:small;
color:white;
}

.leaders1{
font-family: Arial, Helvetica, sans-serif;
font-size:small;
font-weight:bold;
color:#000;
}
/* end formatting */