/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #ffffff;
	color: #ffffff;
	text-align: center;
	height: 100%;
}

#page {
	margin: 0 auto 0 auto;
	width: 800px;
	min-height: 100%;
	text-align: left;
	background: #ffffff 
}

* html #page {
	height: 100%;
}



#Header {
	position:absolute;
	width:800px;
	height:100px;
	z-index:2;
	background-color: #CCCC99;
}
#mainnavigation {
	position:absolute;
	top:100px;
	width:750px;
	height:23px;
	padding-top: 3px;
	z-index:2;
	background-color: #CC3333;
	padding-left: 50px;
	
}
.copylink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #660;
	text-decoration: underline;
}

a.copylinnk:visited {
	text-decoration: underline;
	color: #660;
}
a.copylinnk:hover {
	text-decoration: underline;
	color: #993;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
a.white {
	font-size: 9pt;
	color: #ffffff;
}
a.white:link {
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: none;
	color: #FFCCCC;
}
a.white:active {
	text-decoration: none;
	color: #CC3333;
}

#subnav {
	position:absolute;
	top:124px;
	width:750px;
	height:19px;
	z-index:3;
	padding-left: 50px;
	padding-top: 5px;
	overflow: visible;
	background-color: #FFFFFF;
}

#subnav li {
	display:inline;
	padding:0;
	margin:0;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cc3333;
}
	
a.brown {
	font-size: 8pt;
	color: #cc3333;
}
a.brown:link {
	text-decoration: none;
}
a.brown:visited {
	text-decoration: none;
	color: #cc3333;
}
a.brown:hover {
	text-decoration: none;
	color: #ff3333;
}
a.brown:active {
	text-decoration: none;
	color: #ff3333;
}
#body {
	position:absolute;
	top:148px;
	width:800px;
	height:304px;
	z-index:4;
	}

#copy {
	position:absolute;
	top:468px;
	width:760px;
	height:150px;
	z-index:4;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #CCCC99;
}
#bottom {
	position:absolute;
	top:617px;
	width:800px;
	height:20px;
	z-index:5;
	background-color: #CC3333;
}


#bottom img {
vertical-align:bottom;
}

#footer {
	position:absolute;
	top:637px;
	width:780px;
	height:50px;
	z-index:5;
	padding-left: 20px;
	background-color: #FFFFFF;
}
