/* 
Theme: ECAblue
Layout: Fixed 800px width, 1 vertical column on right
*/
a:link {color: #2121DC; text-decoration: none; }
a:visited {color: #08A408; text-decoration: none; }
a:hover {color: #800000; text-decoration: none; }
h1, h2, h3 { padding: 0.5em; clear:both;}
.left{ float: left; border: none; padding: 8px; margin: 0;}
.right{ float: right; border: none; padding: 8px; margin: 0;}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; clear: both; visibility: hidden;
	}
* html .clearfix {height: 1%;}
img, fieldset {border:0;}
form { margin: 1em 4px; }
fieldset {margin:0; padding:0;}
.fieldname {
	float: left; text-align: right; width: 100px; 
	font-weight: bold; margin: 0 0 6px 0;
	}
.fieldbox {
	float: left; text-align: left; 
	margin: 0 0 6px 8px; 
	}
td {border: 1px solid #dddddd; border-color: #8892BB;}
blockquote{
	border-left: 1px solid #455A79; border-right: 1px solid #455A79;
	margin:10px 12px 10px 12px; padding:10px;
	}
.printthis { float: right; text-align: right; }

/* window */
body { 
	background: #E5DDD0 url('back.gif');
	font: normal normal small/140% Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	}
#container {
	width: 800px; margin: 0 auto;
	background: transparent url('repeatback.jpg') repeat-y;
	color:#000;	position: relative; 
	}

/* header */
#header {
	width: 800px; height: 235px; 
	background: url('headback.jpg') no-repeat;
	padding: 10px 0 0 0; 
	}
#header ul {
	font-size:small; clear:both; 
	list-style:none; text-align:left;
	margin:200px 0 0 50px;
	}
*:first-child+html #header ul{margin:200px 0 0 50px;} /* IE7 hack */
div>#header ul {margin:190px 0 0 10px;} /* IE6 can't see this */
#header ul li { display: inline; }
#header ul a {
	padding: 5px 12px;
	text-decoration: none;
	color: #5A462E;
	}
#header ul li#topAct a { color: #506BCF; font-weight: bold; }
#header ul li a:hover, #header ul li#topAct a:hover { color: #506BCF; }

/* page content */
#pcontent { 
	width: 500px; 
	padding: 0; margin: -10px 14px 0 16px; 
	float: left;
	}
div>#pcontent { margin: -20px 30px 0 30px; }
	#pcontent h1 {
		font-size: large; color: #455A79;
		font-weight: 300;
		margin: 8px 0 6px 0; padding: 4px 0 4px 0;
		border-bottom: 1px solid #455A79;
		}
	#pcontent h2 { 
		font-weight: 300; letter-spacing: 3px; 
		font-size: medium; color: #455A79; 
		margin: 1em 0 .7em 0; 
		}
	#pcontent h3 { font-weight: 300; font-size: small; margin: .5em 0; color: #000; }
	#pcontent h4 { font-weight: 300; font-size: small; margin: .4em 0; color: #000; }

/* navigation */
#navMain {
	float:left; width:220px; 
	margin:-30px 0 0 0; padding:0; 
	}
#navMain h1{
	color: #eee; background: #5F799E;
	font-size: small; font-weight: normal; 
	padding: 3px 6px; margin: 12px 0 4px 0; 
	border-top: 2px solid #4B302F; border-left: 2px solid #4B302F; 
	border-bottom: 2px solid #fff;  border-right: 2px solid #ddd; 
	}
#navMain ul {list-style:none; margin:0; padding:0 0.5em;}
#navMain li {
	margin:0 0 .4em 1.5em; padding:0;
	line-height:120%; text-indent:-1.5em;
	}
#navMain li a {color: #5A462E; text-decoration: none;}
#navMain li a:hover, #navMain li#nmActive a {
	color: #333; text-decoration: underline;
	}
#searcher {text-align:center;}

/* footer */
#footer {
	background: transparent url('footback.jpg') no-repeat;
	clear: both; text-align: center; 
	width: 800px; height: 35px; 
	margin: 0; padding: 0; 
	color: #000;
	}
	#footer p { margin: 0; padding: 16px 0 0 0; }
	div>#footer p { padding: 26px 0 0 0; }
	#footer a { color: #49914C;	}

/* sitemap */
.sitemap a:hover {color: #a00; background: #fff;}
ul.sitemap {
	list-style: none; 
	margin:10px 0 0 0; padding:0;
	}
	ul.sitemap li { 
		width:10em; margin:0; 
		background:#eeeeee; text-align:center; 
		}
ul.sitesub{
	list-style: none;
	margin:-1.25em 0 0 10em; padding:0
	}
	ul.sitesub li { width:14em; margin:0; background:#dddddd;}
ul.sitemap a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px; border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0; padding: 2px 3px;
	color: #000; background: #efefef;
	text-decoration: none;
	}
	ul.sitemap a:hover {color: #800000; background: #fff;}