
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/blue_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #79adc3;
}
div > a {
	color: #000000;
	text-decoration: none;
}
div > a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	text-align:left;
}
.indexPic {
	position: relative;
	left:-38px;
}
.menu > a {
	color: #FFFFFF;
	font-family: Lucida Sans, Helvetica, Arial;
	text-shadow: #555 1px 1px 1px;
	/*padding-top: 14px;*/
}
.menu {
	width: 957px;
	height: 22px;
	background: #000000;
	color: #FFFFFF;
	font-family: Lucida Sans;
	font-size: 12pt;
	text-indent: 15px;
	padding-top: 6px;
}
.contentholder {
	background: #79adc3;
	background-image: url('../images/blue_gradient.jpg');
	background-repeat: repeat-x;
	width: 957px;
	/*height: 422px;*/
	margin: 0px;
	padding: 0px;
}

#subcontent {
	/*background-image: url('../images/subcontent_light_blue_gradient.png');*/
	background-repeat: repeat-x;
	width:450px;
	margin-left: 30px;
	float: left;
	/*height:352px;*/
/*	background-color: #92cadd;*/
}
 .subcontent_item {
	margin:10px;
	text-align: left;
	color: #222;
	display: none;
font-family: helvetica;
 }
.footer {
	position: fixed;
	right: 4px;
	bottom: 4px;
	text-align: right;
	font-size: 6pt;
	color: #426071;
	width: 957px;
/*height: 17px;*/
 }
.footer a {
	/*text-align: right;*/
	color: #426071;
}
.footer_backlinks {
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
	width: 957px;
/*height: 17px;*/
 }
.footer_backlinks a {
	/*text-align: right;*/
	color: #FFFFFF;
}
.sleft {
	margin: 0px;
	margin: auto;
	padding: 0px;
	width:52px;
	height:523px;
	background-color: #79adc3;
	background-image: url('../images/sleft.png');
	background-repeat: no-repeat;

	float:left;
}
.sright {
	margin: 0px;
	margin: auto;
	padding: 0px;
	float:right; /* TODO: change back to left */
	width:52px;
	height:523px;
	background-color: #79adc3;
	background-image: url('../images/sright.png');
	background-repeat: no-repeat;
}
.homepage_detail {
	background-image: url('../images/home_detail_fill.png');
	background-repeat: repeat-y;
	width:392px;
	padding-top: 0px;
/*	padding-bottom: 30px;
	margin-bottom: 10px;*/
	text-align: left;
	color: #111;
/*	border-bottom: 1px solid #666;*/
	/*border: 1px solid #CCC;*/
}
.homepage_detail_top {
	background-image: url('../images/home_detail_top.png');
	background-repeat: no-repeat;
	width: 392px;
	height: 15px;
}
.homepage_detail_bottom {
	background-image: url('../images/home_detail_bottom.png');
	background-repeat: no-repeat;
	width: 392px;
	height: 15px;
	padding-bottom: 10px;
/*)	margin-bottom: 10px;*/
}
.homepage_detail_text {
	width: 97%;
	margin: auto;
}
.home_left_content_section {
	padding-top: 50px;
	padding-bottom: 0px;
	margin-left: 15px;
	background-repeat: no-repeat;
	text-align: right;
}
.detail_header_text {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 16px;
}
.detail_header_label {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 20px;
}
.smallDivHR {
	border: none;
	border-bottom: 1px dotted #666;
	height: 1px;
	width: 200px;
	float:right;
}
.bigDivHR {
	border: none;
	border-bottom: 1px dotted #666;
	height: 1px;
	width: 250px;
}

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


/* jQuery */
 .red {
 background-color: #FF0000;
 }
 .selected {
	position: relative;
	left: 5px;
	color: #CC0000;
 }
 .hidden {
	display: none;
 }
 
 
 

