body {
	background-color: #ECECEC;
}

#body {
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-size: auto auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	text-align: left;
	max-width: 986px;
    font: 12px Arial,sans-serif;
}

#gnwrap, #gnadww {
    background-color: #000000;
}

.content {
	max-width: 960px;
	margin: 20px 13px;
}
.content p {
    margin-bottom: 25px;
}
.left {
	float: left;
	width: 620px;
	margin: 0 10px;
	min-height: 784px;
}

.right {
	float: left;
	width: 300px;
	margin: 0 10px;
}

.module {
	border-top: 5px solid #C3C3C3;
	margin-bottom: 20px;
}

.module h1 {
	font-size: 18px;
	font-weight: bold;
}


/* right column content styling*/
.promoitem {
	background-color:#E6E7E8;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #FFFFFF;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 10px;
}

.promoitem a {
	color: #404040;	
	text-decoration: none;
}
.promoitem a:hover {
	text-decoration: underline;
}
.promoitem dt{
	margin: 10px 0;	
}
.promoitem dt a {
	font-weight: bolder;
	font-size: 12px;
	line-height: 1.1em;
	color: #013066;
}
.promoitem dd {
	margin: 0;
	padding: 0;
}

/*--- autocomplete list style overwrites --*/
.yui3-aclist {
	width: 252px;
	font-size: 18px;
	color: #666666;
	
}	

.yui3-aclist-content {
	max-height: 300px;
	overflow-y: auto;
}

.yui3-skin-sam .yui3-aclist-item-active {
    background-color: #990002;
}
