/* CSS Document */
*{
text-decoration: none;
}
a:link {
	color: #CC5500;
	text-decoration: none;
}
a:visited {
	color: #CC5500;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #CC5500;
	text-decoration: none;
}
	
html, 
body {
   margin:0;
   padding:0;
   height:100%;
}
			
#container {
	position:relative;
	height:100%;
	min-height: 100%;
	margin:0 auto;
	width: 820px;
	z-index:0;
}

#header {
	position:absolute;
	margin: 30px 0px 0px 550px;
	width:270px;
	height: 80px;
}

#main {
	position:absolute;
	width:820px;
	height: 380px;
	top:110px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	border: 1px solid #999999;
	z-index: 6;
}
.maincolumn1 {
	position:absolute;
	width:150px;
	height: 350px;
	top:0px;
	margin: 30px 0px 0px 0px;
	color: #000000;
	z-index: 6;
}
.maincolumn2 {
	position:absolute;
	width:150px;
	height: 350px;
	top:0px;
	margin: 30px 0px 0px 150px;
	color: #000000;
	z-index: 6;
}
.maincolumn3 {
	position:absolute;
	width:150px;
	height: 350px;
	top:0px;
	margin: 30px 0px 0px 300px;
	color: #000000;
	z-index: 6;
}
.maincolumn4 {
	position:absolute;
	width:150px;
	height: 350px;
	top:0px;
	margin: 30px 0px 0px 450px;
	color: #000000;
	z-index: 6;
}	
#main h2{
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 16pt;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 5px 10px;
	font-weight: bold;
}
#main h1{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	display: block;
	color: #CC5500;
}

#main p{
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 5px 10px;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-align: justify;
	text-decoration: none;
	position:relative;
}
#footerleft {
	position:absolute;
	width:470px;
	margin: 570px 0px 0px 0px;
	height: 15px;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	z-index:1;
}
#footermiddle {
	position:absolute;
	width:255px;
	margin: 570px 0px 0px 470px;
	height: 15px;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	text-align: right;
	z-index:1;
}
#footerright {
	position:absolute;
	width:95px;
	margin: 570px 0px 0px 725px;
	height: 15px;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	color: #000000;
	text-align: right;
	z-index:2;
}
#nav {
	list-style-type: none;
	margin:50px 0px 0px 0px;
	padding:0px;
	position: absolute;
	text-transform:uppercase;
	z-index: 5;
}

#nav li {
	display:inline;
}
#nav li a {
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 16pt;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}
#nav li a:hover {
	color: #000000;
}

.sitenav {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	position: absolute;
	z-index: 5;
}
.sitenav  li {
	display:block;
}
.sitenav  li a {
	color: #999999;
	font-family:"Trebuchet MS";
	font-size: 9pt;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	text-align: left;
}
.sitenav  li a:hover {
	color: #CC5500;
}

