@charset "UTF-8";
/* CSS Document */

/*Continental Access Site  CSS*/

/*Global Rules*/
	body {
		font: 9pt arial;
		color: #666666;
/*		text-align: center;*/
		margin-top: 0;
		background-color: #000000;
	}
	
	
	
	a:link {
		color: #6c00cc;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #6c00cc;
	}
	a:hover {
		text-decoration: none;
		color: #66cc00;
	}
	a:active {
		text-decoration: none;
		color: #990000;
	}

	h1 {
		color: #6c00cc;
		font-family: Arial;
		font-size: 12pt;
	}

	h2 {
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	}
	
	.greentext {
		color: #66cc00;
	}
	.purpletext {
	color: #6c00cc;
	}

	img.centersq {
		margin: 2px;
	}
	img.floatright {
		float: right;
		margin: 10px 0 10px 10px;
	}
	img.floatleft {
		float: left;
		margin: 10px 10px 10px 0;
	}
	
	ul {
	margin-top: 8px;
	}
	
/*End Global*/
/*2. topwhite div stuff */
 	.header {
 		width: 700px;
		margin: 0 auto 0 auto;
 	}
	.topwhite {
		background-color: #ffffff;
		margin: -2px -8px 0 -8px;
		left: 0px;
		top: 0px;
	}
	.cl-logo {
		margin: 0 auto 0 245px;
		background: url("images/cl-logobar.jpg") 0px 61px repeat-x;
		text-align: right;
		width: 300px;
		clear: none;
	}
	.cl-logobar {
		background: url("images/cl-logobar.jpg") 0px 61px repeat-x;
		float: left;
		width: 35%;
		height: 73px;
		margin-bottom: -100px;
	}
	.cl-logobar2 {
		background: url("images/cl-logobar.jpg") 0px 61px repeat-x;
		float: left;
		width: 35%;
		height: 73px;
		margin: -103px 0 -73px -20px;
	}
	.searchbox {
	float: right;
	margin: 25px 20px 0 0;
	left: 20px;
	}
	
	#topnavimg {
		margin-right: auto;
		margin-left: auto;
		height: 16px;
		width: 100%;
		background: url("images/nav_purplebar.gif") repeat-x;
	}
	

/*3. main wrap stuff*/
	#wrap {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	#wrap_black {
		width: 700px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		background: #ffffff url("images/bottomround.gif") bottom center no-repeat;
	}

/*4. Mid nav div*/
	#midnav {
		background-color: #FFFFFF;
		margin: 15px 0 15px 0;
		color: #FFFFFF;
		width: 700px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-align: center;
	}

/*5. Right styles*/
	#rightcontent {
	float: right;
	width: 185px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	}
	
	#rightcontenthalf {
		float: right;
		width: 320px;
		padding: 10px;
		margin-bottom: 10px;
	}

/*6. Left content styles*/
	#leftcontent {
		width: 450px;
		float: left;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	#leftcontenthalf {
		width: 320px;
		float: left;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	#leftcontent .columnleft {
	width: 210px;
	float: left;
	margin-right: 15px;
	}
	#leftcontent .columnright {
	width: 210px;
	float: right;
	margin-left: 15px;
	}
	.clearboth {
	clear: both;
	}

	#wide {
		padding: 0 10px 0 10px;
		}

/*7. Footer: Bottom nav div, legalese*/

	#footer {
		clear: both;
		margin: 10px 0 10px 0;
		padding-bottom: 5px;
		font:  8pt Arial, Helvetica, sans-serif;
		color: #666666;
		text-align: center;
	}
	.LowerNavigation {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		color: #FFFFFF;
		text-align: center;
		border-left: 1px solid #66CC00;
	}

