/* Define the main layout characteristics to build the columns */
/*}
#container { 
	position: fixed; /* adding position: relative allows you to position the two sidebars relative to this container */
/*	width:;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	top:20px;
	background: #cccccc;
	margin: 2px 2px 2px 80px; /* the auto margins (in conjunction with a width) center the page  top right bottom left  */
/*	border: 10px solid #ed145b;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	height:600px;
} 
*/
 #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	top:20px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ed145b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:600px;
} 
/*end container from aic */

#left, #middle, #right {
	background-color: #000000;	
	float:left;
}

#left {
	width: 79px;
	height: 600px;
	min-width: 5em;
	padding-left: 10px;
	padding-right: 5px;
	border-left:15px solid #cccccc; 
/*	border-right:1px solid #006633; */
	border-bottom:0px solid #ffffff;
	
}


#right {
	width: 97px;
	height: 600px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 0px solid #006633; 
	border-right:5px dotted #cccccc; 
	border-bottom:2px solid #ff0000;
	background-image: url(images/spacer_r.gif);
	
}

#middle {
	width:700px;
	height:600px;
	padding-left: 10px;
	padding-right: 5px;
	/*border-top:1px solid #ff0000;*/
	border-bottom:1px solid #ffffff;
	background:#ffffff;
	background-image: url(images/buttons/blackcorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;

/* TWO BACK GROUND IMAGES SEEM TO CAUSE CONFLICT KNOCKING EACH OTHER OUT  */
	/*
	background-image2: url(images/buttons/signpost.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
	*/
	
	
}

#header {
	width: 899px;
height: 60px;
	background: #000000;
	padding-left: 0px;
	padding-right: 5px;
	border-left: 15px solid #cccccc; 
	border-right:5px dotted #cccccc; 
	background-image: url(images/buttons/jcjlogo09.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	
	
}

 #footer {
	width: 899px;
	height: 60px;
	background: #000000;
	padding-left: 5px;
	padding-right: 0px;
	border-left: 15px solid #cccccc; 
	border-right:5px dotted #cccccc; 
	
	
}


#footer {
	clear: both;
}

h2 {
font-size: 12pt;
}


html, body, div, h1,h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
	position: relative;
}



/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #cccccc;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt
}


#header, #footer {
	color:#FFFFFF;
	text-align: center;
	font-size: small;
	
}


#header {
	margin-bottom: ;
	margin-top: ;
	letter-spacing: ;
	border-bottom:2px #ff0000;
	border-top:2px dotted #ffffff;
}

#header.h1 {
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
}


#footer {
	border-top:0px dotted #006633;
	border-bottom:2px dotted #ffffff;
	margin-bottom: 0em;
	margin-top: 0.5em; 
	font-size: 7.5pt;
	font color:#ff0000

}



/* Definespecific styles */

/* formatting for items added */
