﻿body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}
#frame {
	position: relative;
	width: 720px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
/*
	border: 1px solid #A9A493;
*/
}
/* ============ Top Navigation ============= */
#topnav_ table {
	position: absolute;
	top: 0px;
	left: 10px;
}
#topnav_ tr {
	height: 10px;
}
#topnav_ td {
	padding: 5px 15px 0 20px;
}
#topnav_ li {
	list-style: none;
	display: inline;
}
#topnav_ a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
html > body #topnav_ ul li a {
	width: auto;
}
#topnav_ a:hover {
	color: #093;
}
/* ============ Left Navigation ============ */
#leftNav_ ul {
	list-style: none;
	margin: 0 5px 0 10px;
	padding: 0;
}
#leftNav_ ul li {
	margin: 2px;
	font-size: 12px;
	line-height: 18px;
}
#leftNav_ ul li a, #leftNav_ ul li a:link, #leftNav_ ul li a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#leftNav_ ul li a:hover {
	/*	color:#BAD047;	*/
	color: yellow;
}
/* ============ Right Navigation ============ */
#rightNavHeader_ p {
	margin: 8px 30px 0 15px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
#rightNav_ iframe {
	margin-left: 5px;
}
/* ============ subBanner ============ */
#subBanner_ {
	padding-left: 0px;
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-transform: uppercase;
}
#subBanner_ a {
	text-decoration: none;
	color: white;
}
#subBanner_ a:hover {
	color: black;
}
/* ============ buttons ============ */
#buttons_ tr {
	height: 145px;
}
#buttons_ td {
	width: 25%;
	text-align: center;
	background-image: url(image/Blue_button.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#buttons_ td.no_button {
	background-image: none;
}
#buttons_ a {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
#buttons_ a:hover {
	color: #008;
}
/* ============ footer ============ */
#footer_ {
	margin: 10px;
	text-align: center;
	font-size: 9px;
}
#footer_ a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
#footer_ a:hover {
	color: #093;
}
#footer_ hr {
	width: 50%;
}
/*
linkBar in bottom_footer.htm
*/
ul#linkBar {
	text-align: center;
}
ul#linkBar li {
	list-style: none;
	display: inline;
}
ul#linkBar a {
	display: inline-block;
	margin: 0;
	padding: 0 16px;
	height: 16px;
	width: 16px;
	background-image: url(IMAGES/links/widgets.png);
	background-repeat: no-repeat;
}
