@import "DDMHorzMenu.css";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	color: #000000;
	background: #E1E5F1 url('images/containerbg.gif') repeat-y center;
}
img {
	border: 0px;
}
ul li {
	list-style-image: url('images/bullet.gif');
}
a,a:visited {
	color: #7e954c;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 794px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
div.clear {
	font-size: 1px;
	width: 100%;
	clear: both;
}
.padding {
	height: 10px;
}
form#search {
	position: absolute;
	top: 10px;
	width: 794px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
legend {
	display: none;
}

form#search input.submit,form#search input.text,form#search fieldset {
	vertical-align: middle;
	height: 17px;
}
form#search fieldset {
	text-align: right;
}
form#search fieldset input.text {
	height: 12px;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #ccc;
	color: #666;
	overflow: visible;
}
h1#header {
	display: block;
	background: url('images/main_header.jpg') no-repeat bottom;
	height: 338px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#login {
	position: absolute;
	right: 20px;
	width: 205px;
	top: 60px;
}
#login a {
	color: #ccc;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-weight:normal;
	color: #ecb469;
	padding: 0px;
}
form#loginForm fieldset label {
	width: 60px;
	color: #ccc;
	float: left;
}
form#loginForm fieldset input.text {
	color: #666;
	font-size: 11px;
	padding: 3px;
	float: right;
	width: 120px;
	height: 13px;
	margin: 1px;
	border: 0px;
}
form#loginForm p {
	color: #ccc;
}
#content {
	top: 12px;
	position: relative;
	width: 525px;
	float: left;
	min-height: 240px;
}
#leftpanel {
	top: 12px;
	position: relative;
	width: 246px;
	float: right;
}
#leftpanel img {
	padding-bottom: 0px;
}
div#footerArea {
	top: 20px;
	height: 50px;
	margin: 0px auto;
	width: 794px;
	font-size: 10px;
	color: #666;
	text-align: left;
	position: relative;
	z-index: 0;
}
div#footerArea ul {
	display: block;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
div#footerArea ul li {
	display:inline;
	list-style-type:none;
	padding: 0px 5px;
	border-right: 1px solid #ccc;
}
div#footerArea ul li.NIMLastItem {
	border-right: none;
}
div#design {
	float: right;
}
#line {
	color: #CCCCCC;
}