@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#200646;
	background-color:#99cae3;
	}

a {
	color: #2474b2;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	}

a.navigation {
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	}

a:hover, a.navigation:hover {
	text-decoration:underline;
	}

img {
	border: 0;
	}
	
h1{
	font-weight: bold;
	font-size: 14px;
	color: #200646;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	padding-top: 0px;
	}

hr {
	width: 100%;
 	background-color: #99cae3;
	color: #99cae3;
	border: none;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	width: 100%;
	height: 100px;
	margin: 0px 0px;
	float:left;
	background-image: url(/images/JCC-Logo.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:absolute;
	z-index:0;
	}

#main {
	position:absolute;
	top:100px;
	width: 100%;
	min-height: 600px;
	height:auto !important;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/blue-green-bg.gif);
	background-repeat:repeat-y;
	background-color:#99cae3;
	z-index:1;
	}
				  /* for Internet Explorer */
				  /*\*/
				  #main  {
					height: 600px;
					overflow:auto;
				  }
				  /**/


#blue-side-bar {
	position:absolute;
	top:0px;
	left:50px;
	width: 188px;
	height: 565px;
	margin: 0px;
	padding: 45px 30px 10px 10px;
	background-image: url(/images/blue-side-bar.gif);
	background-repeat:no-repeat;
	z-index:2;
	float:left;
	}

#purple-header {
	position:absolute;
	top:100px;
	width: 100%;
	height: 37px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header-bg.gif);
	z-index:3;
	}

#purple-footer {
	width: 100%;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/footer-bg.gif);
	z-index:3;
	float:left;
	position:relative;
	}

#footer-text {
	width: 300px;
	height: 50px;
	margin: 0px;
	padding: 10px 20px 10px 60px;
	color:#FFFFFF;
	font-size:10px;
	float:left;
	}



#photo-header {
	width: 850px;
	height: 202px;
	margin:0px;
	padding: 0px;
	}

#spacer {
	width: 850px;
	height: 35px;
	padding: 0px;
	}

#photo {
	width: 125px;
	height: 200px;
	padding: 15px 15px 15px 15px;
	float:left;
	}

#content-box-top {
	width: 850px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	float:left;
	background-image: url(/images/content-box-top.gif);
	}
	
#content-box {
	width: 540px;
	min-height: 300px;
	height:auto !important;
	height: 300px; /* IE6 expands this if needed */ 
	margin: 0px;
	padding: 0px 20px 0px 290px;
	float: left;
	background-image: url(/images/content-box.gif);
	}


#content-box-bottom {
	width: 850px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	float:left;
	background-image: url(/images/content-box-bottom.gif);
	}


ul.hearts {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}

ul.hearts li { background:url(/images/heart-bullet.gif) left center no-repeat; margin-top:0px; padding-top:8px; padding-left:25px; padding-bottom:8px; }


#event-header {
	width:100%;
	background-color:#b0d6ea; 
	color:#000000; 
	font-size:16px;
	font-weight:bold;
	padding:2px;
	}
