/* WHYSA CSS Document  for PRINTING SITE CONTENT*/
body {
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	color:#000000;
        }
		
h1 {
	left: 14pt;
	top: 2px;
	font-size: 2em;
	color: #FFFFFF;
        }
		
h2 { 
	font-size: 12pt;
	}

h3 {
	font-size: 10pt;
	}
	
h4 {
	font-size: 8pt;
	}
	
h5 {
	font-size: 8pt;
	}

p {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	width: 100%;
        }
		
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
        color:#000000;
        font-size: 10pt;
        text-decoration:none;
        font-weight:600;
        }
		
a:link {
	color:#000000;
	text-decoration: none;
	}

a:visited {color:#000000;}

a:hover {
	background-color:#eee;
	color: #000099;
	text-decoration: underline;
}

#header {
	display: none;
	margin:5px 5px 5px 5px;
	background-color: #3333FF;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	position: relative;
	left: 15px;
	text-indent: 30px;
	padding-top: 1px;
	padding-bottom: 10px;
	width: 100%;
	top: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        }

body>#header {
	height:25px;
}

#gutter { 
	display: none;
	float: left; 
	width: 1%; 
	height: 1px; } 

#column1  {
	float: left;
	width: 100%;
	margin: 75px 15px 3px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	color: #000000;
	padding-right: 2px;
	padding-left: 3px;
	height: auto;
} 

#column2 {
	display: none;
	float: left;
	width: 40%;
	position: relative;
	margin-left: 3%;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 2px;
	height: auto;
} 

#column3 {
	display: none:
	float: left;
	width: 21%;
	margin-left: 3%;
	margin-top: 75px;
	margin-bottom: 2px;
	height: auto;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
} 

#footer_container {
	display: none;
	width: 650px;
	}

#announce {
	display: none;
	clear: both;
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
	background-color: blue;
	color: white;
	float: none;
		}

#footer {
	display: none;
	clear: both;
	margin-left: 39%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 10px;
	width: 105px;
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-position: center;
	border:1px none #000099;
	line-height:10px;
    width:200px;
        }
		
#column3 p { 
	display: none;
	margin-left: 7px; 
	margin-right: 7px; 
} 

/* This is the code for a HORIZONTAL nav bar */
#hnav{ 
	margin-top: 1em; 
	margin-bottom: 0.5em; 
	}

#hnav ul { 
	background-color: silver; 
	text-align: center; 
	margin-left: 0; 
	padding-left: 0; 
	border-bottom: 1px solid white 
	}

#hnav li { 
	list-style-type: none; 
	padding: 0.25em 1em; 
	border-left: 1px solid white; 
	display: inline 
	}

#hnav li:first-child { 
border: none; 
}

	.hnavbar {
	position: absolute;
	width: 650px;
	left: 100px;
	top: 52px;
	visibility: visible;
}

/* This is the code for a VERTICAL nav bar */

#vnav {
	display: none;
	background-color: #CCCCCC;
	border: 1px solid #3333FF;
	width: 8em;
	text-align: left;
	text-decoration: none;
}

#vnav ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	border: none 
	}

#vnav li { 
	margin: 0; 
	padding: 0.25em 0.5em 0.25em 1em; 
	border-top: 1px solid gray; 
	width: 100%; 
	display: block 
	}

html>body #vnav 
	li { 
	display: none;
	width: auto; 
	}

#vnav li:first-child { 
border: none 
}	

.vnavbar {
	display: none;
	position: absolute;
	width: 100px;
	left: 15px;
	top: 167px;
	text-align: left;
	text-decoration: none;
}
.gentext {
	text-align: left;
	width: 75%;
	list-style-position: inside;
	list-style-type: disc;
	position: absolute;
	left: 145px;
	top: 63px;
}
.container {
	position: absolute;
	width: 100%;
	left: 3px;
	top: 3px;
	height: auto;
}
.headertext {
	position: relative;
	height: 2.2em;
}
.genlogo {
	display: none;
	width: 85px;
	left: 27px;
	top: 75px;
	position: absolute;
}
.regformp1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	list-style-type: disc;
	position: absolute;
	width: 100%;
	left: 5px;
	top: 100px;
	visibility: visible;
}
.regformp2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 2px;
	list-style-type: disc;
	position: absolute;
	width: 100%;
	left: 5px;
	top: 680px;
	visibility: visible;
}
.regformp3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	position: absolute;
	width: 100%;
	left: 5px;
	top: 1600px;
	visibility: visible;
}
.navlogo {
	background-color: #FFFFFF;
	width: 500px;
	position: absolute;
	height: auto;
	left: 120px;
	top: 5px;
	visibility: visible;
}
#about {
	background-color: #FFFFFF;
	width: 600px;
	position: absolute;
	height: auto;
	left: 100px;
	top: 100px;
	visibility: visible;
	}
	
#directory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 10pt;
	}

		#column1_gen
		{
			float: left;
			width: 100%;
			background-color: #fff;
			margin-bottom: 10px;
		}
		
		#column2_gen {
			display: none;
			float: left;
			width: 15%;
			margin-left: 3%;
			border: 1px solid #000;
			background-color: #f96;
			margin-bottom: 10px;
		}
		
		#column3_gen {
			display: none;
			float: left;
			width: 10%;
			margin-left: 1%;
			background-color: #f96;
			margin-bottom: 10px;
		}
		
		#footer {
			display: none;
			clear: both;
			height: 25px;
			background-color: #fff;
		}
		
#announce_gen {
	display: none;
	font-size: 1em;
	line-height: 1.0;
	text-align: left;
	background-color: f96;
	}

