@charset "utf-8";
/* CSS Document */
html,body,p,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,blockquote,fieldset
 {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
}
#container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {


}
#header #nav {
	list-style: none;
	display: inline;
	background-color: #000000;
	}

#header #mast {
	background-image: url(../images/dp_02.jpg);
	height: 142px;
	width: 870px;
}
#mainContent {
	background: #000;
	color: #CCCCCC;
}
#mainContent  .subhead {
	font-size: 115%;
	color: #987d30;
	padding: 2px 0 5px 0;
}

#mainContent #right ul {
	margin: 10px 0;


}
#mainContent #right li {
	margin-left:25px
}

#mainContent #left {
	background-color: #000000;
	padding: 0;
	min-height: 400px;
	float: left;
}
#mainContent #right {
	float: right;
	padding: 20px;
	background-color: #dbd2b7;
	min-height: 410px;
	color: #000000;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
#header .clear {
	clear: both;
	width: 870px;
	height: 6px;
	background-color: #000000;
}
a:link {
	color: #987d30;
	text-decoration: none;
}

a:visited {
	color: #594A1C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #CC3300;
}
#popup {
	background-image: url(../images/logo.jpg);
	width: 212px;
	height: 56px;

}
