<!--

html, body {
	margin: 0;
	background: #999;
	font-family: verdana, helvetica, arial  ;
	text-align: center;
	height: 100%;
}

#container {
	width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	border: solid #fff;
	border-width: 0 1px;
}

#padding {
	padding: 0 0 68px 0;
}

#header {
	background: #428A8D;
	text-align: left;
}

#content {
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-align: justify;
	width: 687px;
}

#content a {
	color: #428A8D;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content2 {
	margin: 30px 0 20px;
	padding: 0 40px 0 20px;
	border-left: solid 1px #999;
}

#left {
	display: block;
	float: left;
	width: 250px;
	text-align: center;
	padding: 30px 20px;
	margin: 0;
}

#left .small {
	font-size: 11px;
	text-align: right;
	width: 206px;
	margin: 6px auto 30px auto;
}

#left .small img {
	margin-bottom: 3px;
}

#left img {
	border: solid 1px #999;
	padding: 3px; 
}

#footer {
	padding: 6px 0;
	background: #428A8D;
	font-size: 11px;
	color: #EBF0F0;
	font-family: arial, helvetica, trebuchet ms;
	margin: -67px auto 0 auto;
	height: 55px;
	width: 980px;
	border: solid #fff;
	border-width: 0 1px;
}

#footer a {
	color: #fefffc;
	padding: 0 3px;
	line-height: 18px;
}

h1 {
	font-size: 16px;
	color: #064E51;
	margin-bottom: 18px;
	padding-bottom: 6px;
	border-bottom: dotted 1px #064E51;
}

h2 {
	font-size: 15px;
	margin-bottom: 18px;
}

h3 {
	font-size: 14px;
	margin-bottom: 12px;
	color: #064E51;
}

#accordion h3 a {
	font-weight: bold;
}

hr {
	border: dotted #064E51;
	border-width: 1px 0 0 0;
	margin: 32px 0;
}

.clear {
	clear: both;
}

.floatr {
	float: right;
	width: 215px;
	font-size: 12px;
	line-height: 17px;
}

.floatl {
	float: left;
	width: 215px;
	font-size: 12px;
	line-height: 17px;
}

.floatm {
	float: left;
	width: 215px;
	font-size: 12px;
	line-height: 17px;
	margin-left: 15px;
}

#title {
	text-align: center;
	font-size: 12px;
	color: #fefffc;
	padding: 6px 0;
}

.lst1 {
	margin-left: 10px;
	padding-left: 10px;
}

.lst2 {
	margin-left: 10px;
	padding-left: 10px;
}

ul.lst2 li {
	margin-bottom: 9px;
}

.tab td {
	font-size: 14px;
	line-height: 24px;
}

.right {
	text-align: right;
	padding-bottom: 6px;
	border-bottom: dotted 1px #999;
}

#navcontainer {
	background: #ccc;
	padding-right: 4px;
	border-top: solid 1px #fefffc;
}

#navcontainer ul {
	padding: 3px 4px 3px 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	border-right:  solid 1px #fefffc;
}

#navcontainer li {
	display: inline;
}

#navcontainer li a {
	color: #333;
	padding: 3px 16px;
	margin-right: -4px;
	text-decoration: none;
	border-left: solid 1px #fefffc;
}

#navcontainer li a:hover {
	background-color: #428A8D;
	color: #fefffc;
}


-->