/* CSS Document */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#container {
	width: 95%;
	margin: 0;
	padding: 0;
	background-image: none;
	border: 1px dashed;
	border-color: #CCCCCC;
}

#preBanner {
 display: none;
}

#topTitle {
   display: none;
}

#leftNav {
   display: none;
}

#content {
	border-left: 0;
	margin-left: 50px;
	padding: 2.5em 1em 1em 1em;
	background-color: #ffffff;
}

#footer {
   display: none;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}


