/* memo styles; use with memo_content.dwt  to produce DAF memos
*/

#container, #contain_content {
	background-image: none;
}
#memoHeader {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
	padding-top: 110px;
	background-image: url(/assets/logos/LOGO3grey.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#memoSubject h1 {
	border: none;
	padding: 0;
	font-size: 1em;
}
#memoHeader span {
	font-size: 200%;
}
#publisher, #daf {
	background-image:url(/assets/layout/bar.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 4px;
	margin-bottom: 1em;
	font-weight: normal;
}
.row {
	clear: both;
	line-height:1.2em;
	width:100%;
}
.colA {
	font-weight:bold;
	width: 7em;
	display: block;
	float: left;
}
.colB {
	float: left;
	padding-bottom: 1em;
}
#cc .row {
	height: auto;
}
#cc .colA {
	width: 2em;
}
#cc .colB {
}
#cc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#memoGetAcrobat {
	margin-top:2em;
}
#memoFrom {
	line-height:1.2em;
}
#fauxbody.forms h1.default {
	min-height:0;
	background:none;
	padding:0;
}

