@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #00345b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: 10pt;
	background-color: #c9dbda;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	color: #00345B;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
	left: 0px;
	bottom: 0px;
}
a img { 
	border: none;
}


a:link {
	color: #A16C34;
	text-decoration: underline;
}
a:visited {
	color: #A16C34;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}

.header {
	background: #C6DFDF;
	
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #00345b;
	padding-bottom: 10px;
}
.content {
	padding: 0;
	width: 780px;
	float: left;
	border-top: 1px solid #faab53;
}


.content ul, .content ol {
	padding: 0 15px 15px 40px;
	text-align: left;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #faab53; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #faab53;
}

.nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00345b;
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #fffac2;
	color:=#00345b;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #00345b;
	color: #fffac2;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0x 0;
	color:#fffac2;
	background: #00345b;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.container .sidebar1 p {
	color: #FFFAC2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.container .footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fffac2;
}
.container .footer table tr td {
	text-align: center;
}
.container .sidebar1 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0px;
	color: #FFFAC2;
}
.container .sidebar1 p {
	font-size: 14px;
}
.container .content section table {
	text-align: left;
}
.container .content section table tr td iframe {
	border: 2px solid #00345B;
}
table {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	font-size: 10pt;
}
h1 {
	font-size: 24px;
	text-align: center;
}
.container .content section ul {
	line-height: 1.5;
	margin-top: 15px;
}

}
body form table tr th {
}
.container .footer table {
	top: 0px;
	bottom: 0px;
}
.container .footer table tr td a {
	top: 0px;
	bottom: 0px;
	clip: rect(0px,auto,0px,auto);
}
