html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #ffffff url(body-bg.jpg) top repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-size: 110%;
	font-weight: normal;
	color: #424142;
	padding: 10px 20px 10px 20px;
	margin: 0 -20px 0 -20px;
	background: transparent url(main-header-bg.jpg) top left no-repeat;
}
h3 {
	font-size: 90%;
	color: #FF6600;
	padding: 5px 0 3px 0;
}
h3 a:visited {
	color: #FF6600;	
}
form h2 {
	padding-bottom: 10px;
}
p, address, ol, ul {
	font-style: normal;
	padding: 0 0 1em 0;
	line-height: 150%;
}
ul li {
	padding: 0 0 5px 12px;
	list-style: none;
	background: transparent url(bullet.gif) 0 0.6em no-repeat;
}
input, select, textarea {
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	margin: 1px 2px 1px 2px;
}
input, select {
	vertical-align: middle;
}
form p {
	clear: both;
}
label {
	display: block;
	float: left;
	width: 30%;
	color: #555555;
	padding: 0 10px 5px 0;
}
input.button {
	font-weight: bold;
	color: #ffffff;
	background: #717171;
	font-weight: bold;
	border: none;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input.checkbox, input.radio {
  background: transparent;
  border: none;
  padding: 0;
}
p.submit {
	padding-left: 30%;
}
hr {
  color: #8F8F8F;
  background: #8F8F8F;
  border: none;
  height: 1px;
  size: 1px;
  clear: both;
}

/* ------------------------------------------------------ */
.tnormal {
	font-size: 80%;
}
.tsmall {
	font-size: 65%;
}
.imgintext {
	vertical-align: middle;
}
.note {
	padding-bottom: 0;
	color: #828282;
}
.cleaner {
	clear: both;
}
.navigation {
	padding-bottom: 15px;
}
.activelight {
	background: #9BB717;
	padding: 1px 3px 3px 3px;
}
.leftpic {
	float: left;
	margin: 5px 10px 5px 0;
}
.rightpic {
	float: right;
	margin: 5px 0 5px 10px;
}
.framed {
	padding: 1px;
	background: #E6E6E6;
	border: #424142 1px solid;
}
.errmsg {
	color: #FF001A;
}
.imgbutton {
	vertical-align: middle;
	cursor: pointer;
	margin: 1px 0 1px 0;
}

/* ------------------------------------------------------ */
.tblNormal {
	display: table;
	border-collapse: collapse;
	border: 1px solid #555555;
	margin: 0 0 1em 0;	
}
.tblNormal th, .tblNormal td {
	font-size: 80%;
	border: 1px solid #555555;
	padding: 2px;
}
.tblNormal th {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	color: #555555;
}

/* ------------------------------------------------------ */
.tblBlank {
	display: table;
	border-collapse: collapse;
	border: none;
	margin: 0 0 1em 0;	
}
.tblBlank th, .tblBlank td {
	font-size: 80%;
	border: none;
	padding: 1px 10px 1px 0;
}
.tblBlank th {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	color: #555555;
}

/* ------------------------------------------------------ */
.photoitem {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 75px; 
	text-align: center;
	padding: 1px;
	background: #E6E6E6;
	border: #424142 1px solid;
}

/* ------------------------------------------------------ */
.itemHeadImg {
	width: 60px;
	height: 40px;
	float: left;
	overflow: hidden;
	border: #737373 1px solid;
	margin: 0 10px 5px 0;
	display: inline;
}

.itemHeadTitle {
	padding: 0 0 0 70px;
	display: block;
}

/* ------------------------------------------------------ */
.hbGroup {
	clear: both;
	padding-bottom: 10px;
}
.hbGroup .hbgDesc {
	float: left;
	width: 250px;
}
.hbGroup .hbgActions {
	float: right;
	width: 300px;
	padding: 5px 0 5px 0;
}
.hbGroup .hbgDetail {
	clear: both;
}

/* ------------------------------------------------------ */
.campItem {
	clear: both;	
}
.campItem .desc {
	float: left;
	width: 350px;
}
.campItem .actions {
	float: right;
	width: 200px;
	padding: 5px 0 5px 0;
}

/* ------------------------------------------------------ */
#top {
	width: 900px;
	height: 182px;
	padding: 0;
	margin: 0 auto 0 auto;
	position: relative;
	background: transparent url(top-bg.jpg) top left no-repeat;
}
a#logo, a#logo:visited, a#logo:hover {
	display: block;
	position: absolute;
	top: 29px;
	left: 0;
	text-indent: none;
	text-decoration: -500em;
	width: 279px;
	height: 86px;
}

#main {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 0 10px 20px 10px;
	background: #ffffff;
}

/* ------------------------------------------------------ */
#column {
	float: left;
	width: 260px
}
#column h2 {
	background: #9BB617 url(col-header-bg.gif) top left no-repeat;
	color: #000000;
	padding: .5em 10px .3em 10px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	font-size: 80%;
	font-weight: bold;
}
#column .block {
	background: #E6E6E6 url(colblock-bot.gif) bottom left no-repeat;
	padding: 10px 10px 1.5em 10px;
	margin: 0 0 10px 0;
}
#mainmenu li {
	list-style: none;
	padding: 3px 0 3px 25px;
	margin: 0 -10px 0 -10px;
	background: transparent url(menu-bullet.gif) 10px center no-repeat;
	border-bottom: 1px solid #ffffff;
}
#mainmenu li.mmfirst {
	margin-top: -10px;
}
#mainmenu li a, #mainmenu li a:visited {
	display: block;
	width: 220px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu li a:hover {
	text-decoration: underline;
}
#mainmenu li.active a, #mainmenu li.active a:visited, #mainmenu li.active a:hover {
	color: #849B15;
}

/* ------------------------------------------------------ */
#content {
	float: right;
	width: 568px;
	padding: 0 20px 0 20px;
	background: #ffffff url(toprow-top.gif) top right no-repeat;
}
#content h1 {
	font-size: 130%;
	color: #424142;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	margin: 0 -20px 0 -20px;
	background: transparent url(main-header-bg.jpg) top left no-repeat;
}
#content h1 span {
	color: #FF6600;
	font-size: 120%;
}
#toplinks {
	margin: 6px -20px 10px -20px;
	padding: 0 0 6px 19px;
	background: #FF6600 url(toprow-bot.gif) bottom right no-repeat;
}
#toplinks li {
	line-height: 320%;
	font-size: 110%;
	display: inline;
	padding: 1.1em 25px 1.1em 0;
	margin: 0;
	background: transparent left center no-repeat;
	white-space: nowrap;
}
#toplinks li a, #toplinks li a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
	padding: 0 0 0 60px;
}
#toplinks li a:hover {
	color: #333333;
	text-decoration: none;
}
li#photos { background-image: url(ico-photos.gif) }
li#contact { background-image: url(ico-contacts.gif) }
li#about { background-image: url(ico-about.gif) }

/* ------------------------------------------------------ */
#footer {
	clear: both;
	color: #424142;
	height: 4em;
	position: relative;
}
#footer a, #footer a:visited {
	color: #424142; 
	text-decoration: none;
	white-space: nowrap;
}
#footer a:hover {
	text-decoration: underline;
	white-space: nowrap;	
}
#footer #copyright {
	position: absolute;
	top: 25px;
	left: 0;	
	width: 240px;
	border-top: #9BB717 solid 5px;
	padding: 10px 10px 0 10px;
}
#footer #footertext {
	position: absolute;
	top: 25px;
	right: 0;
	width: 568px;	
	border-top: #FF6600 solid 5px;	
	padding: 10px 20px 10px 20px;
}

/* ------------------------------------------------------ */
#userPanel {
	background: transparent url(loginform-bg.gif) top left no-repeat;
	margin: -6px -20px 0 -20px;
	padding: 7px 20px 8px 20px;
	color: #ffffff;
	font-size: 60%;
}
#userPanel label {
	display: inline;
	width: auto;
	float: none;
}
#userPanel input {
	background: #EBF0D1;
	color: #000000;
	margin-right: 10px;
}
#userPanel input.button {
	background: #6E7454;
	color: #ffffff;
}
#userPanel a, #userPanel a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#userPanel a:hover {
	text-decoration: none;
}
#userPanel #loggedUser {
	padding-top: 3px;
}

/* ------------------------------------------------------ */
#printSign {
	display: none;
}

/* ------------------------------------------------------ */
#actionRegis, #campRegis {
	clear: both;
	background: #E6E6E6 url(content-block-bot.gif) left bottom no-repeat;
	padding: 0 20px 20px 20px;
	margin-bottom: 1em;
}
#actionRegis h2, #campRegis h2 {
	color: #000000;
	background: #E6E6E6 url(content-block-top.gif) left top no-repeat;
	margin: 0 -20px 0 -20px;
	padding: 20px 20px 10px 20px;
}