@charset "UTF-8";
#container {
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 15px;
	margin-top: 1em;
	width: 800px;
}
#header {
	width: 800px;
	padding-bottom: 6px;
	border-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../original-files/2colcenter/bgr.gif);
	background-repeat: repeat-x;
	font-size: 95%;
	text-align: left;
}
h1 {
	font-size: 220%;
	color: #339967;
	background-color: #FFFFFF;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	background-color: #FFFFFF;
}
#nav  ul {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
}
#nav li {
	width: 100%;
	margin-top: 0px;
	padding-top: 0.1em;
	padding-bottom: .10em;
}
#nav li a {
	color: #000066;
	display: block;
	background-color: #FFFFFF;
	padding: 0.25em;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #000000;
}
#nav li a:visited {
	color: #000066;
	display: block;
	background-color: #FFFFFF;
	padding: 0.25em;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #000000;
}
#nav li a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
}
#nav li a:active {
	color: #000066;
	display: block;
	background-color: #FFFFFF;
	padding: 0.25em;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #000000;
}
#nav {
	width: 134px;
	padding-right: 12px;
	float: left;
}
#main {
	width: 585px;
	padding-left: 12px;
	clear: right;
	float: left;
}
#rtside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #009966;
	text-align: center;
	width: 200px;
	float: right;
	clear: right;
}
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	float: right;
}


#footer {
	clear: both;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: auto;
	width: 640px;
	margin-right: auto;
	padding-top: 6px;
}
#footer a {
	color: #0033CC;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#footer a:visited {
	color: #0033CC;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
#footer a:active {
	color: #0033CC;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#main a {
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#main a:visited {
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#main a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
#main a:active {
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#nav li a:active {
	color: #660000;
	display: block;
	background-color: #CCCCCC;
	border-top: thin solid gray;
	padding: 0.25em;
	font-weight: bold;
	text-decoration: none;
}

.textbold100 {
	font-size: 100%;
	font-weight: bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 60px; /*position where enlarged image should offset horizontally */

}
#tableagent {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009966;
}
.imgrt {
	float: right;
	border: 1px solid #000000;
}
.calendar {
	background-color: #CCFFCC;
}
.imgcenter {
	width: auto;
	display: inherit;
}

