@charset "UTF-8";
/* CSS Document */





img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* body nav

a:link {
	color: #639999;
	text-decoration: underline;
}

a:visited {
	color: #639999;
	text-decoration: none;
}


a:hover {
	color: #57C3B1;
	text-decoration: underline;
}
a:active {
	color: #529526;
	text-decoration: underline;
}


 */


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


a {
	margin: 0px;
	padding: 0px;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
}


li {
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(../_images/arrow-sm.gif);
	background-repeat: no-repeat;
	background-position: -3px -3px;
	padding-left: 11px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 19px;
}



ul {
	list-style-image:  none;
	list-style-type: none;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
}

ul ul {
	margin-top: 5px;
	list-style-type: none;
	margin-left: 7px;
	list-style-image: none;
}

ul ul li {
	list-style-type: none;
	background-image: url(../_images/bullet-sq-open.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-size: 10px;
	list-style-image: none;
	padding-left: 9px;
}


.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;

}



.med {
	font-size: 13px;
}

.large {
	font-size: 16px;
	color: #666666;
}



.phoL {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.phoR {
	float: right;
	padding-bottom: 10px;
}


.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}








.formTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #639999;
	font-size: 20px;
}

.sm {
	font-size: 10px;
}

.required {
	color: #9900CC;
}


form {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

form input {
	margin-top: 2px;
	margin-bottom: 2px;
}

form label {
	padding-left: 4px;
}


.formBody p {
	margin-top: 0px;
	margin-bottom: 9px;

}

.formBodyLabel p {
	margin-top: 2px;
	margin-bottom: 10px;
}




table {
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	color: #333333;
	clear: both;
}


table a:link, table a:visited {
	color: #639999;
	text-decoration: none;
}


table a:hover {
	color: #57C3B1;
	text-decoration: underline;
}

table a:active {
	color: #529526;
	text-decoration: underline;
}




td {
	border-right: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}


.topRow {
	
	color: #666666;
	background-color: #E2E2E2;
	background-image: url(http://thefccp.org/_images/bg-topRow.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.rowTitle {
	background-image: url(http://thefccp.org/_images/bar-teal.jpg);
	background-repeat: repeat-x;
	background-color: #BCD3D2;
	text-transform: uppercase;
	text-indent: 11px;
}


.rowTint1 {
	background-color: #D5E4F2;
	font-size: 11px;
	color: #666666;
}


.row2 {
	color: #5C8CA4;
	background-color: #CAD9DE;
	background-image: url(http://thefccp.org/_images/bg-row2.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
}





/* Form Styles */




.formButton {
	font-size: 10px;
	color: #333333;
	background-color: #CDD4DD;
	height: 17px;
	background-image: url(http://thefccp.org/_images/bg-formButton.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	text-transform: uppercase;
		}
		

.formArea {
	color: #333333;
	border: 1px solid #BCBCBC;
	background-color:#FFFFFF;
	font-size: 11px;
	background-image: url(http://thefccp.org/_images/bg-formArea.jpg);
	padding-left: 5px;
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
			}
			
.formBox {
	font-family: Arial, sans-serif;
	color: #333333;
	border: 1px solid #BCBCBC;
	background-color:#FFFFFF;
	background-image: url(http://thefccp.org/_images/bg-formBox.jpg);
	padding-left: 5px;
	background-repeat: repeat-x;
			}

.formDrop {
	font-family: Arial;
	color: #006296;
	border: 1px solid #999999;
	background-color:#E9ECF5;
	font-size: 11px;
}
                                                                                                                                                                                        
