@CHARSET "UTF-8";
BODY {
	margin: 0.5em;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	margin: 0em;
}
h1 {
	font-size: 1.6em;
	padding: 0em 0em 0.2em 0em;
}

h2 {
	font-size: 1.4em;
	padding: 0em 0em 0.1em 0em;
}

h3 {
	font-size: 1.2em;
	padding: 0em 0em 0.1em 0em;
}

table {
	border-collapse: collapse;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background-color: #0000ff;
	padding: 0.2em .5em 0.2em .2em;
	margin: .2em;
}

td {
	padding: 0 1em 0 1em;
}
table tbody tr th {
	text-align: right;
}

table tbody tr td {
	text-align: left;
}

table.list {
	margin: 1em;
	border-width: 1;
}

table.list tr {
	background-color: #0000ff;
	border-width: 1;
}

/* This aplies to header in a list type of table */
table.list tr th {
	text-align: left;
	color: #ffffff;
	border-left: 0;
	border-right: 0;
	padding:0px 0px 0px 5px;
}

table.list tr th a {
	color: #ffffff;
	border-bottom: inherit;
}

table.list tr td {
	color: #000000;
	background-color: #ffffff;
	border-bottom: thin solid black;
}


p {
	font-family: arial, helvetica, sans-serif;
	padding: 0em 0em 0.5em 0em;
	margin: 0 0 0 0;
}

p.alert {
	color: #ff0000;
	font-style: bold;
	font-size: 150%;
}

p.footer {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: .8em;
	padding: 0em 0em 0em 0em;
	text-align: center;
}

hr {
	width:90%;
	padding: 0em 0em 0em 0em;
}

hr.footer {
	width:95%;
	padding: 0em 0em 0em 0em;
}

form {
	font: 100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	/* min-width: 500px;
	max-width: 800px; */
}

form fieldset {
	clear: both;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;   /* padding in fieldset support spotty in IE */
	margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                     /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 130px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form label.two { 
	display: inline;  /* block float the labels to left column, set a width */
	float: none; 
	width: auto; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoratiblockon:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would lessen cognitive load */
}

form br {
	clear:left;
}

form small {
	display: inline;
	margin: 0 0 5px 5px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 66%;
}

form input, form select, form textarea {
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#submit, form input#reset { 
	float: none; 
	display: inline; 
	margin:0;
	padding:0;
}

div.formSection {
	float: left;
	color: #000000;
	background-color: #EEE;
	width: 98%;
	margin: 2px;
	clear: both;
}

div.buttons {
	float:left;
	color: #000000;
	background-color: #ffffff;
}

div#menu {
	/* Hide the menu when printing */
	display: none;
}

div.hmenu {
	/* Hide the menu when printing */
	display: none;
}

div#main {
	float: left;
	margin-left: 3px;
	clear: right;
	width:890px;
}

div.row {
	float: left;
	color: #000000;
	background-color: #ffffff;
	width:100%;
	clear: both;
}

div.col {
	float: left;
	color: #000000;
	background-color: #ffffff;
	width: 410px;
	clear: none;
}

div.lastCol {
	float: right;
	color: #000000;
	background-color: #ffffff;
	width: 480px;
}

div#map_canvas {
	float: left;
	margin: 0em 0em 0em 1em;
	width: 300px;
	height: 300px;
}

div#footer {
	float:left;
	clear: both;
	width: 100%;
}
