/* CSS Document */
html
{
  height: 100%;
}

body
{
  background: #000000 url(../graphics/background.jpg) repeat;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#main
{
	left:0px; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom: 5px;
	position:relative; 
	text-align:left; 
	top:0px; 
  width: 790px;
}


#content
{
  border: solid 2px #9966ff;
  float: right;
  margin-left: 0px;
  /*margin-right: 5px;*/
  position: relative;
  width: 550px;
}


/* navigation menu */
#menu
{
  /*border: solid 2px #669999;*/
  float: left;
  margin-left: 5px;
  /*margin-right: 5px;*/
  position: relative;
  width: 220px;
}

#menu a
{
  text-decoration: none;
}

/* logo */
#logo
{ 
  background-color: #ffffff;
  /*border: solid 1px #6666CC;*/
  width: 775px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  height: 58px;
  position: relative;
}

#footer
{
  background-color: #9966ff;
  position:relative;
  text-align: center;
  height: 20px;
}

td
{
  vertical-align: top;
}

img
{
  border: 0;
}

a
{
  color: #ffffff;
  text-decoration: none;
}

a:visited
{
  color: #ffffff;
}

.purple
{
  background-color: #9966ff;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  text-align: center;
}

.purplecenter
{
  background-color: #9966ff;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  text-align: center;
}

.title
{
  color: #ffffff;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
}

.tablePurple
{
  background: #9966ff;
}
