@charset "utf-8";
/* CSS Document */

* 	{
	padding: 0;
	margin: 0;
	}


#background {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/newpage/gradient3.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	}

#header {
	height: 70px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

#coloradotext {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding-top: 20px;
	}

#contenthistory {
	height: 750px;
	width: 960px;
	color: #4c4747;
	font-size: 12px;
	text-align: left;
	}

#historytext {
	float: left;
	width: 600px;
	height: 650px;
	padding-left: 30px;
	}
	
#list 	{
	width: 350px;
	height: 75px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
#rtcolumnhistory {
	float: right;
	width: 275px;
	font-size:10px;
	text-align: center;
	border-style:solid;
	border-color:#FFFFFF;
	border-width: 3px;
	background-color: #cab7ba;
	overflow: hidden;
	height: 710px;
	margin-right: 20px;
	}

#rtcolumnhistory a:link {
		color: #cab7ba;}
#rtcolumnhistory a:visited {
		color: #4c4747;}
#rtcolumnhistory a:hover {
		color: #b0102a;
		}

.logos {
	border-style:outset;
	border-color:#FFFFFF;
	border-width: 3px;
	}	

#footer {
	width: 575px;
	height: 30px;
	color: #cab7ba;
	font-size:10px;
	text-align: center;
	margin-bottom: 10px;
	}

#footer a:link {
		color: #cab7ba;}
#footer a:visited {
		color: #4c4747;}
#footer a:hover {
		color: #b0102a;
		}


#footer2 {
	width: 575px;
	height: 30px;
	color: #cab7ba;
	font-size:10px;
	text-align: center;
	margin-top: 90px;
	}

#footer2 a:link {
		color: #cab7ba;}
#footer2 a:visited {
		color: #4c4747;}
#footer2 a:hover {
		color: #b0102a;
		}
	
#copyright {
	clear: both;
	text-align: left;
	font-size:10px;
	line-height: 25px;
	padding-left: 5px;
	background-color: #99989c;
	}

/*reply form*/
#content {
	width: 900px;
	height: 200px;
	margin-left: 30px;
	}

h4 {
	font-weight: normal;
	color: 4c4747;
	}

