/*General Rules***********************************************************************************/

body 
{
background-color: #81BCF8;
margin-top: 15px;
margin-bottom: 15px;
}


#headertitle
{
border: 0px;
width: 772px;
height: 42px;
}

#top
{
border: 0px;
width: 772px;
height: 45px;
background-image:url(images/top.gif);
}

#bodybg
{
background-image:url(images/bg.gif);
}

#bottom
{
border: 0px;
width: 772px;
height: 38px;
background-image:url(images/bottom.gif);
}

.copyrightusc 
{	
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
text-decoration:none;
}

.copyrightuscunderline
{	
text-decoration: underline;
color: #0033FF;
}
	
#container
{
width:772px;
}

a:link 
{
color:#093C6B;
}
a:visited 
{
color:#093C6B;
}
a:hover 
{
color:#FF9900;
}
a:active 
{
color:#FF9900;
}

