body {
	background-color: #FFFFF0;
	margin: 10px;
	font-size: 0.85em;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

#LogoBox {
	position:absolute;
	left:10px;
	top:0px;
	width:352px;
	height:110px;
	z-index:1;
	background-image: url(dla-images/dla-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#BannerText {
	position:absolute;
	top:20px;
	height:80px;
	z-index:2;
	right: 1px;
	font-weight: bold;
	padding: 5px 4% 0 20px;
	width: 363px;
	text-align: center;
	color: #316395;
	font-size: 1em;
	line-height: 120%;
}

#Main {
	position:absolute;
	background-image: url(dla-images/dla-bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 120px;
	background-attachment: fixed;
	background-color: #FFFFF0;
	border-top-color: #6699CC;
	border-top-style: solid;
	border-top-width: 1px;
	top: 110px;
	padding-left: 0;
	padding-right: 3%;
	padding-top: 0px;
	padding-bottom: 25px;
	color: #214263;
	border-bottom-color: #6699CC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #6699CC;
	margin-top: 0px;
	margin-right: 1.5%;
}

#Main a {
	color: #3973AC;
}

#Main a:hover, #Main a:active {
	color: #214263;
}

#Main #callout {
	float: right;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #6699CC;
	color: #FFFFF0;
	width: 300px;
	text-align: center;
	margin-top: 15px;
}

#callout div {
	padding-right: 15px;
}

#callout a {
	color: #FFFFF0;
	text-decoration: none;
}

#callout a:hover, #callout a:active {
	color: #214263;
}

#Nav {
	float: left;
	z-index:3;
	background-color: #6699ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 120px;
	margin-top: -2px;
	margin-left: 15px;
}

#Nav a {
	text-decoration: none;
	color: #214263;
	background-color: #FFFFF0;
	display: block;
	margin: 0;
	margin-left: -2px;
	padding: 5px;
}

#Nav a:hover, #Nav a:active {
	background-color: #214263;
	color: #FFFFFF;
}

#bodytext {
	margin-left: 190px;
	padding-top: 20px;
}

td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #6699CC;
	border-bottom-color: #6699CC;
	background-color: #FFFFF0;
	padding-left: 3px;
	height: 30px;
}

b {
	font-weight: bold;
	font-variant: small-caps;
	color: #6699CC;
	text-transform: uppercase;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	font-weight: bold;
}

.h1 {
	font-size: 1.25em;
}

.firstpara, h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
}

.feedbackform td {
	border: none;
	height: auto;
}

