body {
	margin: 0;
	padding: 0;
	background-color: #183b12;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #E8DFA7;
}

p, td, tr {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #E8DFA7;
}

a {color: #E8DFA7; text-decoration: underline;}
a:hover {text-decoration: none;}

.orange {color: #EF9700;}
.orange a {color: #EF9700; text-decoration: underline;}
.orange a:hover {text-decoration: none;}

#container {
	width: 751px;
	height: 100%;
}

#logo {
	width: 557px;
	float: right;
	text-align: right;
	background:#183b12;
}

#content-container {
	background-image: url('images/container-background.gif');
	width: 751px;
}

#left-column {
	float: left;
	width: 194px;
	height: 580px;
}

#nav { 
	background-image: url(images/nav.gif);
	height: 33px;
}

#nav-text{
	text-align: center;
	font:10pt "Tahoma", sans-serif;
	color: #FFFFFF;
	padding-top: 2px;
}

#nav-text a {color:#FFFFFF; text-decoration: none;}
#nav-text a:hover {color:#FFFFFF; text-decoration: underline;}

#right-column {
	float: right;
	width: 557px;
	background-image: url('images/right.gif');
}

#content {
	width: 500px;
	min-height: 500px;
	_height: auto;
}

#highlight {
	color: #EF9700;
	font-weight: bold;
	font-size: 12pt;
}

#header {
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #E8DFA7;
}

#footer {
	background-image: url('images/footer.gif');
	clear:both;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
}

#footer-text {
	text-align: center;
	vertical-align: text-bottom;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #E8DFA7;
}

#footer-text a {color: #E8DFA7; text-decoration: none;}
#footer-text a:hover {color: #E8DFA7; text-decoration: underline;}
