/* Printer Friendly Tallphil CSS Document */

/* Global Styles */
html{ height:100%; }
body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6F5F9;
}
h1 {
	font-size: 150%;
	font-weight:bold;
}

h2 {
	font-size: 100%;
	font-weight:bold;
}
p {
	color:#000000;
}

/* Header Styles */
#all{
	z-index:1;
	background-color: white;
}
#topimage {
	width: 100%;
	padding: 5px;
	z-index:2;
}
#menu {
	display:none;
}
a.menulink, a.menulink:visited, a.menulink:active, a.menulink:hover{
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* MAIN PAGE STYLES */
div#main {
	z-index:4;
	width: 96%;
	padding: 0px 2% 0px 2%;
	border-top: 1px dashed #000000;
	text-align:justify;
}
#sboxform {
	display:none;
}

/* FOOTER STYLES */
#bottomnavprinthide {
	display: none;
}
#bottomnav {
	clear:both;
	z-index:3;
	margin-top: 15px;
	border-top: 1px dashed #000000;
	text-align:center;
	width:100%;
	font-size: 80%;
	padding: 5px 0 5px 0;
}
.bottomnavtext{
	color:#999999;
}
a.bottomnavtext, a.bottomnavtext:active, a.bottomnavtext:visited{
	font-weight:normal;
	text-decoration:underline;
}
a.bottomnavtext:hover {
	color:#000000;
	text-decoration:none;
}