/**********************************************************************************
*
*	Ouray.css
*
**********************************************************************************/

/*	Markup Tags Definitions	*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #efede3;
	text-align: center;
}

body, table, tr, td, p, div, h1, h2, h3, h4, h5, ul, ol, li {
  font-family      : Verdana, Tahoma, Georgian, Helvetica, sans-serif;
}
body, table, tr, td, p, div, ul, ol, li {
  font-size        : 12px;
  color            : #181818;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
}

a {
	color: #033108;
	text-decoration: none;	
}

a:link {
	color: #033108;
	text-decoration: none;	
}

a:visited {
	color: #033108;
	text-decoration: none;	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;	
}

a:active {
	color: #033108;
	text-decoration: none;	
}

hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}



/* 	Classes 	*/
.cwpHeader {
	text-align: center;
}

.cwpNav {
	color: #FCFCF8;
	background-color: #F8F8EE;
	vertical-align: top;

}

.cwpContent {
	vertical-align: top;
	background-color: #E5E9E5;
}

.cwpFeatures {
 	background: #C7D1DB;
	vertical-align: top;
}

.cwpCopy {
	background-color: #E3EBE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.cwpHeadline {
	font-size: 16px;
	font-weight: bold;
	text-shadow: #999999;
}

