body {
	padding: 0 0 20px 0;
	margin : 0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D1D6F4;
	color: #0C112E;
	}
h1 {padding: 0; margin: 0;}
h2 {padding: 0; margin: 0;}
h3 {padding: 0 0 5px 0; margin: 0; display: block; overflow: hidden;}
div#purplebox {
	margin: 30px;
	background-color: #424183;
	border: solid #0B141B 2px;
	width: 733px;
	position: relative;
}
div#mastname{
	margin-top: 20px;
}
div#contentbox {
	background-color: #F0F0F4;
	width: 614px;
	height: 486px;
	text-align: left;
	margin-bottom: 20px;
}
div#contentLeft{
	float: left; 
	width: 267px; 
	height: 487px;
	background-color:#DDDDEE; 
}
div#contentRight {
	float: right; 
	height: 267px;
	padding: 20px;
	 width: 307px; 
	 background-color:#DDDDEE; 
	 	text-align: left;
}
div#musicbox {
	top: 365px;
	left: 327px;
	background-color: #253281;
	width: 168px;
	height: 209px;
	position: absolute;
	border:0;
		text-align: left;
}
div#hsbox {
	clear: left;
	top: 365px;
	left: 495px;
	background-color: #2D729B;
	width: 179px;
	height: 209px;
	position: absolute;
	border:0;
		text-align: left;
}

/* 2 navigation titles*/
div#navhuman{ 
	top: 14px;
	left: 17px;
	position: absolute;
	width: 145px;
	height: 22px;
	line-height: 18px;
	z-index:2; 
	visibility: visible;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
h3.navhuman {
	text-indent : -9999px;
	display : block;
	background : url(../assets/home/human-services.jpg) no-repeat ;
}
div#navmusic{
	top: 14px;
	left: 58px;
	position: absolute;
	width: 53px;
	height: 19px;
	line-height: 20px;
	z-index:3; 
	visibility: visible;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h3.navmusic {
	text-indent : -9999px;
	display : block;
	background : url(../assets/home/music.jpg) no-repeat;
}
/* left navigation links*/
#navigationHS {
	position:absolute; 
	width:165px; 
	height:128px; 
	z-index:1; 
	left: 11px; top: 47px; 
}

a, a:visited, a:active {
	font-weight : bold;
	font-size : 13px;
	color : #FFFFFF;
	text-decoration: none;
	padding: 0;
	line-height: 19px;
}
a:hover {
	color : #000000;
	text-decoration: none;
}
ul.navigation
{	list-style-type:none;
	margin:0;
	padding:0;
}

ul.navigation li{
	margin:0;
	padding:0;
}

* html ul.navigation li {
	margin:0;
	padding:0;
	text-align: left;
}
/* music color was too bright */
#music {
	position:absolute; 
	width:142px; 
	height:128px; 
	z-index:1; 
	left: 15px; top: 47px; 
}
.music {
	font-weight : bold;
	font-size : 13px;
	color : #E6E6CA;
	text-decoration: none;
	padding: 0;
	line-height: 19px;
}
a.music, a.music:visited, a.music:active {
	text-decoration: none;
}
a.music:hover {
	color : #000000;
	text-decoration: none;
}
a.plainText, a.plainText:visited, a.plainText:active {	
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
A.nav-right, A.nav-right:Visited, A.nav-right:Active {
	color : #4A3654;
	font-weight: bold;
	text-decoration: none;
}
A.nav-right:Hover  {
	color : #1E1522;
	text-decoration: underline;
}
/* NEW STUFF BOX */
#newStuff {
padding-top: 10px;
padding-bottom: 25px;
	width: 614px; 
	margin-bottom: 20px; 
	text-align: left;
	background-color: #DDDDEE; 
	background-image: url(../images/newStuff.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#newStuff ul {	
 margin-left: 40px; 
 margin-right: 90px; 
 
}
#newStuff li, #newStuff ul {
	list-style-image: url(../assets/home/hom-bullet.gif);
	text-align: left;
	margin-bottom: 10px;
	}
#newStuff li a, #newStuff li a:visited, #newStuff li a:active
	{color : #4A3654;
	font-weight: bold;
	text-decoration: none;
	}
#newStuff li a:hover
	{		color : #1E1522;
	text-decoration: underline;
	}
/* BOTTOM NAVigation */
#bottomNav {
	width: 614px; 
	margin-bottom: 20px; 
	
}