/* CSS Document */
/* styles for screen media */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
 font-size: 12px;
 line-height:16px;
 background: url(images/ccsbody.jpg) repeat-y;
 background-color:#ffffff;
}
p{
	margin-bottom:15px;
}
#wrapper { 
 position:absolute;
 width: 900px;
 background: url(images/ccsback.png) no-repeat;
 padding:0px;
 left:50%;
 margin-left:-450px;
 margin-top:20px; 
}
#header {
 width: 900px;
 float: left;
 padding: 10px;
 height: 120px;
 margin-bottom:5px;
}
#nav{
	position:relative;
	padding: 0px;
	float:left;
	top:5px;
}
#nav a{
	display:block;
	float:left;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
#nav a:link{
	color: #0033cc;
	font-weight: bold;
}

#nav a:visited{
	color: #0033CC;
	font-weight: bold;
}
#nav a:hover{
	color: #ff0000;
	font-weight: bold;
}
#nav a:active{
	color: #0033CC;
	font-weight: bold;
}
ul .licpd{
	margin-left:25px;
	line-height:18px;
	list-style-image:url(images/li-cpd.jpg);
}
ul .libf{
	margin-left:25px;
	line-height:18px;
	list-style-image:url(images/li-bf.jpg);
}
ul .litfm{
	margin-left:25px;
	line-height:18px;
	list-style-image:url(images/li-tfm.jpg);
}
#leftcolumn { 
 color: #000;
 width: 250px;
 float: right;
 padding-top: 200px;
}
#leftcolumn p{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 18px;
}
#rightcolumn { 
 float: left;
 color: #000;
 width: 650px;
 padding-top: 30px;
 margin-bottom:2px;
 display: inline;
}
#flash{
	padding-top:20px;
	height:185px;
	width:650px;
	background-color: #FFFFFF;
	color:#888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size:52px;
}
#columns{
	margin-top:8px;
	min-height:180px;
	width:650px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:15px;
}
#columns img{
	margin-left:5px;
}
#left{
	float:left;
	width:195px;
	min-height:170px;
	padding:5px;
 background-position:top;
 background-repeat:no-repeat;
}
#mid{
	float:left;
	width:195px;
	min-height:170px;
	padding:5px;
 background-position:top;
 background-repeat:no-repeat;

	margin:0px 7px;
}
#right{
	float:left;
	width:195px;
	min-height:170px;
 background-position:top;
 background-repeat:no-repeat;

	padding:5px;
}
#footer { 
 width: 900px;
 clear: both;
 background-position:top;
 background-repeat:no-repeat;
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
}
.c {
	color: #0033CC;
	font-weight: bold;
}
h1{
	color: #000;
	font-size:13px;
	font-weight: bold;
	margin-bottom:15px;
}
h2{
	 color: #0033CC;
	border-bottom: 3px double #FF6600;
	font-size:14px;
	font-weight: bold;
	margin-bottom:15px;
}
h3{
	color: #0033CC;
	font-size:13px;
	font-weight: bold;
	margin-bottom:15px;
}
.bf, .bf a{
	font-size:13px;
        color: #0033CC;
	font-weight: bold;
	font-style: italic;
}
.tfm, .tfm a{
	font-size:13px;
        color:#0033CC;
	font-weight: bold;
	font-style: italic;
}
.cpd, .cpd a{
	font-size:13px;
        color:#0033CC;
	font-weight: bold;
	font-style: italic;
}
