body{
font-family:Times New Roman, Times, serif;
font-size:medium;
background-color:#003300;
}

#container {
margin:0 auto;
width:900px;
background:url(images/background-c5de80.gif);
}

#masthead {
position:relative;
background:#669933 url(images/NEWNEWTOPLOGOTEXT.jpg);
height:144px;
width:900px;
}

#branding{
position:relative;
background:#669933 url(images/2ndlogo.gif);
height:78px;
width:900px;
}

h1{

color:#000000;
font-size:175%;
font-weight:100;
font-variant:small-caps; word-spacing:-0.5em; letter-spacing:.5em;
}

h2{

color:#003300;
font-size:150%;
font-style:normal;
font-weight:bold;
}

h3{

color:#003300;
font-size:100%;
font-weight:bold;
}

h4{
color:#6a841f;
font-size:130%;
font-style:italic;
}


p {
color:#003300;
font-family:"Times New Roman", Times, serif

}



/*---------------------margin info------------------------*/
.standard {
margin:10px;
margin-left:50px;
margin-right:200px;
text-align:left;
}

/*----------------------stripes------------------*/
#yellowstripe{
background-color:#ffff33;
height:8px;
width:900px;
}
#greenstripe{
background-color:#99cc33;
width:900px;
height:30px;
}

#blackstripe{
background-color:#000000;
height:6px;
width:900px;
}
/*--------------------one colum----------------------*/
#homepagecontent {
background-image:url(images/background-c5de80.gif);
width:900px;
text-align:center;

}

#newsitem {
padding-left:100px;
padding-right:100px;
color:#6a841f;
font-size:100%;
font-weight:bolder;
font-style:italic;
}
/*--------------------two colum float-----------------*/
.tc {
margin:10px;
margin-left:50px;
margin-right:50px;
}

.tc img{
float: left;

}

.tc p{
width:550px;
float:right;
}

.clear{
clear:both;
}


/*---------------------navigation-----------------------*/
#navcontainer ul {
margin: 0;
padding: 5px;
list-style: none;
text-align:center;
}

#navcontainer ul li { display:inline; }

#navcontainer ul li a{
text-decoration:none;
padding:  .2em 1em;
color:#000000;
font-weight:bold;
}

#navcontainer ul li a:hover {
color:#FFFF66;
font-weight:bold;
}


/*----------------navigation for content-------------------------*/
#content a:link{
font-size:75%;
color:#003300;
font-weight:bold;
text-decoration: none;
}

#content a:visited{
font-size:75%;
color:#003300;
font-weight:bold;
text-decoration: none;
}

#content a:hover{
font-size:75%;
color:#6a841f;
font-weight:bold;
text-decoration: underline;
}



q:before, q:after {
    content: ""; }
