/* ACPC Site Layout v2 by Michael Farrell */

#logo {
	position: absolute;
	left: 83px;
	top: 2px;
}

#htxt {
	position: absolute;
	left: 210px;
	top: 5px;
	right: 0;
	font-family: 'URW Gothic L', sans-serif;
	color: #103184;
}

#htxt h1 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 30px;
}

#htxt p {
	margin-top: 15px;
	font-style: oblique;
	font-size: 20px;
}

#nav {
	text-align: right;
	position: absolute;
	left: 0;
	top: 110px;
	width: 190px;
	color: #103184;
}

#nav ul, #nav li {
	padding: 0;
	margin: 0;
}


#nav li {
	list-style-type: none;
}

#nav li:hover {
	list-style-type: disc;
}

a:link {
	color: #103184;
}

a:visited {
	color: #841083;
}

a:hover, a:active {
	color: #841010;
	
}

#nav li ul {
	margin-right: 15px;
}

#content {
	position: absolute;
	left: 210px;
	top: 110px;
	right: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Arial', sans-serif;
}

.nocss {
	display: none;
}

#content h2, h3, h4 {
	padding: 0;
	margin: 0;
}

a img {
	border: 0;
}

p.caption {
	text-align: center;
	font-style: oblique;
}

div.ic {
	text-align: center;
}

table.natexec td, table.natexec th {
	vertical-align: top;
	border: 0;
	padding-bottom: 15px;
}

table.natexec th {
	text-align: right;
}

table.natexec, table.natexec tr {
/*	border: 0;*/
	width: 100%;
}

tr.r1 {
	background-color: #eee;
}

div.smallpara p {
	margin: 0;
	padding: 0;
}

table.iv td {
	text-align: center;
}

table.iv {
	width: 100%;
}

