body
{
   background-color: #437099;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#frame
{
   background-image: url(bg_top.jpg);
   background-repeat: no-repeat;
   background-position: left top;
   border: #081850 1px solid;
   width: 1024px;
   position: absolute;
   height: 576px;
   background-color: #437099;
}
#menu
{
   background-image: url(bg_menu.jpg);
   width: 1024px;
   background-repeat: no-repeat;
   position: absolute;
   top: 50px;
   height: 43px;
   padding-left: 75px;
   padding-top: 12px;
}
#middle
{
   background-image: url(bg_content.jpg);
   width: 1024px;
   background-repeat: no-repeat;
   background-position: left top;
   position: absolute;
   top: 93px;
   height: 353px;
}
#logodiv
{
   left: 75px;
   width: 170px;
   position: absolute;
   top: 0px;
   height: 353px;
}
#logo
{
   width: 164px;
   position: absolute;
   height: 164px;
   top: 30px;
}
#welcome
{
   position: absolute;
   height: 189px;
   width: 170px;
   top: 230px;
   color: White;
   font-size: 18px;
   font-weight: bold;
}
#content
{
   left: 295px;
   overflow: auto;
   width: 675px;
   position: absolute;
   top: 25px;
   height: 314px;
}
#innercontent
{
   position: relative;
   width: 659px;
   color: white;
   
}
#bottom
{
   background-image: url(bg_bottom.jpg);
   width: 1024px;
   background-repeat: no-repeat;
   background-position: left top;
   position: absolute;
   top: 446px;
   height: 130px;
   padding-left: 75px;
   color: Black;
}
#bar
{
   border: none;
   background-image: url(bar.gif);
   width: 659px;
   background-repeat: no-repeat;
   background-position: center center;
   height: 4px;
   #position: relative;
   #top: -9px;
}
a
{
   color: #3a4038;
   text-decoration: none;
}
a:visited {
   color: White;
}
a:hover {
	color: #deb70b;
}
a.menu
{
   font-weight: bold;
   font-size: 16px;
   color: White;
}
a.menu:hover
{
   color: #a6bacf;
}
a.menu2
{
   font-size: 14px;
   color: White;
}
a.menu2:hover
{
   color: #a6bacf;
}
a.normal
{
	color: Maroon;
   text-decoration: underline;
}
a.normal:visited {
	color: Maroon;
}
a.normal:hover {
   color: Blue;
}
.small
{
   font-size: 10px;
}
