/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.75em;
	color: #333333;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}


/* BG styles */

.topBG {
	background-attachment: scroll;
	background-image: url(../images/nav/topBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.navBG {
	background-attachment: scroll;
	background-image: url(../images/nav/navBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* Text styles */

.searchFieldHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 130px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #333333;
	line-height: normal;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}

.footAddress {
	color: #666666;
}

.brief {
	font-size:80%; 
	color:#000000; 
	line-height: 1.5em;
}

/* link styles */

a:link {font-family:verdana, geneva, arial; text-decoration:underline; color:#3366CC}
a:visited {color:#3366CC; text-decoration:underline}
a:active {color:#3366CC; text-decoration:underline}
a:hover {color:#333333; text-decoration:underline}

.nav {
	font-size:75%; 
	color:#333333; 
	line-height: 2em;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.imgRht {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* list styles */

#rhtPan {
	padding: 0;
	margin: 0;
	font-family: verdana, geneva, arial;
	line-height: 2em;
	color: #333;
}

#rhtPan ul {
		list-style-type: disc;
		list-style-position: inside;
		margin: 0;
		padding: 1em;
		text-indent: -1em;
		border: none;
}
		
#rhtPan li {
		border-bottom: 1px solid #CCCCCC;
		margin: 0;
}

#rhtPan li a {
		color: #3366CC;
		text-decoration: underline;
}


#rhtPan li a:hover {
		color: #333333;
		text-decoration: underline;
}



#dhtmltooltip{
position: absolute;
width: 150px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
