body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

/* #jcc text */

.magenta { color: #990066; }
.grey { color: #999999; }
.darkgrey { color: #333333; }
A:link {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
}
A:active {
	color: #990066; 
	text-decoration: underline;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
}
A:hover {
	color: #990066;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/* #main */
#main {
	width: 720px;
	margin: 0px 0px 0px -360px;
	position: absolute;
	height: auto;
	visibility: visible;
	left: 50%;
}
#jcc {
	height: 520px;
	width: 720px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-image: url(../images/home/jcchome.jpg);
}
#jccbottom {
	position: absolute;
	height: auto;
	top: 520px;
	left: 0px;
	width: 650px;
	visibility: visible;
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #990066;
	padding: 20px;
}
/* #jcc navigation and menu styles */
#jcc #nav {
	width: 200px;
	z-index: 1;
	position: absolute;
	left: 20px;
	top: 380px;
	visibility: visible;
	height: 80px;
}
#menucontainer {
	padding-bottom: 0px;
}
#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	color:#990066;
	display:block;
	width:200px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
	padding: 2px;
  }

#menu a:hover {
	color:#CCCCCC;
	font-weight: bold;
	background-color: #990066;
  }
