/* CSS Document */
body, form, input, textarea, select
{
font-family:"Times New Roman", Times, serif;
font-size:12px;
}
h1, h2, h3, h4, h5, h6 
{
font-family:"Times New Roman", Times, serif;
}
h4
{
margin:2px 0px 2px 0px;
}
body
{
margin:0px;
}
p
{
text-align:justify;
}
a:link, a:visited
{
text-decoration:none;
color:#339933;
}
a:hover, a:active
{
text-decoration:underline;
color:#99CC66;
}
#header
{
background:url(../images/header.jpg) #666666 no-repeat;
height:155px;
}
#menu
{
background:url(../images/menuBg.jpg) #666666;
height:30px;
font-weight:bold;
font-size:14px;
}
#menu img
{
border:0px;
}
#menu a:link,#menu a:visited
{
text-decoration:none;
color:#000000;
}
#menu a:hover,#menu a:active
{
text-decoration:underline;
color:#339933;
}

#content
{
background-repeat:no-repeat;
background-color:#CCCC99;
height:550px;
}
iframe
{
overflow: hidden; 
}
#footer
