body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #272635;
	background-image: url();
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 1ex; 
	vertical-align: middle;
	background-color: #E3E3E3;
	padding-right: 0px;
	border: 3px;
	border-color: #000000;
}
.oneColFixCtrHdr #header {
	background: transparent;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #0E0928;
	padding-bottom: 3px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
}
.oneColFixCtrHdr #footer {
	clear: both;
	background:transparent;
	background-color: #B8BDC4;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top: 20;
	background: transparent;
}
.style3 {
	color: #000000;
}

#apDiv1 {
	position:absolute;
	left:171px;
	top:224px;
	width:951px;
	height:588px;
	z-index:0;
	background-color: #FFFFFF;
}
#apDiv2 {
	position:absolute;
	left:1133px;
	top:225px;
	width:343px;
	height:587px;
	z-index:1;
	background-color: #666666;
}
#apDiv3 {
	position:absolute;
	left:6px;
	top:201px;
	width:234px;
	height:608px;
	z-index:1;
	background-color: #999999;
}
#apDiv4 {
	position:absolute;
	left:222px;
	top:213px;
	width:214px;
	height:41px;
	z-index:0;
	background-color: #0033FF;
	visibility: inherit;
}

.h2 {
	font-size: x-large
	font-weight: bold; font-family: "Courier New", Courier, monospace; color: #272635;
}

a:link {
	color: #19699B;
}
a:visited {
	color: #0E0928;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
.style18 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
}
h3{
	font-size: 80;
	font-weight: bold;
	/* font-family: "Courier New", Courier, monospace; */
	color: #272635;
	font-size: large;
}



.navlist {
	font-size: medium;
	list-style: none;
	display: inline;
	color: #FFFFFF;
}

li.navlist {
	display: inline;
	color: white;
	font-weight: bold;
}

a.navlist  {
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 0.8ex;
	text-decoration: none;
}
a.navlist:visited {
	color: white;
}

li.navlist:after {
	content: " | ";
}

.two_col_half {
	width: 49%;
}

.two_col_right {
	float: right;
}


#searchbox {
	padding: 2ex;
	border: 3px;
	margin: 0px auto ;
	text-align: center;
	font-size: 130%;
}


#searchbox form input {
	font-size: 100%;
}


.searchadvice {
	font-style: italic;
	font-size: 95%;
}



#publications_doc_index {
	margin: auto;
}

.seach_back_to_results {
	font-size: 65%;
}

#search_entry {
	font-size: 120%;
}

#search_entry_submit {
	font-size: 120%;
}
