@charset "UTF-8";
/* CSS Document */
BODY {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #444444;	
}
.pagetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0055a5;
	border-color: #c71313;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
}

.pagesubtitle, A.pagesubtitle, A.pagesubtitle:link, A.pagesubtitle:hover, A.pagesubtitle:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15x;
	font-weight: bold;
	color: #c71313;
	border-color: #0055a5;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	text-decoration: none;
}

.pagehighlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #c71313;
	font-weight: bold;
}

.pagebody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #444444;
}

.tdf {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #c71313;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #c71313;
}

.leftnavbutton {
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/btn_background.gif);
	width: 150px;
	height: 24px;
	vertical-align: middle;
}
.leftnavbuttonlink, a.leftnavbuttonlink, a.leftnavbuttonlink:link, a.leftnavbuttonlink:visited, a.leftnavbuttonlink:hover, a.leftnavbuttonlink:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.anchorclass, a.anchorclass, a.anchorclass:link, a.anchorclass:visited, a.anchorclass:hover, a.anchorclass:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.searchinput, input.searchinput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #444444;
}
.fullheight {
	height: 100%;
}
.frontboxtitle, A.frontboxtitle, A.frontboxtitle:link, A.frontboxtitle:hover, A.frontboxtitle:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0055a5;
	font-style: italic;
	border-color: #c71313;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	text-decoration: none;
}

/* Menu Controls */
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #c71313;
border-bottom-width: 0;
color: #000000;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
width: 250px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c71313;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #ffffff;
color: #c71313;
}

/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #c71313;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}