@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
border:none;
z-index:0;
}

html, body {
height:100%;
}

body {
	background-color: #CCC;
	background-image: url(images/backdrop.jpg);
	font-family:helvitica, arial, sans-serif;
	color:#000;
	font-size:99%;
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:250px;
	line-height:250px;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	background-image: url(images/mtn_flag_reflect.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#clearheader {
height:250px;
}

#outer{
	min-height:100%;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:-150px;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFDE;
}
a:link {
	text-decoration: none;
	color: #063;
	font-weight: bold;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #009;
	text-decoration: underline;
}
a:active {
	font-weight: bolder;
	color: #F00;
	text-decoration: none;
}

#left, #right {
	position:relative;
	width:200px;
	text-align:center;
	font-weight: bolder;
	text-transform: uppercase;
	color: #036;
}

#left {
float:left;
z-index:100;
margin-left:-199px;
left:-1px;
}

#right {
float:right;
margin-right:-199px;
right:-1px;
}

#middle {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: -1px;
}

p {
	padding:15px 15px 0 15px;
}

#clearfooter {
	clear:both;
	height:150px;
}

#footer {
	width:100%;
	clear:both;
	height:150px;
	line-height:10px;
	background-color:#143792;
	color: #333;
	font-weight:bold;
	text-align:right;
	position:relative;
	background-image: url(images/footer_bkgrnd.gif);
	background-position: center;
	font-family: Helvetica, sans-serif;
}

ie.css

#outer {
height:100%;
}

#left {
margin-right:-3px;
}

#right {
margin-left:-3px;
}
#middle h1 {
	text-align: center;
	font-weight: lighter;
	color: #333;
}
hr {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	height: 2px;
	border: medium double #214093;
	overflow: hidden;
	background-color: #FCD3B7;
}
textarea {
	background-color: #FFF;
	color: #036;
	border: medium double #036;
}
input {
	background-color: #fff;
	border: medium double #036;
		   }
#outer #middle ul {
	list-style-position: inside;
	list-style-image: url(images/check.gif);
	padding-right: 15px;
	padding-left: 30px;
}
.cushycms {
}
