/* css2 hacked out by curtis griffin | griffin insight */
/* intellectual property of chris' little chicago 2009 */

/* LINK_CONTROL */
a.main:link { color:#000000; text-decoration:none; }
a.main:visited { color:#000000; text-decoration:none; }
a.main:hover { color:#98012e; text-decoration:underline; }
a.main:active { color:#000000; text-decoration:none; }

a.indoc:link { color:#000000; font-weight:bold; text-decoration:none; }
a.indoc:visited { color:#000000; font-weight:bold; text-decoration:none; }
a.indoc:hover { color:#98012e; font-weight:bold; text-decoration:underline; }
a.indoc:active { color:#000000; font-weight:bold; text-decoration:none; }

a.press:link { color:#000000; font-weight:normal; text-decoration:none; }
a.press:visited { color:#000000; font-weight:normal; text-decoration:none; }
a.press:hover { color:#98012e; font-weight:normal; text-decoration:underline; }
a.press:active { color:#000000; font-weight:normal; text-decoration:none; }

a.foot:link { color:#a2998b; text-decoration:none; }
a.foot:visited { color:#a2998b; text-decoration:none; }
a.foot:hover { color:#3399ff; text-decoration:none; }
a.foot:active { color:#a2998b; text-decoration:none; }

a img { border: 0; }

/* CLASSES */
h1 { font-size: 1.2em; font-weight:bold; } 
h2 { font-size: 1.1em; font-weight:bold; }

.heady { text-align: left; font-size: 0.8em; color:#98012e; font-weight:bold;  padding-top:30px; padding-left:100px; border: 0px solid #000000;  }
.pleft { text-align:left; }
.pmid { text-align:center; }
.pright { text-align:right; }

.bigtxt { font-size: 1.4em;  text-decoration: none; color: #000000; }
.midtxt { font-size: 1.2em; }

.menu_cat { color:#543019; font-size: 1.4em; font-weight: bold; text-decoration: underline; }
.menu_head { color:#98012e; font-size: 1.0em; font-weight: bold; }


.menu_div_left { 
	width: 370px;	
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid #98012e;	
	background-color: transparent;
	float: left;
	text-align: left; }
.menu_div_right { 
	width: 370px;	
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid #98012e;	
	background-color: transparent;
	float: right;
	text-align: left; }
.menu_div_clear { 
	clear: both;
	border: 0px solid #98012e;	
	background-color: transparent; }


/* DIV STYLES */

body { 
	background-color: #ffffff;
	font-family: "trebuchet ms", georgia , arial , sans-serif;
	color:#000000;
	font-size: 0.9em;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #cccccc;
	background-image: url(../clc_site_img/homeback.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; }

#wrapper {
	width: 800px;	
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px solid #98012e;	
	background-color: transparent; }

#banner {
	width: 800px;
	height: 75px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #a2998b;
	background-color:  transparent;
	background-image: url(../clc_site_img/clc_banner.png); }

#toc_main {
	width: 800px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: 0px solid #000000;
	background-color: transparent; }
	
#content_main {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;	
	border: 1px solid #a2998b;
	background-color:  transparent;
	background-image: url(../clc_site_img/mainback.png); background-repeat: repeat; background-position: center center; }

#submain {
	width: 760px;
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px solid #000000;
	background-color: transparent;
	text-align: center; }
	
#footer {
	width: 800px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: 1px solid #000000;
	font-size: 1.0em;
	color: #a2998b;
	background-color: transparent;
	background-image: url(../clc_site_img/foot_back.png); }

