body {
	background:#2B314F url(../images/ui/bg_tile.gif);
	color:#191E3A;
	margin:0px;
	height:100%;
	font:0.7em  Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:0;
}
img {
	border:0;
}
#main {
	position:absolute;
	top:0px;
	left:50%;
	width:796px;
	margin-left:-400px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:47px;
}
#header p {
	position:absolute;
	left:0px;
	bottom:0px;
	margin:0px;
	color:white;
}
#header p span {
	font-size:2.8em;
	font-weight:600;
}
#formp {
  width:100%;
}
#searchbtn {
	position:absolute;
	right:1px;
	bottom:6px;
	width:53px; 
	height:18px;
	border:0; 
}
#searchfield {
	position:absolute;
	right:56px;
	bottom:6px;
	width:108px;
	height:14px;
	border:1px solid #464F70;
	font-size:0.8em;
}
#headerimage {
	position:absolute;
	left:0px;
	top:47px;
	width:775px;
	height:41px;
	border:10px solid white;
	border-width:10px 10px 0px 10px;
	background:#D4DCE8;
}
#headerimage img {
	width:775px;
	height:41px;
}
.nav {
	position:absolute;
	left:0px;
	top:98px;
	width:776px;
	height:34px;
	border:10px solid white;
	border-width:10px 9px 0px 10px;
	background:#283260;
}
.nav a:link, .nav a:visited {
	padding-top:6px;
	font-size:0.8em;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	display:block;
	float:left;
	width:96px;
	height:24px;
	border-right:1px solid #FFFFFF;
	outline:none;
}
.nav a:hover {
	background:#2666A5;
}
.nav2 {
	top:132px;
	border-top-width:5px;
	background:#B8BECC;
}
.nav2 a:link, .nav2 a:visited {
	padding-top:2px;
	color:#191E3A;
	height:18px;
}
.nav2 a:hover {
	background:#D4DCE8;
}
#content {
	position:absolute;
	left:0px;
	top:155px;
	/*
	 * If no nav2 top:132px;
	 */
	width:745px;
}
#content p:first-child {
	margin:0;
}
#actualcontent {
	width:100%;
	border:10px solid white;
	border-bottom-width:15px;
	background:#D4DCE8;
	padding:15px;
}
#actualcontent p:first-child {
	margin:0;
}
#col {
	width:70%; 
	margin-left:15%;
}
#footer {
	margin-top:6px;
	margin-bottom:24px;
	margin-left:8%;
	font-size:0.75em;
	text-align:center;
	color:#FFFFFF;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
}
.hi{
	font-size:1.2em; 
	font-weight:bold;
}
.clearing {
	clear:both; 
	font-size:0.2em; 
	margin:0;
}
a {
	color:#0489B7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
