body { 	background-color:#cccc99;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
	background-color: #ffccff;
}

#top {
	width: 100%; height: 126px;
	background-image: url(images/topbkg.gif);
	background-repeat: repeat-x;
	text-align: left; color: #ffffff;
	font-weight: bold; font-size: 11px;
}

#summary {
	width: 100%; height: 32px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #000000; font-size: 14px;
	line-height: 20px;
}

h1,h2,h3,h4,h5 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size:42px;
	margin: 15px 0 0 0;
}

h2 {
	font-size:28px;
	line-height: 28px;
}

h3 {
	font-size: 22px;
	line-height: 24px;
}

h4 {
	font-size: 16px;
	line-height: 16px;
}

h5 {
	font-size: 12px;
	line-height: 12px;
}

#all {
	width: 100%;
	background-color: #ffffff;
	font-size: 12px;
}

#right {
	width: 155px; float: right;
	vertical-align: top;
	margin: 0 0 5px 11px;
}

.menu {
	width: 145px; height: 18px;
	display: block;
	background-color: #ff99ff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 7px;
	text-align: left;
}

#main {
	vertical-align: top;
	padding: 0 20px 20px 20px;
	font-size: 12px;
	text-align: left;
}

.rfloat {
	float:right;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
	border: none;
	}
	
#menu a {
	  text-decoration:none; 
	  background-color:#ccc; 
	  padding: 3px;
	  padding-left: 4px;
	  padding-bottom: 3px;
	  font: 12px 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%;
}

#footer {
	width: 100%; text-align: center;
	font-size: 10px; color: #000000;
}
 