body
{
margin: 0;
padding: 0;
background-color: #333333;
background-image: url('images/bg.png');
background-repeat: repeat-x;
font-family: arial;
color: #FFFFFF;
font-size: 10pt;
}

a, a:visited
{
color: #FF9B14
}

a:hover
{
font-decoration: underline;
}

.center
{
width: 900px;
margin: 0 auto 0 auto;
}

.logo
{
margin-top: 10px;
margin-bottom: 10px;
}

.menu
{
color: #FFFFFF !important;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 10pt;
}

.nav
{
width: 125px;
height: 31px;
background-image: url('images/menubg.png');
margin-right: 10px;
line-height: 30px;
text-align: center;
}

#current
{
background-image: url('images/menucurrent.png')
}

.content
{
margin-top: 30px;
}

ul
  {
  margin-left: 2em;
  padding-left: 0;
  }
li
  {
  margin: 0;
  padding: 0;
  }

.box1_top
{
width: 206px;
height: 22px;
background-image: url('images/box1_top.png');
padding: 5px;
text-align: center;
line-height: 22px;
text-transform: uppercase;
font-weight: bold;
font-size: 10pt;
margin-right: 20px;
}

.box1
{
background-color: #444444;
width: 214px;
padding: 1px;
}

.box1_bottom
{
width: 216px;
height: 21px;
background-image: url('images/box1_bottom.png');
margin-bottom: 20px;
margin-top: -10px;
}

.box2_top
{
width: 670px;
height: 22px;
background-image: url('images/box2_top.png');
padding: 5px;
text-align: center;
line-height: 22px;
text-transform: uppercase;
font-weight: bold;
font-size: 10pt;
}

.box2
{
background-color: #444444;
width: 670px;
padding: 5px;
}

.box2_bottom
{
width: 680px;
height: 21px;
background-image: url('images/box2_bottom.png');
}

.copyright
{
background-color: #262626;
}

.copytext
{
width: 900px;
margin: 30px auto 0 auto;
text-align: center;
font-weight: bold;
padding: 30px 0 30px 0
}
