@charset "utf-8";

/* CSS Document */


.boldItalic {
	font-weight: bold;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.boldCenter {
	font-weight: bold;
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}


.indented {
	padding-left: 30px;
}


.indentedBold {
	padding-left: 30px;
	font-weight: bold;
}

.indentedItalic {
	padding-left: 30px;
	font-style: italic;
}

.indentedItalicBold {
	padding-left: 30px;
	font-weight: bold;
	font-style: italic;
}

.indentedMore {
	padding-left: 60px;
}


.indentedMoreBold {
	padding-left: 60px;
	font-weight: bold;
}



.content-title {
	color: #49455d;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
}


/* ---------------------------- Community Profiles -----------------------------*/

.profiles1, .profiles2, .profiles3 {
	margin:0px 0px 0px 0px;
	/*letter-spacing:-1px;*/
	/*width:100%;*/
}

.profiles1 .indented, .profiles2 .indented, .profiles3 .indented {
	padding-left:15px;
	/*width:100%;*/
}

.profiles3 {
	width:100%;
}

.profiles1 th, .profiles2 th, .profiles3 th {
	font-size:11px;
	text-align:left;
	padding:1px 5px 1px 5px;
	background-color:#003366;
	color:#FFFFFF;
	 
}

.profiles1 th span, .profiles2 th span, .profiles3 th span {
	font-size:11px;
	float:right;
	font-style:italic;
	font-weight:normal;
}

.profiles1 td, .profiles2 td, .profiles3 td {
	font-size:11px;
	padding:1px;
}

.profiles-layout-border-right {
	width:329px;
	float:left;
	border-right:1px solid #CCC;
	padding:0px 5px 0px 5px;
}

.profiles-layout-border-left {
	width:329px;
	float:left;
	border-left:1px solid #CCC;
	padding:0px 5px 0px 5px;
}

.profiles-layout-no-border {
	width:329px;
	float:left;
	border:1px none #CCC;
	padding:0px 5px 0px 5px;
}

.profiles-layout-center {
	width:678px;
	clear:both;
	padding:0px 0px 0px 0px;
}

.profiles-layout-center p {
	font-size:9px;
}

.profiles-smtext {
	color: #000000;
	font-size: 8px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

#cpForm {
	text-align:center;
}

.jumpMenu2 {
	padding:15px 10px 15px 10px;
}

#pdfButton {
	margin:15px 10px 15px 10px;
}
#htmButton {
	margin:15px 10px 15px 10px;
}

/* ---------------------------- End of Community Profiles -----------------------------*/