/* CSS Document */
body
{
background-color: #020056;
margin: 0em auto;
}
#shadow
{
margin: 0em auto;
width:750px;
background-image: url(/images/bg.gif);
background-repeat: repeat-y;

}
#container
{
margin: 0em auto;
width:700px;
background-color:#FFFFFF;
}
#content
{
padding:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#FFFFFF;
}
#header
{
width:750px;
height:427px;
background-image: url(/images/temp_02.jpg);
background-repeat: no-repeat;
}
#menu
{
width:750px;
height:42px;
}
#content a:link
{
color:#7a8539;
}
#content a:hover
{
color:#3b3d16;
}
h1
{
font-size:17px;
font-weight:bold;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
h2
{
font-size:15px;
font-weight:bold;
border-bottom: 1px solid #ECECEC;
}
h3
{
font-size:14px;
font-weight:bold;
}



a.headnav:link     { color: #020056; font-weight: bold; font-size: 14px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a.headnav:visited    { color: #020056; font-weight: bold; font-size: 14px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a.headnav:hover    { color: #7b6496; font-weight: bold; font-size: 14px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a.headnav:active    { color: #020056; font-weight: bold; font-size: 14px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; text-decoration: none }