/* CSS Document */
.style1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.bot {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 2px;
	padding-top: 4px;
	text-align: center;
}
.bot a {text-decoration: none; color:#CCCCCC;}
.bot a:visited {color:#CCCCCC;}
.bot a:hover {text-decoration: underline; color: #FF0000; }
.style3 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.pagebody {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.homepage1 {
	font-family: "Bickham Script Std Semibold";
	font-size: 28pt;
	font-weight: normal;
	color: #ffffff;
}
.homepage2 {
	font-family: Splendid;
	font-size: 20pt;
	font-weight: normal;
	color:#FFFFFF;
	padding: 5px 0px 5px 0px;
}
.homepage3 {
	font-family: "Bickham Script Pro Regular";
	font-size: 20pt;
	font-weight: normal;
	color:#ffffff;
}
.pagetitleheader {
	font-family: Splendid;
	font-size: 16pt;
	font-weight: normal;
	color:#ffffff;
}
.specialhomepage {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color:#ffffff;
}
.navtable{
				padding: 0;
				margin: 0;
				font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 0px;
				font-size: 10pt;
				color: #ffffff;
			}
.navtable a {text-decoration: underline; color:#ffffff;}
.navtable a:hover {text-decoration: none; color:#FF0000;}
.style4 {
	color: #ffffff;
	font-weight: bold;
}


			ul {
				list-style: none;
				width: 100px;
			}

			ul a {
				color: #fff;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 10px;
				width: 110px;
				background: #003A6C;
			} /* top right bottom left */
			
			ul a:hover {
				color: #4BD8FF;
				text-decoration: none;
				background: #A1B9DB;
			}
			
			ul li {
				margin-bottom: 0px;
				float: left;
				position: relative;
				background-color: #003A6C;
			}
			
			ul li ul {
				list-style: none;
				position: absolute;
				left: 75px;
				top: 0;
				display: none;
				width: 110px;
				border-left: 1px solid #FFF;
			}
			
			ul li:hover ul { display: block; }
