body {
	font-family: Tahoma,Arial,'Helvetica',Verdana,'FreeSans',sans-serif;
	font-size: 12px;
	color: #333;
	background: #6DACD8 url('images/bg_blue.gif') repeat-x;
	padding: 0px;
	margin: 0px 0 0 0;
	}
a {
	color: #003a63;
	}
#container {
	background: transparent url('images/fade.png');
	margin: 0 auto;
	width: 900px;
	padding: 0px 30px 10px;
	}
#headerLogo {
	padding: 26px 0 14px 10px;
	float: left;
	}
.breakLine {
	border-color:#0067b0;
	border-style: solid;
	border-width: 4px 0 0 0;
	margin: 0px auto;
	}
.clcHeaderImage 
{
	height: 245px;
}
.headerimage {
	border-color:#0067b0 #fff #003a63 #fff;
	border-style: solid;
	border-width: 4px 0;
	margin: 0px auto;
	height: 245px;
	}
#clcHeaderImage, #clcHeaderImage_cc14153 
{
	width: 900px;
	height: 245px;
}
.headerimage img {
	width: 900px;
	height: 245px;
	border: 0px;
	}
ul#headerMenu {
	list-style-type: none;
	float: right;
	margin: 25px 20px 0 0;
	padding: 0 0 0 8px;
	}
ul#headerMenu li {
	float: left;
	display: block;
	}
ul#headerMenu li a {
	text-decoration: none;
	padding: 10px 18px 3px 18px;
	margin: 0 0 7px 0;
	line-height:32px;
	font-size: 15px;
	color: #555;
	border-bottom: 2px dotted #dfdfdf;
	font-family: Georgia,Times New Roman,Times,'Norasi',serif;
	}
ul#headerMenu li a:hover {
	color: #003a63;
	border-bottom: 2px solid #b32317;
	}
#content {
	padding: 30px 20px;
	}
h1 
{
	color:#003A63;
	font-size:22px;
	}
h2, h1.bio {
	font-family: Tahoma,Arial,'Helvetica',Verdana,'FreeSans',sans-serif;
	font-size:20px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0 12px 0;
	color: #003a63;
	line-height: 30px;
	border-bottom:6px solid #dfdfdf;	

	}
h3 
{
	font-size: 17px;
	margin: 10px 0 3px;
}
h4 
{
	margin: 0px;
	font-size: 12px;
	padding: 0 5px 10px;
}
#leftColumn {
	width: 260px;
	float: left;
	}
#rightColumn 
{
	width: 550px;
	margin-right: 10px;

	float: right;
	}
h3.release, h4.releaseDate {
	padding: 0 5px;
	}
h4.releaseDate {
	margin: 10px 0 0 0px;
	}
h3.release {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #003a63;
	}
h3.release a {
	text-decoration: none;
	}
h3.release a:hover {
	text-decoration: underline;
	}
ul 
{
	line-height: 16px;
	margin-top: 0px;
}
p {
	font-size: 12px;
	padding:0 5px 10px 5px;
	display: block;
	line-height: 150%;
	margin: 0;
	}
p.quotes {
	background: url('images/quotes.gif') no-repeat; 
	text-indent: 25px;
	}
em {
	font-family:Georgia,serif;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.6em;
	}
#leftColumn ul.static 
{
	color: #0067b0;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 20px;
}
#leftColumn ul.static li, #leftColumn ul.static li ul, #leftColumn ul.static li ul li
{
	margin: 10px 0;	
}
#leftColumn ul.static li 
{
	font-size: 14px;
	font-weight: bold;
}
#leftColumn ul.static li ul 
{
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 30px;
}
#leftColumn ul.static li ul li 
{
	font-size: 12px;
	font-weight: normal;
}


ul.rightMenu {
	color: #0067b0;
	padding: 0 0 0 20px;
	margin: 0px;
	}
ul.rightMenu li 
{
	font-size: 14px;
}
ul.rightMenu li a {
	color: #0067b0;
	text-decoration: none;
	font-size:14px;
	line-height: 25px;
	}

ul.rightMenu li a:hover {
	text-decoration: underline;
	}
ul.rightMenu ul {
	margin-left: 0px;
	padding-left: 10px;
	}
ul.rightMenu ul li a {
	font-size: 12px;
	}
.block {
	margin-bottom: 20px;
	}
.infoWrap {
	padding: 0 5px;
	}
.copyright {
	color: #aaa;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	}
.clc_sites a 
{
    color: #aaa;
	text-align: center;
	text-decoration: none;
}
.clc_sites a:hover 
{
    color: #003A63;
    text-decoration: underline;
}
#pageEnd {
	background: url('images/bottom.png') repeat-x;
	height: 9px;
	width: 940px;
	margin: 0 auto;
	}


/*Fixes*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

* html #container {
	padding: 20px 20px 10px;
	background: #fcfcfc
	}
* html #pageEnd {
	height: 0px;
	background: none;
	}
* html ul li a {
	height:1em;
} 