@charset "UTF-8";

/******************************************** home styling ********************************************/

#homelink {
	color: #666666;
	background-color:#fff2b2;
	font-size: 12px;
	text-decoration: none;
	line-height:22px;
	display:block;
}
#mainContent {
	width: 709px;
	float: left;
	margin-top: 38px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 20px;
	height: 720px;
}
#newsContent {
	width: 709px;
	float: left;
	margin-top: 38px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 20px;
}
#newsContent ul {
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
}
#newsContent li {
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
}
#newsContent ul.logolist li {
	list-style-type: none;
	float: left;
	margin-right: 75px;
	margin-bottom: 20px;
	padding: 0px;
}
.imageclear {
	clear: both;
	display: block;
	font-size: 13px;
	color: #004b8d;
	font-weight: bold;
}
#imageBar {
	background-repeat: no-repeat;
	background-image: url(../images/image_BGs.jpg);
	height: 174px;
	width: 730px;
	margin-top: 40px;
	float: left;
}
#graphs {
	background-image: url(../images/graphs_17.png);
	background-repeat: no-repeat;
	height: 315px;
	width: 707px;
	margin-top: 20px;
}
.tightTop {
	padding-top: 0px;
	margin-top: 0px;
}
#goltraCS {
	width: 707px;
	border: 1px solid #999999;
}
#goltraCS p {
	padding-left: 10px;
	padding-right: 10px;
}
#noHighlight {
	background-color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	line-height:22px;
	display:block;
}
#download {
	width: 175px;
	float: right;
	height: 30px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#download img {
	padding-top: 0px;
}
#download a {
	width: 175px;
	top: -8px;
	padding-left: 5px;
	margin: 0px;
	position: relative;
}

