body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #003366; /*#d9d9d9; */
	
	/*
	border: thin solid #646871;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #012346; 
	*/
}

h1 {
	font-size: 1.40em;
	padding-bottom: 2px;
	margin-bottom: 0;
}

a:link {
	color: #003366;	
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF9900;
}
#aia-header {
	background-color: #FFFFFF;
	height: 75px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #D46D20;
}
#aia-header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 3;
}
#aia-header-logo img { /* defines the size dimensions of the logo */
	width: 140px;
	height: 64px;
}
#aia-header-menu {
	position: absolute;
	left: 175px;
	top: 50px;
	z-index: 3;
}
#aia-side-left {
	position:absolute; 
	left:5px; 
	top:125px; 
	width:160px;
	z-index:1;
}
#aia-middle {
	position:absolute;
	top:123px;
	left:180px;
	right:175px;
	border: 0px none #aaa;
	min-width: 250px;
	z-index:1;
	height: 385px;
	width: 600px;
}

.article-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
.table-white {
	background-color: #FFFFFF;
}

#content {
  padding: 10px 0;
}

#site_menu ul {
  margin-bottom: 0;
}

#site_menu ul li a {
  color: #036;
  font-size: 80%;
}
