body 
{
	background: #C8B3E5;
  text-align: center;
  font-family: sans-serif;
  color: #333;
  margin: 0px;
  border: 0px;
  padding: 0px;
  overflow: scroll;
}

h1 
{
  letter-spacing: 0.075em;
  font-size: 24px; 
  color: #222;
	padding-top: 10px;
	padding-bottom: 20px;

}

.container 
{
  width: 100%;
  min-width: 800px;
  height: auto;
  text-align: left;
	overflow: hidden;
}

.header 
{
	background: #9373BF;
  width: 100%;
  height: 120px;
}

.title 
{
  position: relative;
  left: 50px;
  top: 20px;
  font-family: sans-serif;
  font-size: 34px;
	font-weight: bold;
  color: #ddd;
}

.subtitle 
{
  padding-top: 25px;
  padding-left: 340px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: normal;
	font-style: italic;
  color: #ddd;
}
	
.menu 
{
  width: 100%;
  height: 25px;
	*height: 20px;
	background: #49316B;
	border-bottom: 4px ridge #9373BF;
	border-top: 4px ridge #9373BF;
}

.menu ul
{
 dislay: block;
 margin-top: 0px;
}

.menu li
{
  display: inline;
  list-style: none;
	font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  letter-spacing: 0.075em;
	line-height: 14pt;
}

.menu li a
{
  color: #aaa;
  font-weight: normal;
	text-decoration: none;
}

.menu li a:hover 
{
  color: #fff;
  font-weight: normal;
}
		
.main_nav 
{
  width: 25%;
  float: right;
  margin-left: 10px;
  height: 100%
}


.sub_menu 
{
  margin-top: 25px;
  font-size: 12px;
  width: 80%;
	letter-spacing: 0.05em;
}

.sub_menu div 
{
  background:#9373BF;
  padding: 5px;
  color: #fff;
  font-variant: small-caps;
	letter-spacing: 0.05em;
}

.sub_menu a 
{
  color: #444;
  text-decoration: underline;
}

.sub_menu a:hover 
{
  color: #000;
  text-decoration: underline;
}
		
.content 
{
  width: 75%;
	*width: 60%;
  font-size: 15px;
	min-height: 580px;
  line-height: 17pt;
  padding-left: 80px;
	padding-top: 50px; 
	padding-bottom: 20px;
  text-align: justify;
}

.content p
{
 width: 70%;
}

.content ul 
{
 width: 70%;
}
		
.content ul li b
{
color: #333;
}		

table tr td b
{
color: #333;
}
			
.footer 
{
	clear: both;
  width: 100%;
  height: 40px;
	background: #9373BF;
  text-align: center;
  margin-top: 3px;
	border-top: 4px ridge #9373BF;
	border-bottom: 4px ridge #9373BF;
}

.copyright 
{			
  color: #fff;
  font-size: 11px;
  line-height: 18pt;
  font-family: sans-serif;
  letter-spacing: 0.075em;
  font-variant: small-caps;
  text-align: center;
}
	 


	
