/* CSS Document */


body {
	background: white;
	font-size: 12pt;
	line-height: 18px;
   }
   
 
#column, #form, #masthead, #date, #version, #nav, #contact, #header {
   display: none;
   }

#footer {
	width: auto;
	text-align: left;
	padding-top: 15px;
	border-top: 1px dotted #000000;
}

#content {
	width: auto;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent none;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	clear:left;
   }
   

#content p a {
	background: transparent;
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #800000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
   }

h1 {
	font: bold normal 16pt "Trebuchet MS", Trebuchet, Verdana, Geneva, sans-serif;
	color: #003333;
	text-decoration: none;
	margin: 5px 0px 0px;
}

h2 {
	font: normal 12pt "Trebuchet MS", Trebuchet, Verdana, Geneva, sans-serif;
	color: #800000;
	text-decoration: none;
	margin: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h3 {
	font: italic normal 10pt "Trebuchet MS", Trebuchet, Verdana, Geneva, sans-serif;
	color: #003333;
	text-decoration: none;
	margin-bottom: 3px;
}

h4 {
	font: bold 10pt "Trebuchet MS", Trebuchet, Verdana, Geneva, sans-serif;
	color: #800000;
	text-decoration: none;
	margin-bottom: 3px;
}

p {
	font: 10pt/18px "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #000000;
	margin: 0px 0px 15px;
	padding: 0px;
}


#header img {
	border: none;
	}
	
.leftimg {
	text-align: left;
	margin: 10px 10px 10px 0px;
	float: left;
}
.rightimg {
	text-align: right;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	float: right;
}

#content ul {
	font: 10pt "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

#content ul li {
	padding-left: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 10pt;
	margin-left: 50px;
	padding-bottom: 5px;
}

#content ul li a{
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dotted;	
}

#print_logo {
	float: left;
	width: 100%;
	visibility: visible;
	position: static;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: -3px;
}
#wrapper {
	border: none;
	margin: 0px;
	padding: 0px;
}
h1 a {
	color: #003333;
}
h2 a {
	color: #800000;
}
h3 a {
	color: #003333;
}
h4 a {
	color: #800000;
}
#mail_form {
	width: 450px;
	background: #00FF00;
}
#footer p {
	font: 8pt "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	width: auto;
	text-align: left;
}

p a:link:after,
p a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
}