@charset "UTF-8";

a img {
	border: none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b3bdf5;
	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;
}

/* ----------- links -------------*/
a {
	text-decoration: none;
}
a:link {
	color: #EA7A27;
}
a:visited {
	color: #fcaf60;
}
a:hover  {
	color: #fcc893;
}
a:active {
	color: #E36A1D;
}



/* ----------- overall container -------------*/

#container {
	width: 808px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* ----------- header -------------*/
#header {
	height: 114px;
	width: 808px;
	background-image: url(images_layout/header_care_commit_change.jpg);
}
#tableHeader {
	width: 797px;
	height: 114px;
	margin-left: 5px;
	padding: 0px;
	margin-right: 6px;
}
#donate {
	padding-top: 35px;
	width: 185px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: bottom;
}
#homeLink {
	width: 612px;
	padding: 0px;
}

/* ----------- navbar -------------*/
#navbar {
	background-image: url(images_layout/orangebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 513px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 265px;
}
#navbarHome {
	background-image: url(images_layout/orangebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 388px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 390px;
}

/* ----------- footer -------------*/
#footer {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	color: #999999;
	margin-right: 5px;
}	
#footer li a {
	text-decoration: none;
	color: #7B60D4;
	padding: 0;
}
#footer li a:hover {
	color: #FFFFFF;
}
.footer_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D9DEFD;
	line-height: 12px;
}


/* ----------- main content -------------*/
#mainContent {
	margin: 0px;
	background-image: url(images_layout/back_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
}
#leftColumn {
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 12px;
}



#rightColumn {
	width: 575px;
	text-align: left;
	vertical-align: top;
}
#singleColumn {
	width: 778px;
	text-align: left;
	vertical-align: top;
	margin-left: 25px;
	padding: 0px;
}


/* ----------- white box -------------*/
#whiteBox {
	background-color: #FFFFFF;
	background-image: url(images_layout/whitebox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 573px;
	margin-right: 2px;
	padding: 0px;
	margin-top: 0px;
}
#whiteBoxTop {
	background-image: url(images_layout/whitebox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#whiteBoxBottom {
	background-image: url(images_layout/whitebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
}
#whiteBoxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	vertical-align: top;
}

#whiteBoxContent td {
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
}

#whiteBoxContent img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

#whiteBoxContent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#whiteBoxContent h3{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #564395;
	line-height: 9px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.075em;
}

#whiteBoxContent h4 {
	font-weight: normal;
	background-image: url(images_layout/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	font-size: 11px;
}
#whiteBoxContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #574496;
	margin-bottom: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #574496;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 10px;
	background-image: url(images_logos/twitterbird.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-bottom: 10px;
}
#whiteBoxContent h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #574496;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #574496;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#whiteBoxContent li {
	padding-bottom: 8px;
}

/* ----------- white box wide -------------*/

#whiteBoxWide {
	background-color: #FFFFFF;
	background-image: url(images_layout/whiteboxWide_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#whiteBoxWideTop {
	background-image: url(images_layout/whiteboxWide_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#whiteBoxWideBottom {
	background-image: url(images_layout/whiteboxWide_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px;
	margin: 0;
}
#whiteBoxWideContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	vertical-align: top;
	background-image: url(images_layout/whiteboxWide_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#whiteBoxWideContent img {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#whiteBoxWideContent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#whiteBoxWideContent h3 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #564395;
	line-height: 9px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#whiteBoxWideContent h4 {
	font-weight: bold;
	background-image: url(images_layout/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	font-size: 11px;
}

#whiteBoxWideContent li {
	padding-bottom: 8px;
}

#whiteBoxWideContentSpry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6E6C69;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
	vertical-align: top;
}

#committee2 td {
	vertical-align: top;
}
#committee2 li {
	padding-bottom: 8px;
}
#bigPictureList li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#subTitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ----------- left column small boxes -------------*/
#blueBox {
	background-image: url(images_layout/bluebox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}
#blueBoxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}

#blueBoxContent a:link {
	color: #FFB468;
}
#blueBoxContent a:hover  {
	color: #ffffff;
}

#blueBoxContentArrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	vertical-align: top;
	text-align: left;
	background-image: url(images_layout/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
}

#blueBoxContentArrow a:link {
	color: #FFB468;
}
#blueBoxContentArrow a:hover  {
	color: #ffffff;
}
#blueBoxContentCommunity {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#blueBoxContentCommunity td {
	height: 34px;
	width: 100px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#blueBoxTop {
	background-image: url(images_layout/bluebox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 200px;
}

#blueBoxBottom {
	background-image: url(images_layout/bluebox_bottom.gif);
	background-position: left top;
	height: 14px;
	width: 200px;
	background-color: #D9DEFD;
	background-repeat: no-repeat;
}

#blueBox2 {
	background-image: url(images_layout/bluebox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}
#blueBoxContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: top;
	text-align: left;
}

#blueBoxContent2 a:link {
	color: #FFB468;
}
#blueBoxContent2 a:hover  {
	color: #ffffff;
}

#blueBoxTop2 {
	background-image: url(images_layout/bluebox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 200px;
}

#blueBoxBottom2 {
	background-image: url(images_layout/bluebox_bottom.gif);
	background-position: left top;
	height: 14px;
	width: 200px;
	background-color: #D9DEFD;
	background-repeat: no-repeat;
}

#blueBox3 {
	background-image: url(images_layout/bluebox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}
#blueBoxBottom3 {
	background-image: url(images_layout/bluebox_bottom.gif);
	background-position: left top;
	height: 14px;
	width: 200px;
	background-color: #D9DEFD;
	background-repeat: no-repeat;
}

#orangeBox {
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
	background-image: url(images_layout/orangebox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#orangeBoxTop {
	background-image: url(images_layout/orangebox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 200px;
}
#orangeBoxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #433474;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	vertical-align: top;
	background-image: url(images_layout/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

#orangeBoxContent a:link {
	color: #B5551B;
}
#orangeBoxContent a:visited {
	color: #B5551B;
}
#orangeBoxContent a:hover  {
	color: #ffffff;
}


#orangeBoxBottom {
	background-image: url(images_layout/orangebox_bottom.gif);
	background-position: left top;
	height: 14px;
	width: 200px;
	background-repeat: no-repeat;
	background-color: #D9DEFD;
}

#whiteSmBox {
	background-image: url(images_layout/whiteSmBox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}
#whiteSmBoxTop {
	background-image: url(images_layout/whiteSmBox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 200px;
}
#whiteSmBoxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}

#whiteSmBoxContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #564395;
}

#whiteSmBoxContentTestimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#whiteSmBoxBottom {
	background-image: url(images_layout/whiteSmBox_bottom.gif);
	background-position: left top;
	height: 14px;
	width: 200px;
	background-color: #D9DEFD;
	background-repeat: no-repeat;
}
#inTheNewsTop {
	background-image: url(images_layout/inTheNews_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 200px;
}

#inTheNewsContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #654EB2;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}
#inTheNewsContent p {
	padding-left: 10px;
}

#partnersBoxTop {
	background-image: url(images_layout/partnersBox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
	width: 200px;
}
#communityBoxTop {
	background-image: url(images_layout/CommunityBox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 200px;
}
#webBoxTop {
	background-image: url(images_layout/webBox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	width: 200px;
}



/* ----------- Share this Content Box -------------*/

#friendBox {
	background-image: url(images_layout/friendBox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 325px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}
#friendBoxTop {
	background-image: url(images_layout/friendBox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	width: 325px;
}
#friendBoxContent {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

#friendBoxBottom {
	background-image: url(images_layout/friendBox_bottom.gif);
	background-position: left top;
	height: 14px;
	width: 325px;
	background-color: #D9DEFD;
	background-repeat: no-repeat;
}

#friendContent {
	padding: 15px;
	width: 325px;
	text-align: center;
	margin: 0px;
}

/* ----------- bottom of container -------------*/
#bottom {
	background-image: url(images_layout/back_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 808px;
}

/* ----------- table styling -------------*/


#committee td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
	padding-right: 15px;
}
#scholars td {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#smallSteps td {
	text-align: left;
	vertical-align: middle;
}
#community td {
	text-align: left;
	vertical-align: top;
	width: 115px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#tableContact td {
	width: 250px;
	padding-right: 15px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
}
#tablePress td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 20px;
}
#tableInTheNews td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 20px;
}
#tablePartners td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 20px;
}
#tablePartners {
	margin-left: 30px;
}

#tableContactForm {
	margin-left: 50px;
}

#tableContactForm td {
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
#tableTeam td {
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}
.teamSide {
	width: 180px;
	background-color: #f5f5f4;
	padding-left: 20px;
	padding-top: 20px;
	color: #493981;
}
#tableTeam li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#tableTeamIcons td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#tableTeamIcons img {
	margin: 0px;
	padding: 0px;
}

#mediaKit td {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
}

/* ----------- cccpedia styling -------------*/

#cccPediaSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	border: 1px dotted #B3BDF5;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #333333;
}
#cccPediaSearch td {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.cccPediaSearchText {
	color: #666666;
	text-align: right;
	vertical-align: top;
	width: 200px;
}
.cccPediaSearchFields {
	color: #333333;
	text-align: right;
	vertical-align: top;
	width: 270px;
}
#cccPediaEntry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	border: 1px dotted #B3BDF5;
	margin: 0px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
#cccPediaEntry td {
	vertical-align: top;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f0;
}

.cccPediaResultsName {
	color: #9f9bd4;
}

td .pediaListLabel {
	width: 100px;
	padding-right: 4px;
}

/* ----------- various styling -------------*/
.clear {
	clear: both;
}
.intro  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #564395;
}
.largeAd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
}
.pullquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: .075em;
}
.serifAd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

.scholarQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #9098C7;
	margin-bottom: 16px;
}
.committeeNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4C3B86;
}
.historyOutsideFacts {
	font-style: italic;
	color: #777572;
}
.testimonialName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #61605F;
	line-height: 12px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #564395;
	font-style: italic;
}
.dottedDivider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B3BDF5;
}
.scholarName {
	font-weight: bold;
}
.faqQuestion {
	font-weight: bold;
	padding-bottom: 10px;
	color: #666666;
}
.sideQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: center;
}
.rightAlign {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#cccUsGoIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	border: 1px dotted #B3BDF5;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #564395;
}
#subSubTitle {
	padding: 0px;
	margin: 0px;
}


#introQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #564395;
	background-color: #f2f2f0;
	padding: 5px;
	text-align: center;
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}


.smName {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

.smNameFriend {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

#contributeArrows p {
	padding-left: 28px;
}

#contributeArrows h4 {
	font-weight: bold;
	background-image: url(images_layout/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 30px;
	color: #564395;
}

#introScholarQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #564395;
	padding: 0px;
	margin: 0px;
}

#quotationMarks {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	color: #9098C7;
}

#quotationMarks img {
	margin: 0px;
	padding: 0px;
	float: none;
	vertical-align: middle;
}


.privacy_disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
	color: #999999;
}
.aboutQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #564395;
	padding: 10px;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9DEFD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9DEFD;
	border-right-color: #D9DEFD;
	border-bottom-color: #D9DEFD;
	background-color: #f4f7fc;
}
.aboutQuoteQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

/* ----------- blog styling -------------*/

#blogSingleColumn {
	width: 778px;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
	padding: 0px;
}


#blogWhiteBoxWideContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 25px;
	vertical-align: top;
	background-image: url(images_layout/whiteboxWide_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#blogLeftColumn {
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#blogRightColumn {
	width: 500px;
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 10px;
}

#tanBox {
	background-image: url(images_layout/tanbox_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 10px;
}

#tanBoxTop {
	background-image: url(images_layout/tanbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#tanBoxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #46377D;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}

#tanBoxContent a:link {
	color: #E46F23;
}

#tanBoxContent a:visited {
	color: #E46F23;
}

#tanBoxContent a:hover  {
	color: #F6A864;
}


#tanBoxContent ul {
	margin-top: -5px;
}

#tanBoxContent ul ul {
	margin-top: 0px;
}

#tanBoxContent li {
	padding-bottom: 5px;
	margin-left: -30px;
	list-style-type: none;
	font-size: 10px;
	line-height: 15px;
}

#tanBoxContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.25em;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

#tanBoxContent blogIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #564395;
	font-style: italic;
}

#tanBoxBottom {
	background-image: url(images_layout/tanbox_bottom.gif);
	background-position: left top;
	height: 14px;
	width: 200px;
	background-color: #D9DEFD;
	background-repeat: no-repeat;
}

.tanBoxContentArrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #46377D;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	vertical-align: top;
	text-align: left;
	background-image: url(images_layout/arrow_purple.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	letter-spacing: 0.25em;
	margin-top: 10px;
	margin-left: -10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tanBoxContentLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0c0b1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}

.tanBoxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.25em;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.blogDottedDivider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0c0b1;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#blogCurrentEntry p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#blogCurrentEntry img {
	padding-bottom: 10px;
	padding-top: 10px;
}

#blogCurrentEntry li {
	margin: 0px;
	padding-bottom: 5px;
}
#blogCurrentEntry h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5643A2;
}
#blogCurrentEntry h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5643A2;
	font-weight: normal;
}
#blogCurrentEntry h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #574496;
	margin-bottom: -8px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #574496;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 10px;
}
#blogCurrentEntry h4 {
	padding: 0px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: -5px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.blogDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: 1px;
}
.blogInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.partners {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #564395;
	padding: 10px;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9DEFD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9DEFD;
	border-right-color: #D9DEFD;
	border-bottom-color: #D9DEFD;
	background-color: #FFFFFF;
	vertical-align: top;
	clear: both;
}
#partnerTable td {
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
}
.blogCategoryStyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}
.newsCommunities {
	font-size: 12px;
	padding-left: 20px;
	color: #FFF;
}

#twitter-link {
	padding-left: 25px;
}
