/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:28px;
	font-weight:900;
	}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 16px;
	padding-left: 21px;
	}
hr {
	color: #630063;
	height:1px;
}

#login{
	display: none;
}

#header {
	background-image: url(images/banner_print.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-position: 10px;	
}
#header img{
	display: none;
}
#nav{
	display: none;
}

#subnav{
	display: none;
}

#content{
	width: 760px;
}
#footer {
	display: none;
}

