a{ color: navy; text-decoration: underline; }

a:visited{ color: navy; text-decoration: underline; }

a:hover{ color: #006400; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/header-x.jpg);
	background-repeat: repeat-x;
}
p.red-em{
	color: red;
	font-style: italic;
}
p.red-em a{
		color: red;
	font-style: italic;
}
span.blue{
	color: #1f497d;
}
p.underline{
	text-decoration: underline;
}
.bold-underline{
	text-decoration: underline;
	font-weight: bold;
}
.headline{
	font-size: large;
	font-weight: bold;
}
div.clear{ clear: both; }

div.copyright{ font-size: x-small; float: right; padding-top: 6px; }

div.main{ width: 100%; border-bottom: 1px dotted gray; }

h1.header{ font-size: 18pt; color: #004499; }

td.borderbottom{ border-bottom: 1px solid #c7c7cf; }

td.bordertop{ border-top: 1px solid #c7c7cf; }
table.pad td{
	padding: 10px;
}

td.header{
	background: url(images/header_rgt.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

td.maincontent{ padding-right: 10px; padding-left: 10px; }

tr.gray td {
	background-color: #efefef;
	color: black;
	border-left: 1px dotted black;
}

ul.spacer{ line-height: 2.5em; }
ul.spaceafter li{
 padding-bottom: 16px;
}
ol.pushrgt li{
	list-style-position: inside;
}
ul.nobullets li{
	list-style: none;
}
.rollover a, .rollover a:visited {
	display: block;
	width: 143px;
	height: 22px;
	padding: 4px 0px 0px 0px;
	font: bold 13px sans-serif;
	color: #333;
	background: url("images/rollover_button.jpg") 0 0 no-repeat;
	text-decoration: none;
}

.rollover a:hover { background-position: 0 -26px; color: #049; text-decoration: none;}

.rollover a:active { background-position: 0 -52px; color: #3B6C30; }

#dropmenudiv{
	position: absolute;
	border-left: 1px solid black;
	background-color: white;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/* border-bottom: 1px solid black; */
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#dropmenudiv a:visited{ color: black; }

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #DEDEDE;
	color: #049;
}
/* cssflyout */
/* common styling */
.cssfly {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0;}
.cssfly ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:104px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background: #003399; color:#FFFFFF;
 line-height:19px; font-size:11px;}
.cssfly ul {padding:0; margin:0;list-style-type: none; }
.cssfly ul li {float:left; margin-right:1px; position:relative;}
.cssfly ul li ul {display: none;}

/* specific to non IE browsers */
.cssfly ul li:hover a {color:#fff; background:#000;}
.cssfly ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}
.cssfly ul li:hover ul li a.hide {background:#ccc; color:#000;}
.cssfly ul li:hover ul li:hover a.hide {width:150px;}
.cssfly ul li:hover ul li ul {display: none;}
.cssfly ul li:hover ul li a {display:block; background:#ccc; color:#000; width:150px;}
.cssfly ul li:hover ul li a:hover {background:red; color:#000;}
.cssfly ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.cssfly ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.cssfly ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
