@charset "utf-8";
table#registration tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fefefe;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
form#registrationform input {
	border: 1px solid #FFCC33;
	color: #000000;
}
form#registrationform input.submit {
	border: 1px solid #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	background: #EEEEEE;
	color: #487216;
}
form#registrationform input.participation {
border: none
}

#mainContent .question {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFCC33;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border: 1px solid #CCC;
}

.thrColFixHdr     #container     h4 {
	color: #0072BA;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #FFCC33;
	padding-bottom: 5px;
	margin-top: 0px;
}
.thrColFixHdr      #sidebar1      h5 {
	color: #FFCC33;
	margin: 0px;
	border-bottom: 1px solid #FFCC33;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top: 10px;
}
.thrColFixHdr #header {
	height: 147px;
	width: 780px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0072BA;
}
.thrColFixHdr  #MenuBar1  {
	height: auto;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	position: relative;
	background-color: #0072BA;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-left: 5px;
	padding-top: 25px;
}
#mainContent h5 {
	color: #487216;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7D9A58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 500px;
	padding-bottom: 3px;
}

.thrColFixHdr  #sidebar1  a {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	background-color: #0072BA;

}	
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 45px;
	margin-top: 15px;
}

#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 .related a {
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
}


#sidebar1 .related a:hover {
	background: #FFCC33;
	color: #0072BA;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7C9A58; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 p {
	font-size: 70%;
}
.thrColFixHdr #mainContent {
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent a {
	color: #0072BA;
	text-decoration: none;
}
#mainContent  a:hover  {
	color: #FFCC33;
	text-decoration: underline;
}


.thrColFixHdr #mainContent p {
	font-size: 80%;
}


#mainContent .caption {
	color: #FFFFFF;
	text-align: center;
	width: 250px;
	background-color: #0072BA;
	margin: 0px;
}
.photoBox {
	text-align: center;
	float: right;
	width: 220px;
}
.thrColFixHdr #span {
	height: 2px;
}
.thrColFixHdr #footer {
	font-size: 60%;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../images/graphics/footer_bg.gif);
}
.thrColFixHdr #footer_navbar {
	display: block;
	width: 750px;
	color: #0072BA;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr  #footer_navbar  a {
	color: #0072BA;
	text-decoration: none;
}
.thrColFixHdr  #footer_navbar  a:hover {
	color: #FC0;
	text-decoration: underline;
}
.thrColFixHdr #footer_navbar a:visited {

}
.thrColFixHdr #footer #copyright {
	padding-left: 10px;
}


.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header img {
	display: block;
}
.gisworx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
}
.gisworx  caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	padding-bottom: 3px;
	color: #FFCC33;
}
.alternate {
	background-color: #EEEEEE;
}
.gisworx  th {
	color: #FFFFFF;
	background-color: #0072BA;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/graphics/bg_th.gif);
	border-right: 1px solid #999999;
}
.gisworx  td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}

.alternateTh {
	background-image: url(../images/graphics/bg_th.gif);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0072BA;
}
.alternateThAgenda {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
}
.subHeader {
	font-weight: bold;
}
