﻿/* CSS layout */
img { border: 0 none; }

.MenuTabs2Bottom {
	vertical-align: bottom;
	border-width: 0px; 
}

.TextMenus {
	font-family:Arial;font-style:normal;font-size:x-small;
	text-align:center; text-decoration:none;
}

/* OLD Background #00024A in use until conversion near complete, then switch to background-color: #f4f4f4; */
/* However NOT HERE, change in Page Props on AC_content.dwt	 */

.border_tg1 {
	border-style: groove;
	border-width: thin;
}

}
.SoftBkgd1 {
	background-color: #F7F9FB;
}

body { 
	azimuth: center;
	background-color: #f4f4f4;
	position: absolute;
	width: 810px;
	max-width: 810px;
	
}

#masthead {
	background-color: white;
	color: #808080;
	width: 100%;
}

#top_nav {
	background-color: #E3E1FF;
	width: 100%;
}

#container {
	background-color: white;
	position: relative;
	width: 100%;
}

#left_nav {
	background-color: white;
	width: 162px;
	position: relative;
	right: 0px;
	top: 10px;
}

#page_content {
	background-color: white;
	margin-left: 170px;
	top: 70px;
	position:absolute;
	width: 620px;
	height: auto;
}


#footer {
	background-color: white;
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;

