body {
	background: #000000;
	margin: 0;
	font: 1em/10pt 'Courier New', courier, arial, sans-serif;
	font-size: 76%;
	color: #9d9e9f;
	background-repeat:repeat-y;s
	
	}
	
a:link, a:active{
	color:#9d9e9f;
	text-decoration:none;
	}
	
a:hover {
	color:#202020;
	text-decoration:none;
	background-color:#FFFFFF;
	}
	
a:visited {
	/*font-style:italic;*/
	color:#9d9e9f;	
	text-decoration:none;
	}
	
h1 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0  35px 0 0;
	display: block;
	width: 595px;
	margin:64px 0 50px 0;
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	line-height: 1em;
	}
	
/* Page Border */

#border-top {
	background-color: #0000;
	position: fixed;
	top:0;
	left:0;
	height: 7px;
	width: 100%;
	}
	
#border-left {
	background-color: #0000;
	position: fixed;
	top:0;
	left:0;
	width: 7px;
	height: 100%;
	}
	
#border-right {
	background-color: #0000;
	position: fixed;
	top:0;
	right:0;
	width: 7px;
	height: 100%;
	}
	
#border-bottom {
	background-color: #0000;
	position: fixed;
	bottom:0;
	left:0;
	height: 7px;
	width: 100%;
	}
	
/* Main */

#container {
	margin: 0 0 10px 30px;
	float:left;
	text-align: left;
	width: 880px;
	}
	
#left_col {
	float: left;
	width: 201px;
	height: auto;
	min-height: 550px;
	margin: 0 21px 0 0;
	padding: 0 20px 0 0;

	}
	
.address {
	margin: 0 0 40px 0;
	}
	
#left_col p {
	color:#ffffff;
	}
	
#left_col img a:hover {
	background-color:#339999;
	}
	
.logo {
	padding: 0 40px 10px 0;
	border-bottom: 1px solid #666666;
	display: block;
	margin: 29px 0 50px 0;
	}
	
#right_col {
	float: left;
	width: 608px;
	height: auto;
	min-height: 500px;
	margin: 0;
	}
	
#right_col p {
	color:#FFFFFF;
	width: 284px;
	float:left;
	margin: 0 20px 15px 0;
	line-height: 1.25em;
	}
	
#right_col p.desc {
	margin: 0 0 15px 0;
	width: 300px;
	}	

#right_col img {
	margin: 0 0 20px 0;
	}
	
#footer {
	float:left;
	width: 870px;
	height: 20px;
	text-align: left;
	padding: px 0 0 0;
	margin: 0px 0 60px 0;
	background:url(images/hdr_ftr_bg.gif) right top no-repeat;
	}
	
#footer p {
	margin: 0;
	border-top: 1px solid #666666;
	width: 198px;
	padding: 10px 0 0 0;
	}
	
#footer a {
	text-decoration: underline;
	}
	
/* Navigation */

.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.navigation ul {
	list-style:none;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.navigation li {
	list-style:none;
	list-style-type:none;
	margin: 2px 0 0 0;
	}
	
.navigation li a {
	list-style:none;
	list-style-type:none;
	margin: 2px 0 0 0;
	display: block;
	}
	
.navigation li a:hover {
	background-color: #fff;
	display: block;
	color: #202020;
	}
	
#print, #screen {
	margin: 10px 0 20px 0;
	}
	
a.ddbtn {
	background-color: transparent;
	margin: 0 0 10px 0;
	}
	
a.ddbtn img {
	margin: 0 0 5px 0;
	}
