body {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
    font-size: 11px; 
	background-color:#4E007A;
	text-align:center;
	color: #474747;
    text-decoration: none;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;			
	}
	

A{text-decoration: none; color:#2A0054; font-weight:bold;}
A:visited {text-decoration: none; color:#2A0054; font-weight:bold;}
A:active {text-decoration: none; color:#2A0054; font-weight:bold;}
A:hover {text-decoration: none; color:#F1BD05; font-weight:bold;}
	
	#frame {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color:#FFFFFF;
		background-image:url(../images/bg2.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		height:100%;		
		}
		
	#contentleft {
		width:120px;
		padding:0px;
		float:left;
		margin-top:30px;
						
		}
	
	#contentcenter {
		width:570px;
		padding-left: 20px;
		float:left;
		margin-left:10px;
		margin-top:30px;
		line-height:15px;
		padding-bottom:10px;
							
		}
			
		#image {
		float:right;
		padding:10px;		
	
		
		}
	
	#contentright {
		width:135px;
		padding:0px;
		float:left;
		
		}
	
	p,h1,pre {
		margin:0px 10px 10px 0px;
		}
		
	h1 {
	 font-size: 17px;
     font-weight: bold;
     letter-spacing: -1px;
     text-align: center;
     display: inline;
     font-family: Helvetica, Arial, Sans-Serif;
     color: #2A0054;
	 text-transform: uppercase;
	 }
	 
	h3 {
	 font-size: 11px;
     font-weight: bold;
     color: #444;
	 }


/* MENU CSS ----------------------------------------------------------------- */

#menu1 {
  width:750px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:148px;
  border:1px solid #fff; 
  }
#menu1 a {
  display:block;
  width:148px;
  color:#fff; 
  background:#210047; 
  text-align:center; 
  padding:4px 0; 
  text-decoration:none; 
  float:left;
  font-weight:normal;
  }
#menu1 a:hover {
  color:#fff; 
  background:#54127E;
  background-image:url(../images/butover.jpg);
  background-repeat:repeat-x;
  }

#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#fff; 
  background:#08c; 
  border:1px solid #fff; 
  text-decoration:none;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; 
  background:#d4d4d4;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

/* RSS */
.itemtitle {}
.itemdescription {}

/* FORMS */

input, textarea
{
    background-color:#ededed;
}

input:hover { background:#e1e1e1;}
textarea:hover { background:#e1e1e1;}
input:focus { background-color:#FFFF99;}
textarea:focus {background-color:#FFFF99;}