body {	background-color:#dbdbdb;
	font-family:arial,helvetica,sans-serif;
		font-size:12px;
	margin:20px;
	}



p  {
	line-height: 125%;
}

#wrapper {
		background-color:black;	
		width:875px;
		margin:10px auto;
		border:8px solid #7B21A5;
		padding:10px;
	}

#header {
		background-color:#000000;
		height:80px;
		border-bottom: medium solid #7B21A5;
	}



a:link { 
	color: #CD95DC;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #8825A6;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#menu {
	
	clear: both;
	display: block;
	height: 400px;
	padding-top: 10px;
	width: 170px;
	float:left;
	margin-top:8px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 0px;
}

#menu li {
	background: url(NavImages/list-bg.jpg) no-repeat;
	display: block;
	font-size: 11px;
	height: 17px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-top: 1px;
	width: 165px;
}

.tab {
	background: url(NavImages/tab-heading1.jpg) no-repeat;
	color: #000000;
	display: block;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	letter-spacing: -1px;
	padding-left: 10px;
	padding-top: 3px;
	margin-top:4px;
	margin-bottom: 8px;
	margin-left: 7px;
	width: 166px;
}



#main {
		background-color:#fafafa;
		margin-left:10px;
		width:650px;
		height:440px;
		float:left;
		margin-top:10px;
		padding:10px;
		padding-bottom:10px;
		border-bottom: 10px solid #7B21A5;
		border-top: 10px solid #7B21A5;
		}

#main a:link { 
	color: purple;
	font-weight: bold;
	text-decoration: none;
}
	
#main a:visited { 
	color: purple;
	font-weight: bold;
	text-decoration: none;	
}
	
#main a:hover, a:active { 
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}


  
 
#footer {
		background-color:#7B21A5;
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    		padding:10px;
    		border:1px solid #bbb;
    		width:830px;
		border-bottom: medium solid #fafafa;
		border-top: medium solid #fafafa;
	}

#Footer a {
	
	color: #fafafa;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
	font-weight: 900;
	text-decoration: none;
	}

#Footer a:visited {
	color:#000000;
	text-decoration: none;
	}

#Footer a:hover {
	color: #D3D3D3;
	text-decoration: underline;
	}

#Footer a:active 
	{
	color: #fafafa;
	}




