/* Globals -----------------------------------------------------*/
body {
	background: white;
	}

/* links */
a:link, a:visited {
	color: #00409D;
	background: transparent;
	text-decoration: underline;
	}

/* print links in CSS2 browsers */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }


/* Frame -----------------------------------------------------*/
#container {
	border: 0;
	color: black; 
	margin: 0 5%;
	padding: 0; 
	text-align: left;
	width: auto; 
	}

#container div.in {
	margin: 0;
	padding: 0;
	}


/* Breadcrumbs -----------------------------------------------------*/
#breadcrumbs {
	display: none;
	}

/* Head -----------------------------------------------------*/
#head {
	background-color: transparent;
	border: 0;
	}

#search {
	display: none;
	}



/* Left -----------------------------------------------------*/
#left {
	display: none;
	}


/* Content -----------------------------------------------------*/
#content {
	float: none;
	width: auto;
	}

dl.sidebar {
	float: none;
	}


/* Content: Forms Mail Script -----------------------------------------------------*/
#formmail fieldset {
	margin-bottom: 2em;
	}

#formmail dd {
	margin-bottom: 1em;
	}

#poweredby {
	display: none;
	}


/* Footer -----------------------------------------------------*/
#footer {
	}

