/* CSS Document */


body 
{
	margin:0;
	height:100%;
	width:100%;
	font-family:Tahoma,arial;
	font-size: 12px;
	background: url(../images/graysphere.gif);

}


#bluetop
{
	position: relative;
	top: 0px;
	width: 775px;
	height: 20px;
	background-color: #735A94;
}

#bluebottom
{
	position: absolute;
	bottom: 2px;
	width: 775px;
	height: 20px;
	background-color: #735A94;
}

#centered{position:relative;width:776px;height:2550px;margin:0px auto 0 auto;text-align:left;padding:2px;background-color: #ffffff;}
* html #centered{position:relative;width:746px;height:2550px;margin:0px auto 0 auto;text-align:left;padding:2px;background-color: #ffffff;}

#LogoHeader
{
 position: absolute;
 top:24px;
 left:600px;
 }
 
 #maincontent
 {
 position:relative;
 top: 90px;
 font-family:Tahoma,arial;
 font-size: 12px;
 line-height: 15px;
 color: #676767;
 padding-left:8px;
 width:758px;
 }
 
 .MainPageHeader
 {
  font-family:Tahoma,arial;
  font-size: 16px;
  font-weight: bold;
  color: #735A94;
  }
  
  .subheader
 {
  font-family:Tahoma,arial;
  font-size: 13px;
  font-weight: bold;
  color: #353535;
  }
  
 .qoute
 {
  font-family:Tahoma,arial;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  color: #353535;
  background: #F1EDFF;
  }
  
  .qoutedby
  {
  font-family:Tahoma,arial;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 11px;
  color: #353535;
  }
  
  .MenuItem
  {
  font-family:Tahoma,arial;
  font-size: 13px;
  font-weight: bold;
  color: #735A94;
  }