body {
	background-image:url('images/denverbackground1200.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-color:#000000;
}
P, TD {
	font-family:'Trebuchet MS','Arial';
	font-size:10pt;
	color:#FFFFFF
}
h1 {
	font-size:14pt
}
h2 {
	font-size:8pt;
	font-weight:200
}
img {
	border:0px
}
ul {
	list-style-type:square
}
A:link, A:visited, A:active {
	color: #FFFFFF
}
A:hover {
	color:#C0C0C0;
	-webkit-transition-duration: 0.5s;
	-webkit-transform: scale(1)
}
table {
	border:0;
	border-collapse:collapse
}
ul#nav {
	font-size: 8pt;
	font-weight: 700;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap
}
#nav li {
	display: inline;
	list-style-type: none
}
#nav a {
	padding: 2px 4px;
	border-radius-topleft: 6px;  
	border-radius-topright: 6px;  
	border-radius-bottomright: 0px;  
	border-radius-bottomleft: 0px; 
	-moz-border-radius-topleft: 6px;  
	-moz-border-radius-topright: 6px;  
	-moz-border-radius-bottomright: 0px;  
	-moz-border-radius-bottomleft: 0px;  
	-webkit-border-top-left-radius: 6px;  
	-webkit-border-top-right-radius: 6px;  
	-webkit-border-bottom-left-radius: 0px;  
	-webkit-border-bottom-right-radius: 0px;  
	background-color: #c0c0c0;
	color: #fff;
	text-decoration: none
}
#nav a#active {
	background-color: #990099;
	color: #c0c0c0
}
#nav a:hover {
	background-color: #990099;
	color: #c0c0c0;
	-webkit-transition-duration: 0.5s;
	-webkit-transform: scale(1)
}
ul#navbottom {
	font-size: 8pt;
	font-weight: 700;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap
}
#navbottom li {
	display: inline;
	list-style-type: none
}
#navbottom a {
	color: #fff;
	text-decoration: none
}
#navbottom a#active {
	color: #c0c0c0
}
#navbottom a:hover {
	color: #c0c0c0;
	-webkit-transition-duration: 0.5s;
	-webkit-transform: scale(1);
}
