/* CSS Document */

html, body {
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	background: black;
}
td {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	padding: 0 10px 10px 0;
}
td.last {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	padding: 0 0 10px 0;
}
img.outlined {
	border: 1px solid black;
}
p {
	line-height: 140%;
	margin: 0px 0px 14px 0px;
	padding: 0;
}
h1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	padding: 0;
}
a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #ffffff;
	text-decoration: underline;
}
a.nav:hover {
	text-decoration: none;
}
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	/*height: 100%;*/
	margin: 0; 
	/*text-align: left;
	background: black;*/
}
#header {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: #fff215;
	margin: 0 0 50px 0;
}
#bodycopy {
	position: relative;
	/*top: 1px;*/
	left: 0px;
	display: block;
	/*margin-bottom: 150px; /*110px bottom margin is needed for footer */
}
#nav {
	float: left;
	width: 306px;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #ffffff;
}
#copytext {
	float: left;
	display: block;
	/*width: 483px;*/
	padding: 18px 18px 36px 18px;
	margin: 0 0 0px 18px; 
	border: 0;
	background: white;
}
#left_col {
	float: left;
	width: 143px;
	margin: 34px 18px 0 0;
	padding: 0;
}
#right_col {
	float: left;
	width: 287px;
	margin: 0;
	padding: 0;
}
#both_cols {
	float: left;
	width: 448px;
	margin: 0;
	padding: 0;	
}
#reset {
	clear: both;
	height: 130px;
}
#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 78px;
	margin: -78px 0 0 0; /* -78px top margin pulls footer up into browser window */
	text-align: left;
	background: url(images/ek_footer.jpg) repeat-x;
}
