h3 {
	font-size: 1.1em;
	text-align:left;
	margin: 0 0 0.3em 0;
}

a:link, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.contact, .subnav {
	text-align: center;
	margin: 1em auto;
	padding: 0;
	width: 190px;
}

#contactformcontainer {
	width: 420px; 
	background-color: #ccc;
	border: 1px solid #555; 
	padding: 5px;
	margin: 2em 0 2em 2em;
}

.contact {
	border: 1px solid grey;
}

.contact .header{
	margin: 0.4em;
	padding: 0.5em;
	background-color: #CCC;
}

.contact .header h5{
	text-align:center;
}

.contact p {
	font-size: 0.75em;
	margin-bottom: 1em;
	text-align: left;
	padding: 0.5em 0.2em 0.4em 1em;
}

.contact a {
	font-size: 1.1em;
}

.subnav{
	background-color: #EEE;
	border-left: 1px solid #999;
	border-top: 1px solid grey;
}

.subnav ul {
	padding: 1em 0.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	list-style: none;
}

.subnav li {
	padding-top: 0.4em;
}

/* -----------------------------  */

.row {
	clear: both;
	padding-top: 5px;
}

.row span.label {
	font-weight: bolder;
	font-size: 0.8em;
	float: left;
	width: 210px;
	text-align: right;
}

.row span.formw {
	float: right;
	width: 190px;
	text-align: left;
}

/* -------------------------------  */

.dtable {
	margin: 1em 1em 1em 0;
	border-top: 1px solid #005383;
	border-left: 1px solid #005383;
}

.dtable td {
	border-right: 1px solid #005383;
	border-bottom: 1px solid #005383;
}

/* ------------------------------- */

.tablecontainerhorizontal, .tablecontainervertical{
	margin-left: 0.5em;
}
	
.tablecontainerhorizontal table, .tablecontainervertical table{
	width: 100%;
}

.tablecontainerhorizontal table caption, .tablecontainervertical table caption{
	font-size: 			1em;
	color:				#FFF;
	text-align:			left;
	padding-left:		0.5em;
	padding-bottom:		0.2em;
	font-weight:		bolder;
	background-color:   #005383;
}

.tablecontainerhorizontal table tr th, .tablecontainervertical table tr th {
	vertical-align:middle;
	background-color:#CCCCCC;
	padding: 0.4em 0.4em 0 0;
}

.tablecontainerhorizontal table tr th{
	text-align:right;
}

.tablecontainervertical table tr th{
	text-align:left;
	padding-left: 0.4em;
}

.tablecontainerhorizontal table tr th.divider, .tablecontainervertical table tr th.divider {
	background-color:#fff;
}

.tablecontainerhorizontal table tr td, .tablecontainervertical table tr td{
	border-bottom:		1px solid #000;
	padding:			0.6em 0.4em;
	/*line-height:		1.0em;*/
}
