@charset "UTF-8";

/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border-style:none;
}

/***********************************************/

/* Layout Divs                                 */

/***********************************************/


.twoColFixLtHdr #container { 
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/***********************************************/

/* Header                                 */

/***********************************************/


.twoColFixLtHdr #header { 
	margin:0;
	background: #FFFFFF; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 72px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 195px;
	height: 72px;
	background: url(../i/improvecprheader.gif) no-repeat;
	text-indent: -9999px;
}

.twoColFixLtHdr #header h1 span {
	display:none
}

.twoColFixLtHdr #header ul
{
	width:auto;
	float:right;
	margin: -72px 0 0 0;
	padding: 0 0 0 0;
}

.twoColFixLtHdr #header ul li {display:inline;}

.twoColFixLtHdr #header ul li a {
	text-decoration:none;
	
}

/***********************************************/

/* Navigation                                 */

/***********************************************/



.twoColFixLtHdr #navcontainer
{
margin: 0;
padding: 0;
height:28px;
width: 100%;
border-bottom:2px solid #fff;
}
.twoColFixLtHdr #navcontainer ul
{
padding:0;
margin: 0;
}

.twoColFixLtHdr #navcontainer ul li { 
	padding:0;
	margin:0;
	display:block;
	float:left;
	list-style-type:none;
}

/***********************************************/

/* Center Content Index single column                                */

/***********************************************/



.twoColFixLtHdr #mainContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 30px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box 
	*/
	background-image:url(../i/improvecprindexbackground.jpg);
	background-repeat:no-repeat;
	height:433px;
	z-index:0;
} 

.twoColFixLtHdr #mainContent p{
	padding: 0 0 0 350px;
	line-height: 18px;
	font-size:11px;
} 

.twoColFixLtHdr #mainContent h2{ 
	width: 313px;
	height: 47px;
	background: url(../i/welcome.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
} 

.ahome {
	color:#a80b00;
	text-decoration:none
}

a:hover {
	text-decoration:underline
}
/***********************************************/

/* Center Content 3column                                */

/***********************************************/



.twoColFixLtHdr #leftcolumncenter { 
	float:left;
	width: 175px;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box 
	*/
	background-image:url(../i/maincenter.jpg);
	background-repeat:no-repeat;
	z-index:0;
} 

.twoColFixLtHdr #leftcolumncenter h2{ 
	color:#cc3333;
	font-size:10px;
	font-weight:bold;
}

.twoColFixLtHdr #leftcolumncenter ul{
	margin-top:-5px;
	padding: 0 5px 0 10px;
}

.twoColFixLtHdr #leftcolumncenter ul li{
	list-style:none;
	font-size:10px;
	color:#999;
	font-weight:bold;
}

.twoColFixLtHdr #leftcolumncenter ul li a{
	font-size:10px;
	color:#999;
	text-decoration:none;
	font-weight:normal;
}

.twoColFixLtHdr #leftcolumncenter ul li a:hover{
	color:#cc3333;
}


.twoColFixLtHdr #rightcolumncenter { 
	float:right;
	width: 345px;
	padding-top: 40px;
	padding-right: 40px;
}

.twoColFixLtHdr #rightcolumncenter h3 { 
	font-size:13px;
	color:#cc3333;
	font-weight:normal;
}

.twoColFixLtHdr #rightcolumncenter p { 
	line-height: 18px;
	font-size:11px;
} 


.twoColFixLtHdr #centercolumncenter { 
	margin: 0 392px 0 200p;
	padding: 60px 0 0 0;
	line-height: 18px;
	font-size:11px;
} 

.twoColFixLtHdr #threecolumncenter h2{ 
	width: 313px;
	height: 47px;
	background: url(../i/welcome.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
} 




/***********************************************/

/* Footer                                */

/***********************************************/

.twoColFixLtHdr #footerleft {
	width:530px;
	padding: 5px 0 0 0px;	
	margin:0 0 0 -35px;
}
.twoColFixLtHdr #footerleft ul {
	color:#757779;
	font-size:9px;
}

.twoColFixLtHdr #footerleft ul li { 
display: inline;
margin:0;
}

.twoColFixLtHdr #footerleft ul li span { 
padding-left:10px;
}

.twoColFixLtHdr #footerleft ul li a{
	font-size:9px;
	color:#757779;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.twoColFixLtHdr #footerleft ul li a:hover{
	color:#cc3333;
	text-decoration:none;
}

.twoColFixLtHdr #footerright { 
	padding: 0px 10px 0px 595px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:27px;
	margin-top:-30px;
}


/***********************************************/

/* floats                                 */

/***********************************************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	width:auto;
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	width:auto;
	float: left;
	margin-right: 8px;
}

.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;
    font-size: 1px;
    line-height: 0px;
}
