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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:14px;
	line-height:14px;
}

h1,
h2,
.twoColumns h1.csc-firstHeader {
	font-weight:bold;
	font-size:23px;
	margin:0px;
	padding:0px;
	margin-bottom:14px;
}

h1.csc-firstHeader {
	font-size:31px;
}

h3 {
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	font-size:15px;
}

h1 .sIFR-alternate {
    display: none;
    /* other CSS properties go here */
}

a.invisiblelink {
	text-decoration:none;
	color:#000000;
}

.contenttable td {
	padding:2px;
}

table p {
	margin-bottom:0px;
}

ul {
	margin:0px;
	padding:0px;
	margin-left:25px;
}

li {
	margin:0px;
	padding:0px;
	margin-bottom:14px;
}

.indent {
	margin-left:25px;
}

/* TWO COLUMNS */
.twoColumns {
	clear:both;
}

.twoColumns .leftColumn {
	float:left;
	width:278px;
}

.twoColumns .rightColumn {
	float:right;
	width:278px;
}




/* HOME PAGE */
h2.hp_topInfoText {
	font-weight:normal;
	font-size:15px;
	line-height:17px;
	margin-bottom:17px;
}

h2.hp_topInfoText strong {
	font-weight:bold;
}

h2.hp_topInfoText.quote {
	font-weight:bold;
	color:#975b8b;
}

.hp-topBox {
	height:270px;
	clear:both;
	margin-bottom:0px;
}