body {
	 font-family: 'arial', 'century gothic', 'tahoma', 'helvetica', 'sans-serif';
	 font-size: 12px;
	 background: #c0c0c0;
	 margin: 0 auto;
	 }

.pagecontainer {
		width: 900px;
		margin: 0 auto;
	    background: #ffffff;
	    border: 1px solid #ffffff;
	    }
		
.banner {
		}
.spacer	 {
		 width: 10px;
		 }
		 
.purple-pane	 {
		 color: #ffffff;
		 font-size: 12px;
		 font-weight: normal;
		 line-height: 18px;
		 border: none;
		 padding: 0px 10px;
	 	 background-image: url('../images/index-purple.jpg');
		 height: 130px;
		 width: 250px;
		 margin: 0 auto;
		 vertical-align: top;
		 }
.purple-pane h1 {
		color: #ffffff;
		background: none;
		font-size: 15px;
		font-weight: bold;
		}
.image-pane	 {
			 padding: 0px;
			 border: none;
			 height: 150px ;
			 width: 600px;
 			 margin: 0 auto;
		 }
.grey-pane	 {
		 color: #775599;
		 font-size: 12px;
		 font-weight: normal;
		 line-height: 18px;
		 border: none;
		 padding: 5px 10px;
	 	 background: #c0c0c0;
		 margin: 0 auto;
		 width: 250px;
		 height: 450px;
		 vertical-align: top;
		 }
.grey-pane h1 {
		color: #775599;
		background: #c0c0c0;
		font-size: 15px;
		font-weight: bold;
		}
.grey-pane a {
		font-size: 12px;
		text-decoration: none;
		color: #775599;
		}
.grey-pane a:hover {
		color: #775599;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		}
.grey-pane ul {
		padding: 0px 15px;
		list-style-type: square;
		}
		 	 
.normal	 {
		 color: #000000;
		 font-size: 12px;
		 font-weight: normal;
		 line-height: 18px;
		 border: none;
		 padding: 5px 10px;
		 text-align: justify;
		 vertical-align: top;
		 }
.normal a {
		font-size: 12px;
		text-decoration: none;
		font-style: italic;
		color: #775599;
		}
.normal b {
		color: #775599;
		font-weight: bold;
		}
.normal strong {
		color: #775599;
		font-weight: bold;
		}
.normal h1	{
		font-size: 15px;
		background: #ffffff;
		font-weight: bold;
		color: #775599;
		}
.normal ul {
		padding: 0px 15px;
		list-style-type: square;
		}
		
.copyright		  {
		 color: #ffffff;
		 height: 15px;
		 font-size: 9px;
		 text-align: right;
		 background: #775599;
		 line-height: 15px;
		 padding-right: 10px;
		 }
 
