html {height: 100%;}
body {
	margin: 0;
	padding: 0;
	font: 62.5%/1.5em "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	font-size/* */:/**/small;
	font-size: /**/small;
	color: #777;
  	text-align: left;
	background: #fff url(/files/bodyBkg.gif) left repeat-y;
}
p,h1,h2,h3,h4,h5,h6,li,td {font-size: 1.0em;}
p,ul,ol {margin-bottom: 1.0em;}
a, a:visited {color: #369; text-decoration: none;}
a:hover {text-decoration: underline;}
ul {margin: 0;	padding: 0;	list-style: none;}
ul li {margin: 0;	padding: 0;	list-style: none;}
img {border: 0;}
hr {border: Double #94BDD9;}
/* -- structure -- */
#container {
	float: left;
	width: 977px;/* add some value here */
}
#header {
	background: #fff url(/files/headerBkg.gif) top repeat-x;
	height: 88px;
	border-bottom: 1px Solid #bbb;
}
#logo {
	float: left;
	width: 312px;
}
#left {
	float: left;
	background: url(/files/sideBkg.gif) top repeat-x;
	width: 160px;/* add some value here */
	padding-top: 20px;
	padding-left: 10px;
	margin-right: 2px;
}
#center {
	float: left;
	background: url(/files/centerBkg.gif) top repeat-x;
	width: 450px;/* add some value here */
	padding: 5px;
	padding-top: 20px;
}
#right {
	float: left;
	background: url(/files/sideBkg.gif) top repeat-x;
	width: 160px;/* add some value here */
	padding-top: 20px;
	padding-right: 10px;
	margin-left: 2px;
}
#edge {
	float: left;
	background: url(/files/edgeTop.gif) top left no-repeat;
	padding-top: 20px;
	padding-left: 7px!important;
	padding-left: 5px;
	width: 165px;/* add some value here */
}
#footer {
	clear: both;
	background: #fff url(/files/centerBkg.gif) top repeat-x;
	border-right: 2px Solid #ddd;
	border-top: 1px Solid #ddd;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	font: 10px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
}
/* -- elements -- */
.box {
	background: #fff;
	margin-bottom: 10px;
}
.boxTop, .boxTopR {
	background: url(/files/boxTop.gif) top left no-repeat;
	width: 158px;
	padding: 6px 0;
	text-align: center;
	font: 11px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	border-right: 2px Solid #94BDD9;
}
.boxTopR {
	background: url(/files/boxTopR.gif) top right no-repeat;
	border: none;
	border-left: 2px Solid #94BDD9;
}
.boxTop:first-letter, .boxTopR:first-letter {
	font: 13px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	font-weight: bold;
}
.boxBody {
	padding: 0;
	margin: 0;
	border-left: 1px Solid #94BDD9;
	border-right: 1px Solid #94BDD9;
}
.boxBottom {
	border-left: 1px Solid #94BDD9;
	border-bottom: 1px Solid #94BDD9;
	border-right: 1px Solid #94BDD9;
	font-size: 0px;
	text-indent: -3000px;
	height: 5px;
}
.boxBody p {padding: 0 5px; margin: 0;}
.boxBody form {margin-top: 0;}
.menuLink a, .menuLink a:visited {
	background: url(/files/menuBlt.gif) left no-repeat;
	width: 138px;/* add some value here */
	display: block;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
	margin: 0 5px;
	border-bottom: 1px Dotted #e1e1e1;
}
.menuLink a:hover {
	background: #F3FDFF url(/files/menuBlt.gif) 2px center no-repeat;
	color: #369;
}
.boxBody img, .gallery img {
	border: 1px Solid #ccc;
	padding: 1px;
	margin-top: 5px;
	outline: none;
}
.shot {
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxBody a:hover img {border: 1px Solid #369;}
/* -- poll styles -- */
form {margin: 0; padding: 0;}
fieldset {margin: 0;padding: 0;border: 0;}
.radioBtn {
	margin: 0;
	margin-bottom: 5px;
	border: 0;
	color: #777;
}
.radioBtn label {
	display: block;
	font: 11px/1.1em "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	padding: 4px;
	margin: 0;
	border: 0;
}
.radioBtn label:hover {color: #369;}
.button {
	font-family: Verdana, Arial;
	color: #777;
	font-size: 9px;
	font-weight: normal;
	height: 20px;
	width: 54px;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
	border: 1px Inset #369;
	background: url(/files/formBkg.gif);
}
.button:hover {
	background: #fff;
	color: #369;
}
/* -- form styles -- */
.publicform input.inp, .publicform input.wideInp {
	font: 9px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	color: #777;
	text-align: left;
	text-decoration: none;
	border: 1px Inset #369;
   outline: none;
	width: 134px;
	height: 16px;
	margin: 5px 10px;
	background: #fff url(/files/formBkg.gif) repeat-x top left;
	padding: 2px 0 0 2px;
}
.publicform input.wideInp {width: 285px;}
.publicform textarea.inp {
	font: 9px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	color: #777;
	text-align: left;
	text-decoration: none;
	width: 285px;
	border: 1px Inset #369;
   outline: none;
	margin-left: 10px;
	margin-top: 10px;
	background: #fff url(/files/formBkg.gif) no-repeat top left;
	padding: 2px 0 0 2px;
}
.publicform input.inp:hover,
.publicform textarea.inp:hover,
.publicform input.inp:focus,
.publicform textarea.inp:focus,
.publicform input.wideInp:hover,
.publicform input.wideInp:focus,
.contactForm input.inp:hover,
.contactForm input.inp:focus,
.contactForm textarea.inp:hover,
.contactForm textarea.inp:focus,
.contactForm .cityInp:hover,
.contactForm .cityInp:focus,
.contactForm .postalInp:hover,
.contactForm .postalInp:focus {
	border: 1px Inset #369;
	color: #369;
	background: #fff;
}
.contactForm fieldset {float: right; width: 285px; border: none;}
.subForm {
	font-size: 9px;
	padding-top: 5px;
	padding-left: 10px;
}
td.right {
	text-align: right;
	width: 85px;
}
td.padding {padding: 5px 0;}
/* contact form */
.contactForm {margin: 0 10px; background: transparent;}
.contactForm label {
	float: left;
	width: 150px;
	margin-top: 10px;
	text-align: right;
}
.contactForm input.inp,
.contactForm textarea.inp,
.contactForm input.cityInp,
.contactForm input.postalInp,
textarea.commentInp {
	font: 9px "Lucida Grande", Arial, Verdana, sans-serif;
	color: #777;
	text-align: left;
	text-decoration: none;
	border: 1px Inset #369;
   outline: none;
	width: 200px;
	height: 16px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background: url(/files/formBkg.gif) repeat-x top left;
	padding: 2px 0 0 2px;
}
.contactForm textarea.inp,
textarea.commentInp {height: auto;}
.contactForm input.cityInp {width: 130px;}
.contactForm input.postalInp {width: 50px;}
img.captcha {margin: 10px 0 10px 150px;}
/* -- text styles -- */
.boxBody h1, h2 {
	margin: 5px;
	font: 16px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}
h1 {
	font: 16px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 5px;
	border-bottom: 1px Solid #777;
}
p.more {
	margin: 0;
	margin-bottom: 15px;
	padding-top: 2px;
	border-top: 1px Dotted #ccc;
	height: 22px;
	font-size: 10px;
	text-align: right;
}
p.more a {
	background: url(/files/blt.gif) top left no-repeat;
	padding-left: 15px;
}
span.date {
	float: left;
	clear: left;
	font-size: 10px;
}
.path {
	background: transparent url(/files/blt.png) left no-repeat;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top: 4px;
	border-bottom: 1px Dotted #ccc;
	font: 9px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	text-align: left;
	color: #369;
	text-decoration: none;
}
.path a:hover {
	text-decoration: underline;
}
a img.nwsPic {
	float: left;
	border: 1px Solid #ccc;
	padding: 1px;
	margin: 0 5px 5px 0;
}
a:hover img.nwsPic {border: 1px Solid #369;}
/* -- gallery -- */
.preview {
	border: 1px Solid #94BDD9;
	padding: 1px;
	text-align: center;
	margin-left: 20px;
	max-width: 415px;
	overflow: hidden;
}
.gallery {float: left; margin: 0;}
.gallery dl {
	width: 222px;/* add some value here */
	text-align: center;
}
.gallery dd {
	font: 11px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	font-weight: bold;
	width: 214px;/* add some value here */
	margin-left: 0;
	padding: 0 4px 4px;
	margin-top: -3px;
}
.gallery a:hover img {border: 1px Solid #369;}
.comments {
	font: 11px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	padding: 0;
	margin: 0;
}
/* documents download */
.download img {
	margin: 0 5px;
}
.download dt {
	margin-top: 10px;
}
.download dd {
	font: 11px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	font-style: italic;
}
/* control menu */
.ctrlMenu, .ctrlMenuPic {
	background: #EAF9FF;
	font: 9px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	text-align: center;
	border: 1px Solid #94BDD9;
	padding: 5px;
}
.ctrlMenuPic {
	margin: 0 11px;
	margin-left: 20px;
}
.contact, .print {
	background: url(/files/contact.gif) left no-repeat;
	margin: 0 2px;
	padding: 5px;
	padding-left: 19px;
}
.print {background: url(/files/print.gif) left no-repeat;}
.comment, .top {
	background: url(/files/comment.gif) right no-repeat;
	margin: 0 2px;
	padding: 5px;
	padding-right: 19px;
}
.top {background: url(/files/top.gif) right no-repeat;}
.pageNum {background: url(/files/page.gif) top right no-repeat;padding-right: 12px;}
#current {background: url(/files/current.gif) top right no-repeat;}
/* sitemap & search results */
.results li {margin-top: 10px;}
.results blockquote {margin: 0;font-style: italic;}
span.string {
	background: #EAF9FF;
	padding: 0 2px;
	font-style: italic;
	color: #369;
}
/* archive */
.archives li {margin-left: 20px;}
.months {margin-left: 10px;font-weight: bold;}

/* control menu */
.ctrlMenu {
	background: #EAF9FF;
	font: 9px "Arial" 'Verdana', Geneva, Helvetica, sans-serif;
	text-align: center;
	border: 1px Solid #94BDD9;
	padding: 5px;
}
.close {
	background: url(/files/close.gif) left no-repeat;
	margin: 0 2px;
	padding: 5px;
	padding-left: 19px;
}
.top {
	background: url(/files/top.gif) right no-repeat;
	margin: 0 2px;
	padding: 5px;
	padding-right: 19px;
}
.pageNum {background: url(/files/page.gif) top right no-repeat;padding-right: 12px;}
#current {background: url(/files/current.gif) top right no-repeat;}
/* comments */
form.commentForm {
	background: #fff;
}
form.commentForm fieldset {
	width: 90%;
	margin: 5px 10px; padding: 10px;
}
form.commentForm legend {
	padding: 0 5px;
}
form.commentForm textarea {
	background: #fff url(files/formBkg.gif) top left repeat-x;
	display: block;
	border: 1px solid #aaa;
	width: 95%;
	margin: 0 auto; margin-bottom: 10px; padding: 1px;
	font: 9px "Lucida Grande", Arial, Verdana, sans-serif;
	color: #666;
}
form.commentForm textarea:hover, form.commentForm textarea:focus {background: #fff;}
.commDate {font-size: 10px; font-style: italic;}