@charset "UTF-8";
body  {
	color: #39191d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #435080;
	margin: 0px;
	padding: 0px;
}

/*Layout Containter Styles all pages
=====================================================*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#colLeft {
	float: left;
	width: 500px;
	margin: 10px;
}
#colRight {
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#c2c2c2
	position:relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	background-color: #ffffff;
	margin-top: 25px;
}
#content {
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}
#contentText {
	float: left;
	margin-left: 20px;
	width: 780px;
}
#footer {
	width: 800px;
	font-size: 9px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	text-align: right;
	padding-bottom: 0px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #391910;
}
#footerContent {
	font-size: 9px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
	padding: 0px;
}
#header {
	text-align: right;
	padding: 0px;
	height: 237px;
	width: 800px;
	background-image: url(images/CICbanner.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#homeRightCol {
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-left: 10px;
}
#homeText {
	float: left;
	width: 445px;
	margin-left: 60px;
}

#logoImage {
	float: left;
	height: 80px;
	width: 55px;
	margin-top: 200px;
}
#mainMenu	 {
	padding-right: 0px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #e7e9d1;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 10px;
	padding-left: 0px;
}
.imageText {
	float: left;
	width: 175px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
}


#title {
	float: left;
	width: 291px;
	margin-left: 10px;
}

/*Navigation 
=============================================*/
a {
	color: #374b77;
	text-decoration: none;
	font-size: 11px;

}
a:visited {
	color:#374b77;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a:active {
	color:#374b77;
	font-size: 11px;
	text-decoration: none;
}
#footer a {
	color:#435080;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
}

#footer a:visited {
	color: #7176b8;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
}

#footer a:hover {
	color:#435080;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
}

#footer a:active {
	color: #7176b8;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
}
#header a {
	color:#7176b8;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
	color: #7176b8;
}

#header a:visited {
	color: #7176b8;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
}

#header a:hover {
	color:#c2c2c2;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
}

#header a:active {
	color: #7176b8;
	font-size:9px;
	text-decoration: none;
	padding: 0px;
}
.imageLeft {
	float: left;
}
.imageRight {
	float: right;
}

#mainMenu a {
	color: #ffffff;
	font-size:14px;
	text-decoration:none;
	padding:0px;
	line-height: 1em;
}
#mainMenu a:visited {
	color: #ffffff;
	font-size:14px;
	text-decoration:none;
	padding:0px;
}
#mainMenu a:hover {
	color: #f1e1cf;
	font-size:14px;
	text-decoration:none;
	padding:0px;
}

#mainMenu a:active {
	color: #f1e1cf;
	font-size:14px;
	text-decoration:none;
	padding:0px;
}

#specialInfo {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}



.h2 {
	font-size: 13px;
	font-weight: bold;
}
