/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #14222F;
	width:1100px;
	margin:auto;
}
#wrapper {
	margin:auto;
	width:1100px;
}

#header {
	background-image:url(../images/cilcnew_r1_c2);
	height: 114px;
	width:1100px;
	background-repeat:no-repeat;
}
#search {
	float: right;
	width:250px;
	margin-top: 3px;
	margin-right: 2px;
	height: 30px;
	overflow: hidden;
	text-align:left;
}
#top {
	float: right;
	width:220px;
	margin-top: 5px;
	margin-right: 15px;
	height: 30px;
	overflow: hidden;
	text-align:left;
	color:#CCC;
}
#headermenu {
	background-color:#591218;
	height:28px;
	width:1101px;
	background-repeat:no-repeat;
}
#pow {
	width:1100px;
	height:343px;
}
#mainmenu {
	background-color:#591218;
	height:46px;
	width:1101px;
	background-repeat:no-repeat;
}
#left {
	float:left;
	width:196px;
	height:1150px;
	background-color:#FFF;
	border-right:1px solid #591218;
}
#right {
	background-color:#FFF;
	height:1140px;
	width:300px;
	background-repeat:no-repeat;
	float:right;
	border-left:thin solid #591218;
	margin-top:10px;
}
#mainbody {
	background-color:#FFF;
	height:1150px;
	padding-right: 310px;
	padding-top: 10px;
	padding-left: 210px;
}
#mainbody a:visited {color:#000; text-decoration: underline;}
#mainbody a:hover {color:#000;}
#mainbody a:link {color:#000;}
#footer {
	height: 30px;
	width:1101px;
	background-color: #14222F;
	clear:both;
}
#cilcbody {}
#cilcbody a:visited {color:#00F; text-decoration: underline;}
#cilcbody a:hover {color:#00F; text-decoration: underline;}
#cilcbody a:link {color:#00F; text-decoration: underline;}

	
body {
	font-family: Optima;
	font-size: 15px;
	color: #000;
	background-color: #14222F;
	width:1100px;
	margin:auto;
	word-spacing: 1.5px;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 15px;}
th{font-size: 12px;}
a:link {
	color: #CCC;
	text-decoration:none;
	font-family: "Century Gothic";
	font-size: 13px;
}
a:hover {
	color: #666;
	font-family: "Century Gothic";
	font-size: 13px;
}
a:visited {
	color: #CCC;
	text-decoration:none;
	font-family: "Century Gothic";
	font-size: 13px;
}
img {border: 0 none;}
/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

