body
{
  margin: 0;
  background-color: #EEEEEE;
  text-align: center;
  color: #000000;
}

#navMain a
{
  color: #AAAAAA;
  font-weight: bold;
  text-decoration: none;
}

#navMain a:hover
{
  color: #FFFFFF;
}


#navSub a
{
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}

#navSub a:hover
{
  color: #000000;
}



#wrapper
{
  text-align: left;
  margin: 0 auto;
  width: 760px;
}


#header
{
  border-right: 1px solid #888888;
  border-left: 1px solid #888888;
}

#insideheader
{
  background: transparent url(../images/header.jpg) no-repeat;
  background-color: #FFFFFF;
  height: 150px;
}

#navMain
{
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  background-color: #344796;
  height: 50px;
}

#navSub
{
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 11px;
  background-color: #cccccc;
  height: 15px;
}


#content
{
  border: 1px solid #888888;
  border-top: 0;
  padding: 4px;
  background-color: #FFFFFF;
}

#footer
{
  text-align: center;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#footer a
{
  color: #0000DD;
  text-decoration: none;
}

#footer a:hover
{
  color: #8888FF;
  text-decoration: underline;
}
