	body { 
	    margin:0px;
	    background: #ffffff; 
	    color: #000000; 
	    font-family: Verdana, Helvetica, sans-serif;
	    font-size: 12px;
		min-width: 516px;
	}

	#header {
	    margin: 0px;
	    border-spacing: 0px;
	    width: 100%;
	}

	#banner {
		background:#FFFF99;
		overflow: hidden;
		padding: 0px; 
		width: 100%;
	}

	#banner-left {
		font-weight: bold;
	    text-align: left;
		font-size: 350%;
		width: 65px; 
	}

	#banner-middle {
		font-weight: bold;
	    text-align: center;
		vertical-align: middle;
		width: 100%;
		padding: 14px 0px; 
		min-height: 40px;
		font-size: 250%; 
	}

	#banner-right {
		font-weight: bold;
		text-align: right;
		width: 65px; 
		font-size: 350%; 
	}

	#location {
	    background: #DDDDFF;
		padding: 0.2em 0.4em;
		border-style: none;
		border-bottom: solid;
		border-width: 1px;
		border-color: #99AACC;
	}

	#location-left {
	    text-align: left;
		float: left;
	}

	#location-right {
		text-align: right;
		white-space: nowrap;
	}

	#container {
		width: 100%;
		border-collapse: collapse;
	}

	.column {
		vertical-align: top;
	}

	form td {
		vertical-align: middle;
	}
	
	.label {
		vertical-align: top;
	}

	#navigation {
		border-style: none solid none none;
		border-width: 1px;
		border-color: #99AACC;
		padding: 4px 6px 0px 6px;
		width: 150px;
	}

	#content {
		margin-top: 2px;
		padding: 0px 12px 6px 6px;
	}

	#help {
		background-color: #AAFFAA;
		border: none;
		border-left: solid;
		border-width: 1px;
		border-color: #00AA00;
		padding: 6px;
		padding-bottom:0px;
		padding-right: 5px;
		width: 180px; /* right - 2*padding */
	}

	#help h4 {
		background-image: url("icons/note.gif");
		background-repeat: no-repeat;
		background-position: 0px middle;
		padding-left: 20px;
	}

	#footer {
		padding-left: 0.5em;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 80%;
		border: none;
		border-top: solid;
		border-color: #99AACC;
		border-width: 1px;
		background-color: #DDDDFF;
		clear: both;
		position: relative;
	}

	.post {
	    border:1px solid #aaaaaa;
	    background-color:#f9f9f9;
		padding: 0.5em;
		margin: 1.5em 0em 1em 0em;
	}
	.post .title {
		font-weight: bold;
		font-size: 110%;
	}
	.post .header {

	}
	.post .footer {
		font-size:80%;
	}
	.post hr {
		margin: 0.5em 0em;
	}

	.float-left {
		float: left;
		max-width: 50%; 
	}

	p + p {
		margin: 1em 0.1em 0.1em 0.1em
	}

	p {
		margin: 0.1em
	}

	h1, h2 { 
		margin-top: 0em;
	}

	h4 { 
		margin-top: 0em;
		margin-bottom: 0.75em;
	}

	p + h4 {
		margin-top: 0.75em;
	}

	img {
	    border: none;
	}

	a                    { background: transparent; font-weight: bold; text-decoration: none}
	a:link, a:visited    { color:#113366; }                            /* dark blue  */
	a[href]:hover, a[href]:active    { color:#225588; text-decoration:underline }  /* medium blue */
	a:focus              { color:#225588; }                            /* medium blue */

	/*
	** keep the whitespace in front of the ^=, hides rule from konqueror
	** this is css3, the validator doesn't like it when validating as css2
	*/
	a[href ^="http://"],
	a[href ^="gopher://"], 
	.link-http {
	    background: url("icons/http.png") center right no-repeat;
	    padding-right: 13px;
	}
	a[href ^="https://"],
	.link-https {
	    background: url("icons/https.gif") center right no-repeat;
	    padding-right: 16px;
	}
	a[href ^="mailto:"],
	.link-mailto {
	    background: url("icons/mailto.gif") center right no-repeat;
	    padding-right: 18px;
	}
	a[href ^="news://"], 
	.link-news {
	    background: url("icons/news.png") center right no-repeat;
	    padding-right: 18px;
	}
	a[href ^="ftp://"],
	.link-ftp {
	    background: url("icons/ftp.gif") center right no-repeat;
	    padding-right: 18px;
	}
	a[href ^="irc://"],
	.link-irc {
	    background: url("icons/irc.gif")  center right no-repeat;
	    padding-right: 18px;
	}
	a .link-vcard {
		background: url("icons/vcard.gif") center right no-repeat;
		padding-right: 18px;
	}
	a[href$=".pdf"], 
	a[href*=".pdf?"], 
	a[href*=".pdf#"],
	a[href$=".PDF"], 
	a[href*=".PDF?"], 
	a[href*=".PDF#"] {
	    background: url("icons/pdf.gif") center right no-repeat;
	    padding-right: 16px;
	}

	.fields .fieldlabel, .fields .fieldlabel a {
		vertical-align: top;
		text-align: right;
		font-weight: bold;
		color: #777777;
		font-size: 90%
	}

	em {
	    font-style: italic;
	}

	acronym {
	    border-bottom: dotted 1px;
	}

	ol {
		list-style-type: decimal;
	}
	ol ol {
		list-style-type: lower-alpha;
	}

	#navigation ul {
	  line-height: 1.3em;
	  margin:0px;
	  padding:0px;
	}
	#navigation li {
	 margin-bottom: 0.5em; 
	 list-style: none;
	 font-size: 1em;
	 font-weight: bold;
	}
	#navigation li li {
	 margin-bottom: 0;
	 margin-left: 1.35em;
	 list-style: circle;
	}
	.hide {
	   display: none;
	}

	.grid {
		border-collapse: collapse;
		margin-bottom: 0.5em;
		border: solid;
		border-width: 1px;
		border-color: #AAAAFF;
	}

	.grid th {
		text-align: left;
		background: #AAAAFF
	}

	.grid td {
		padding-right: 0.5em;
	}

	.grid td, .grid th {
		border-left: solid;
		border-right: solid;
		border-width: 1px;
		border-color: #AAAAFF;
	}

	.error {
		border: solid; 
		border-width: 1px;
		border-color: #AA0000; 
		background-color: #FFAAAA;
		background-image: url("icons/caution.gif");
		background-repeat: no-repeat;
		background-position: 3px 3px;
		padding: 0.3em 0.3em 0.3em 21px;
	}

	.message {
		border: solid; 
		border-width: 1px;
		border-color: #00AA00; 
		background-color: #AAFFAA;
		background-image: url("icons/note.gif");
		background-repeat: no-repeat;
		background-position: 3px 3px;
		padding: 0.3em 0.3em 0.3em 21px;
	}

	.family-name, .pref {
		font-weight: bold;
	}

	@media print {
	   h1, h2, h3,
	   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
	   blockquote,
	   pre           { page-break-inside: avoid }
	   ul, ol, dl    { page-break-before: avoid }
	   a.bannerLink     { font-weight: normal }
	}

