body {
	color: #333;
	background-color: #FFF;
}

p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 140%;		
	line-height: 130%;
	color: #800;
	background-color: transparent;
	margin-bottom: -0.5em;
}

h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* color: #3A6087; */
	color: #184065;
	background-color: transparent;
	font-size: 100%;	
	margin-bottom: -0.5em;
}

#LOGO {
	position: absolute;
	top: 10px;
	left: 15px;
}

#LEFTCOLUMN {
	display: none;
}

#RIGHTCOLUMN {
	position: absolute;
	left: 500px;
	top: 120px;
	width: 130px;
	margin: 0px;
}

#CONTENT {
	width: 400px;
	margin-top: 110px;
	margin-left: 62px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;	
	color: #333;
	background-color: #FFF;
	font-size: 95%;	
	line-height: 150%;
}

#FOOTER {
	margin-left: 55px;
}

#WARN {
	display: none;
}		

.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

.rightcol {
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;	
	line-height: 150%;
}

.logos {
	margin-bottom: 3px;
	border: none;
	border: 0px;
	padding: 0px;
}

.address {
	line-height: 150%;
	border: none;
	color: #333;
	background-color: transparent;
}

.bottomnav {
	display: none;
}

a {
	color: #333;
	background-color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #333;
	background-color: #FFF;
	text-decoration: none;
}

abbr, acronym {
	border-bottom: 1px dotted #800;
	cursor: help;
}

.bluerule {
	margin-top: 7px;
	margin-bottom: 7px;
}