html {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}

div {
 /* border: 2px solid red; */
}

p {
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.pageTitle {
	font-size:24px;
	color:#0033CC;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.pageSubtitle {
	font-family:"Times New Roman", Times, serif;
	display:inline; 
	color: #3399CC;
	font-weight:bold;
}

#headerPrint {
	display:block;
	border-bottom: 2px solid #000000;
}

#container {
	width: 100%; 	
	text-align:left;
}

#header {
	display:none;
}

#footer {
	height: 50px;
	background-color:#999999;
	width:inherit;
}

#footerPrint {
	position:relative;
	z-index:5;
}

#content {
	position:relative;
	width: 450px;
	background-image:url(/images/key.gif);
	background-repeat:no-repeat;
	background-position:100px 0px;
	text-align:left;
	padding-left:200px;
}