body, html {
	margin: 0 auto;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, "Century Gothic", sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#003366;
}

a:link {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: underline;
	background-color: #ffff00;
}

#container {
	width: 100%;
	display: block;
}

#left {
	width: 20%; float: left;
	background-color: #330033;
	color: #ffffff;
	vertical-align: top;
	font-size: 11px;
	text-align: center;
}

#menu a {
	  text-decoration:none; 
	  background-color:#ffccff; 
	  padding: 3px;
	  padding-left: 4px;
	  padding-bottom: 3px;
	  font: 11px Verdana, Arial, Helvetica, sans-serif;
	  color:#000; 
	  display:block; 
	  width:10em; 
	  border:1px solid #fff;
	  border-color:#eee #777 #444 #ddd;
	  margin: 0 0 0 0;
	  width: 100%;
	  }
	
#menu a:hover {
	  background-color:#ddd; 
	  top:3px;
	  left:4px;
	  right:4px;
	  color:#000;
	  border-color:#444 #ddd #eee #777;
	  width: 100%;
}


#main {
	width: 60%; float: left;
	vertical-align: top; font-size: 13px;
	background-color: #ffffff; color: #000000;
	border: none;
	overflow: hidden;
}

#right {
	width: 19%;
	float: left;
	vertical-align: top;
	font-size: 9px;
	text-align: center;
	background-color: #330033;
	color: #ffffff;
}

#menuR a {
	  text-decoration:none; 
	  background-color:#ccccff; 
	  padding: 3px;
	  padding-left: 4px;
	  padding-bottom: 3px;
	  font: 10px Verdana, Arial, Helvetica, sans-serif;
	  color:#000; 
	  display:block; 
	  width:10em; 
	  border:1px solid #fff;
	  border-color:#eee #777 #444 #ddd;
	  margin: 0 0 0 0;
	  width: 100%;
	  }
	
#menuR a:hover {
	  background-color:#ddd; 
	  top:3px;
	  left:4px;
	  right:4px;
	  color:#000;
	  border-color:#444 #ddd #eee #777;
	  width: 100%;
}

#footer {
	clear: both;
	background-color: #ffffff; color: #000000;
	width: 100%; text-align: center;
	font-size: 11px;
}

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

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Arial, san-serif;
	font-weight: bold; color: #006699;
	text-align: left;
}

h1 {
	font-size:30px;
	line-height: 30px;
	margin: 10px 0 10px 0;
	letter-spacing: -2px;
}

h2 {
	font-size:26px;
	line-height: 28px;
	margin: 15px 0 5px 0;
}

h3 {
	font-size:22px;
	line-height: 20px;
	margin: 7px 0 10px 30px;
}

h4 {
	font-size:20px;
	margin: 15px 0 5px 0;
}

h6 {
	margin: 5px 0 3px 0;
}





