@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'pt_impressive_boldbold';
	src: url('fonts/impressb-webfont.eot');
	src: url('fonts/impressb-webfont.eot?#iefix')
		format('embedded-opentype'), url('fonts/impressb-webfont.woff')
		format('woff'), url('fonts/impressb-webfont.ttf') format('truetype'),
		url('fonts/impressb-webfont.svg#pt_impressive_boldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

#icon {
	width: 151px;
}

.h1 {
	color: #3C9632;
	font-family: pt_impressive_boldbold;
	font-size: 50pt;
}

.h2 {
	color: black;
	font-family: pt_impressive_boldbold;
	font-size: 32pt;
	margin-bottom: 0;
}

.h3 {
	text-align: center;
	font-family: helvetica;
	font-style: italic;
	font-size: 16pt;
	margin-top: 3mm;
	color: black;
}

body {
	background-color: white;
	color: black;
	font-family: ariel, sans-serif;
	font-size: 12pt;
}

/* Header styles */
#header {
	background-color: white;
	background: none;
	border: none;
	height: 5cm;
}

#footer {
	height: 1.2in;
	background: none;
	border: none;
}

#footer-center {
	color: black;
}

#content {
	background: none;
  border: none;
}

label, .label, legend {
	font-size: 9pt;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

ul#cssMenu>li>a {
	font-size: 11pt;
}

input:focus {
	border-color: green;
	border-style: solid;
	border-width: 1px;
}

.signoutwidget {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.signinwidget:hover {
	color: black;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 10pt; /***  Tmblweed ***/
	list-style: none;
}

.ui-widget {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; /***  Tmblweed ***/
}

.ui-widget .ui-widget {
	font-size: 10pt; /***  Tmblweed ***/
}

.ui-widget button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; /***  Tmblweed ***/
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
}

a:visited {
	color: tan4;
	font-style: italic;
}

.sponsor {
	display: inline-block;
	margin-left: 2mm;
	margin-bottom: 2px;
	padding: 2px;
	border: solid transparent 1px;
}

.sponsor:hover {
	border: solid black 1px;
}

#counter {
	border-color: green;
	background-color: darkgreen;
	color: white;
}

ul#cssMenu>li>a {
	font-size: 11pt;
}

#navigator ul>li.pageUnselected {
  background-color: #dddddd;
}
