@charset "utf-8";
/* CSS Document */


body, html {
	padding: 0px;
	margin: 0px;
	font-family: 'Arial', sans-serif;
	background-color: rgba(231,231,231,1.00);
}


#banner {
	width: 970px;
	height: 249px;

	/*
	-moz-border-radius: 35px;
	border-radius: 35px;
	*/
}
#logo {
	font-size: 36px;
	color: #086C91;
	position:absolute;
	top: 180px;
	left: 28px;
}

#container {
	position: absolute;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	padding: 0px;
	background-color: #F2F2F2;
	min-height: 100%;
}

#content {
	margin-left: 	32px;
	margin-right:	25px;
	margin-top:		27px;
	margin-bottom:  85px;
	font-size: 		12pt;
}
/*
#contentborder {
	position:absolute;
	top: 450px;
	width: 175px;
}
*/
.bodytext, li {
	font-size: 12pt;
	color: #767676;
}
p {
	margin-bottom: 18px;
}
.bodytext span.important {
	font-size: 14pt;
}
.bodytext a:link, .bodytext a:visited, form a:link, form a:visited {
	text-decoration: none;
	color: #7D9CAF;
}
.bodytext a:hover  {
	text-decoration:underline;
}
h1 {
	font-size: 24pt;
	color: #767676;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: white;
	background: #777777;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	color: rgba(182,182,182,1.00);
}
#footer a {
	text-decoration: none;
	color: #7D9CAF;
	}
.quotes {
	display: none;
	}
.csc-uploads a{
		color: #50833e;
		text-decoration: none;
		margin-right: 10px;
}
.csc-uploads a:hover {
	text-decoration: underline;
}
	