@charset "utf-8";
a:link {
	color: #595959;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #595959;
}
a:hover {
	text-decoration: underline;
	color: #595959;
}
a:active {
	text-decoration: none;
	color: #595959;
}



/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #595959;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C8C6B9;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#container {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#spacer_top {
	height: 30px;
	clear: both;
}
.bar {
	height: 13px;
	width: 925px;
	background-color: #B5B3A3;
	clear: right;
	float: left;
}

#copyright {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 3000px;
	clear: both;
}


#global_logo {
	float: left;
	width: 464px;
	text-align: left;
}

.global_nav {
	float: left;
}

#global_nav_contact {
	clear: right;
}
#main {
	clear: right;
	float: left;
	width: 925px;
}

