html, body {
	margin: 0;
    padding: 0;
	height: 100%;
	text-align: left;
}

body {
	background: #a5acb0;
	margin: 0;
}

.hide {
	visibility: hidden;
}

img {
	border: 0;
}

a {
	text-decoration: none;	
	color: #333;
}

.hide {
	visibility: hidden;
	position: absolute;
	top:-10px;
	left: -10px;
}

.text {
	FONT-SIZE: 13px; 
	COLOR: #333; 
	FONT-FAMILY: "Trebuchet MS", sans-serif;
	padding-right: 0px;
	LINE-HEIGHT: 17px; 
	text-align: left;
}

p {
	FONT-SIZE: 13px; 
	COLOR: #333; 
	FONT-FAMILY: "Trebuchet MS", sans-serif;
	padding: 0px;
	LINE-HEIGHT: 17px; 
	text-align: left;
	margin: 0 38px 16px 36px;
}

h1 {
	FONT-SIZE: 19px; 
	COLOR: #950a0d; 
	font-weight: normal;
	FONT-FAMILY: "Trebuchet MS", sans-serif;
	LINE-HEIGHT: 20px; 
	text-align: left;
	margin: 0 38px 10px 36px;
}

h2 {
	FONT-SIZE: 16px; 
	COLOR: #604d3c; 
	font-weight: bold;
	FONT-FAMILY: "Trebuchet MS", sans-serif;
	line-height: 18px;
	margin: 0 38px 10px 36px;
}

h3 {
	FONT-SIZE: 13px; 
	color: #790007; 
	font-weight: bold;
	FONT-FAMILY: "Trebuchet MS", sans-serif;
	line-height: 15px;
	margin: 0 38px 10px 36px;
}

/* LEFT NAV */

#nav {
	padding: 0px;
	margin: 0px; 
	border: 0;
	width:200px;
	float: left;
	/*height: 808px;*/
}

#nav ul {
	list-style-type: none;
	PADDING: 0px;
	margin: 0px; 
	border: 0;
}
#nav ul a {
	PADDING: 0px;
	margin: 0px; 
}

#nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li a{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* HORIZONTAL SUB NAV */

#subnav {
	margin: 12px 0 0 36px;
	padding: 0 0 26px 0; 
	width: 498px;
	height: 24px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 498px;
	height: 24px;
}

#subnav li {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#subnav ul li {
	float: left;
}

#subnav li a{
	border: none;
}


/*MAIN FORMATTING STYLES FOR CONTENT AREA*/

#container {
	text-align: left;
	background: #fff;
	width: 958px;
	padding: 0;
	margin: 0;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	min-height: 841px;
	background: url(images/nav_bg.gif) top left repeat-y;
	zoom: 100%;
}

#content {
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
	min-height: 841px;
	width: 758px;
	zoom: 100%;
	
}
#copyright {
	/*clear: both;
	padding: 0;
	margin: 0 0 0 0;
	vertical-align: top;
	min-height: 110px;*/
}

#copyright p{
	margin: 80px 0 0 36px;
	padding: 0;
}

#copyright A {
	FONT-WEIGHT: bold; COLOR: #333; TEXT-DECORATION: none
}

#copyright A:hover {
	FONT-WEIGHT: bold; COLOR: #000; TEXT-DECORATION: none
}



