
/* GLOBAL STYLES */
/* ##################################################### */

* { font-family: Verdana, Arial, sans-serif; }

h1 { font-size:200%; }
h2 { font-size:150%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size: 83%; }
h6 { font-size: 67%; }

body {
	margin: 0;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

a {
	color: #000000;
	text-decoration: none;
}
a img {
	border-color: #000000;
}

/* SECTIONS */
/* ##################################################### */

.hideFromPrint { display: none; }

#container {
	text-align: justify;
}

#logo-screen { display: none; }

#logo-print { color: #0b356f; }

/* firefox - if for some reason the image isn't available, the alt text will show with this style */
#logo-print img { font: bold 36px Verdana, Arial, Helvetica, sans-serif; }

#logo-print h1  { display: none; }

#logo-print h2  {
	margin: 10px 0 20px 0;
	padding-top: 5px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	border-top: solid 2px #0b356f;
	text-align: right;
}

#left-column { display: none; }
#links { display: none; }
#header-img { display: none; }

#footer {
	margin-top: 30px;
	padding-top: 5px;
	font-size: 11px;
	text-align: center;
	border-top: solid 2px #0b356f;
	color: #0b356f;
}

#footer #designer { display: none; }

#footer #copyright {
	margin-top: 10px;
}