@charset "utf-8";

/*
$Id$

Copyright 2001, 2007 atmedia.net, except as noted below

*/

/* ==================================================================
   Page structure
================================================================== */

body {
  color: black;
  background: white;
  font-family: "Times New Roman", Times, Roman, serif;
  font-size: 14pt;
  margin: 0;
  padding: 0;
}

#header, #navigation, #content, #footer {
  width: 100%;
  float: none;
  border: 0;
}

.inner {
  overflow: visible;
  margin: 0;
}


/* ==================================================================
   Header
================================================================== */
#header {
  background: white;
  color: black;
  text-indent: 0px;
  overflow: visible;
  width: auto;
  height: auto;
  border-bottom: 1px solid black;
  padding-top: 1ex;

}

h1 {
  font-size: 200%;
  float: none;
  width: 100%;
  text-transform: none;	
}

h1 a {
  display: none;
}

ul#accessibility {
  display: none;
}

/* ==================================================================
   Navigation bar
================================================================== */

#navigation {
  display: none !important;
}

/* ==================================================================
   Main content area
================================================================== */

#content {
  border-top: 0;
  background: white;
  color: black;
  padding: 2ex 0;
  text-align: justify;
}

#content h2, #content h3, #content h4 {
  text-align: left;
}

#content h3 {
  border-top: 1px black solid;
}

#content a, #content a.blind, #content h2, #content h3, #content #h4 {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

ul.links {
  display: none;
}

.error {
  display: none;
}

input.text, textarea, select, option {
    background-color: white;
	color: black;
}

input.submit {
  display: none;
}

.main {
    padding-left: 0;
}



/* ==================================================================
   Footer
================================================================== */

#footer {
  background: white;
  color: black;
  padding-top: 2ex;
  float: none;
  font-size: small;
  border-top: 1px solid black;
}

#footer *, #footer a, #footer a:hover {
  color: black;
}

/* ==================================================================
   Tools
================================================================== */

.no-print {
  display: none !important;
}

.print-only {
  display: block !important;
}

abbr {
  border: 0;
}

#container {
    width: 98%;
	position: static;
	padding: 0;
	margin: 0;
}


