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


/********************************************  Reset Settings  ********************************************/

body {
	margin: 0 auto;
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	background:url(../images/dropshadow.jpg) repeat-y center;
	}
	
#redblock { 
	width:37px; 
	height:100%; 
	background:#ed1c24;
	}
	
#wrapper {
	width: 865px;
	height: 100%;	
	
	margin: 0 auto;
	padding: 0;
	}
	
/********************************************  Text Styles  ********************************************/
	
p {	
	font-family:Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}
	
h1 {
	font-family:Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
	}
	
a {
	text-decoration:none;
	color:#FF0000;
}

.hr {
	border-bottom: 1px solid #666;
	
	width: 100%;
	height: 1px;
	
	margin: 25px auto 0 auto;
	clear:both;
	}

/********************************************  Layout  ********************************************/

/***** Nav Bar *****/

#navBar {
	width: 200px;
	height: 100%;
	
	margin: 0;
	padding: 0;
	
	vertical-align:top;
	float:left;
	
	background:url(../images/redStrip.gif) repeat-y 0 0;
}


/***** Links *****/

#programBox {
	}

#jctcBox {
	}

#servicesBox {
	}

/***** Main Page *****/


#content {
	width: 360px;
	height: 100%;
	
	margin: 0 auto;
	padding: 0;
	
	float:left;
	}

#header {
	width: 383px;
	height: 142px;
	
	margin: 30px 0 0 0;
	padding:0;

	background:url(../images/headerLogo.gif) 0 0 no-repeat;
	border: none;
	}
	
#pageTitle{
	width: 163px;
	height: 33px;
	
	margin:20px 0 0 0;
	padding:0;
	}

#bodyContent {
	width: 500px;
	height: auto;
	
	margin: 0;
	padding: 0;
	}
	
#bodyCopy {
	width: 425px;
	height: auto;
	}
	
.columnOne {
	width: 200px;
	height: auto;
	
	margin: 0 10px 10px 0;
	padding: 0;
	
	float:left;
	}
	
.columnTwo {
	width: 175px;
	height: auto;
	
	margin: 0 0 10px 0;
	padding: 0;
	
	float:left;
	}
	
.columnBox {
	width: 425px;
	height: auto;

	}
	
#galleryBox {
	width: 382px;
	height: 281px;
	
	float:left;
	border-right: 1px solid #666;
	}
	
.galleryBox img {
	width: 121px;
	height: 91px;
	
	margin: 0 20px 15px 0;
	padding: 0;
	}

#sideLinks {
	width: 100px;
	height: 100%;
	
	float: right;
	}
	
#sideLinks p {
	margin: 0 0 10px 20px;
	}
	
#sideLinks a {
	font-family:Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	text-decoration: none;
	color: #666;
	border: none;
	}
	
#sideLinks a:hover {
	color:#FF0000;
	border: none;
	}

#footer {
	 width: 300px;
	 height: 15px;
	 
	 margin: -10px 0 0 0;
	 padding: 0;
	 
	 float:left;
	 }
	 
#footer a {
	 font-size:10px;
	 color: #666;
	 
	 text-decoration:none;
	 
	 margin: 0;
	 padding: 0;
	 clear:both;
	 }









 