/* CSS Document for form printing */
body {
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	color:#000000;
        }
		
h1 {
	left: 20px;
	top: 2px;
	font-size: 2em;
	color: #FFFFFF;
        }
		
h2 { 
	font-size: 1.5em;
	}

h3 {
	font-size: 1em;
	}
	
h4 {
	font-size: .8em;
	}
	
h5 {
	font-size: .7em;
	}

p {
	font-size: 1em;
	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:#09c;
        font-size:.8em;
        text-decoration:none;
        font-weight:600;
        }
		
a:link {color:#000099;}

a:visited {color:#0000CC;}

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

#header {
	display: none;
        }

body>#header {
	height:25px;
}

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

#column1  {
	float: left;
	width: 23%;
	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: .9em;
	line-height: 1.2;
	color: #000000;
	padding-right: 1px;
	padding-left: 7px;
	height: auto;
} 

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

#column3 {
	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;
} 

#footer_container {
	width: 650px;
	}

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

#footer {
	display: none;
        }
		
#column3 p { 
margin-left: 7px; 
margin-right: 7px; 
} 

/* This is the code for a HORIZONTAL nav bar */
#hnav{
	display: none;
	}

#hnav ul { 
	display: none;
	}

#hnav li {  
	display: none 
	}

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

	.hnavbar {
	display: none;
}

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

#vnav {
	display: none;
}

#vnav ul { 
	display: none;
	}

#vnav li { 
	display: none 
	}

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

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

.vnavbar {
	display: none;
}
.gentext {
	text-align: left;
	width: 75%;
	list-style-position: inside;
	list-style-type: disc;
	position: relative;
	left: 145px;
	top: 63px;
}
.container {
	position: relative;
	width: 100%;
	left: 3px;
	top: 3px;
	height: auto;
}
.headertext {
	position: relative;
	height: 2.2em;
}
.genlogo {
	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: relative;
	width: 100%;
	left: 5px;
	top: 5px;
	visibility: visible;
}
.regformp2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	padding: 2px;
	list-style-type: disc;
	position: relative;
	width: 100%;
	left: 5px;
	top: 370px;
	visibility: visible;
}
.regformp3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	position: relative;
	width: 100%;
	left: 5px;
	top: 500px;
	visibility: visible;
}
.navlogo {
	display: none;
}
.pagebreak {
	page-break-before: always;
}
