* {
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #5B569C;
	}
body {
  background-color: #cdc8fc;
	}
h1, h2, h3, h4 {
	color: #916161; /*842B58;*/
	}
h1 {
  font-size: 150%;
  }
h2 {
  font-size: 130%;
	border-bottom: 2px solid #C9B8BA;
	width: 70%;
  }
h3 {
  font-size: 110%;
  }
h4 {
  font-size: 90%;
	text-decoration: underline;
  }	
ul, ol {
	margin-left: 40px;
	margin-bottom: 10px;
  }
a {
  color: #A30F00;
  text-decoration: none;
	}
a:hover {
  text-decoration: underline;
	}
img {
	border: 1px solid #5b569c;
  margin: 5px;
  }	
img.special-img {
	border: 0px;
	margin: 0px;
  }	
	
		
	
#banner {
  background: #5B569C;
	width: 100%; 
	padding-top:10px;
  }	

#menu-width {
  width: 720px;
	}	
#menu {
  background-color: #5B569C;
	}
#menu * {
  color: #C9B8BA;
	font-size: 10pt;
	}		
#menu a {
  color: #fff;
	font-size: 10pt;
	text-decoration: none;	  
	}
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
  }
#menu li { /* all list items */
	float: left;
	position: relative;
  }
#menu li ul li {
  width: 100%; 
	border-top: 1px solid #C9B8BA;
	}
#menu li ul li:hover {
  background-color: #fff;
	}	
#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
 width: 170px; 
background-color: #fff1f1;
border: 1px solid #5B569C;
  }
#menu li ul a, #menu li ul li {
  color: #5B569C;
	}
#menu li ul a:hover {
  color: #5B569C;
	}	
#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
  }
#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
  }

#container {
  background-color: #F0F0FF;
	width: 735px;
	text-align: left;
  }
	
#content {
  margin: 10px;
	clear: both;
	}	
#content p {
  margin-top: 10px;
	margin-bottom: 10px;
	}
#footerlinks {
  background-color: #7F8CC0;
	text-align: center;
	}
#footerlinks a {
  color: #F0F0FF;
	font-weight: bold;
	}		
#footer {
  background-color: #5B569C;
	}
#footer div {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; 
	}
#footer p a {
  color: #FFF;
	}
#footer p {
  color: #F0F0FF;
  text-align: center;
	}
#footernav {
  background-color: 
	}	

