@import url(base.css); /* Base content area layout */
@import url(layout1.css); /* Layout1 content area layout */

#header {		

	background: #fff url(../images/headers/aonb-subheader-04.jpg) no-repeat;
}

#content .bottom .pright {
	margin-left: 21px;
	background: transparent url(../images/vert_dotted_border.gif) repeat-y top left;
	padding-left: 7px;
}


#content .top {padding: 0 0 0.5em 0}

table { width: 99%}
table thead {
	background: #7afecd;
	
}
table thead th, table tr td {
	padding: 5px 2px 5px 0px;
	background-image: url(../images/horiz_dotted_border.gif);
	background-position:  bottom left;
	background-repeat: repeat-x;
	color: #333;
}