body {
	
	color: #4A4E56;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
	background: url(imglib/pattern_bg12.jpg) #2E032D top left repeat;
  margin: 15px 0;
}

.wrap {
  background-color: #fff;
  border: 2px solid #813478;
  margin: 0 auto 25px auto;
  width: 825px;
}
a {
  color: green;
  font-family: verdana, sans-serif;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}
.head {
  background: url(imglib/head-bg2.jpg) top left no-repeat;
  height: 246px;
  padding: 10px;
   color: #D78FD7;
  font: 10px Verdana, arial, sans-serif;
 
  margin: 0; 
  text-align: center;
}
.head a {
  color: #D78FD7;
   text-decoration: none;
   padding: 10px 0 10px 0;
   margin: 0 2px;
}
.head a:hover {
  color: #FAD2FA;
  text-decoration: none;
  border-bottom: 3px solid #B445B6;
  border-top: 2px solid #B445B6;
  
	
}
a.current {
	color: white;
	font-weight: bold;
    border-bottom: 3px solid white; 
}

#content{
margin: 0;
}

h1{
	color: green;
	font-family: times, serif;
font-style: italic;
font-size: 30px;
line-height: 35px;
background: url(imglib/rule.jpg) bottom center no-repeat;
  padding-bottom: 30px;
  text-align: center;
}
h2{
	font-family: verdana, arial, serif;
	margin: 10px 110px;
	line-height: 24px;
font-weight: normal;
color: #720474;
padding-top:20px;
}
ul {
list-style: none;
margin-left: 110px;
margin-right: 90px;
padding-top:10px;
font: 13px verdana, arial, sans-serif;
	color: #4A274E;
background: #EDE6EF;
}
ol {
margin-left: 110px;
margin-right: 90px;
padding-top:10px;
font: 13px verdana, arial, sans-serif;
	color: #4A274E;
background: #EDE6EF;
}

li {
padding: 0 8px 8px 0;
}
.listtitle {
  color: green;
  font: 18px times;
  line-height: 20px;
  font-style: italic;
  padding-top: 10px;
}
img {
	float:left; 
 margin: 3px 20px 10px 0;  
border: solid 4px green;
}
p {
	  margin: 10px 110px;
}
p a{
	font: 14px Georgia, "Times New Roman", Times, serif;
	  color: green;
	  
}
#foot {
	font: 8pt verdana, sans-serif;
	color: white;
   font-size: 8pt;
   padding-top: 7px;
   padding-bottom: 10px;
   text-align: center;
   background-color: #004700;
   clear: both;
   margin-top: 30px;
}
#foot a{
	font: 8pt verdana, sans-serif;
	color: #33A732;   
}
#foot a:hover{
	color: white;   
}

.pagetitle {
  color: #663366;
  font: 20px times;
  line-height: 26px;
  font-style: italic;
  margin: 0 10px 30px 10px;
  background: url(imglib/rule.jpg) top center no-repeat;
  padding-top: 20px;
}

.pagetitle p{
   background: url(imglib/rule.jpg) bottom center no-repeat;
  padding-bottom: 30px;

}
.flushright {
	float: right;
	margin-left: 10px;
}
	
