body {
  background-color: #ffffff;
  background-image: url('../imgFiles/imPageBackground.jpg');
  color: black;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.normaltext {
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 14px;
  color: #000000;
}

/* default link style :: start */
a:link, a:visited {
  color: #000080;
  text-decoration: underline;
}

a:hover {
  color: #800000;
  text-decoration: underline;
}
/* default link style :: end */

/* main containers :: start */
.pagecontainer { width:750px; text-align:left; }

.headercontainer { clear:both; position:relative; }

.navcontainer { float:left; width:145px; }

.footercontainer {
  clear: both;
  position:relative;
  color: #000000;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 11px;
}
/* main containers :: end */

/* navigation styling :: start */
ul.navigation {
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 13px;
  color: #ffffff;
  margin-left: 14px;
  margin-top: 0px;
  margin-bottom: 1px;
  padding-left: 14px;
  padding-top: 0px;
  padding-bottom: 1px;
}

ul.navigation li { line-height: 24px; }

a.navlink, a.navlink:visited {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

a.navlink:hover {
  font-size: 13px;
  color: #f4c072;
  text-decoration: none;
}

.navactive { font-size:13px; color:#f4c072; }
/* navigation styling :: end */

/* footer styling :: start */
.footercopy {
  font-size: 12px;
  font-family: arial,verdana,helvetica,sans-serif;
	background-position: top left;
  z-index: 2;
  position: absolute;
  top: 8px;
  left: 460px;
  width: 270px;
  margin:0;
  padding:0;
  text-align: right;
}

a.footerlink, a.footerlink:visited {
  font-size: 12px;
  color: #de9931;
  text-decoration: none;
}

a.footerlink:hover {
  font-size: 12px;
  color: #de9931;
  text-decoration: underline;
}
/* footer styling :: end */

/* spacer and break lines :: start */
.spacerline { clear:both; }
.breakline { line-height:2px; }
.breaksection { clear:both; line-height:5px; }
/* spacer and break lines :: end */

/* page link styling :: start */
a.clink, a.clink:visited {
  color: #000080;
  text-decoration: underline;
}

a.clink:hover {
  color: #b13427;
  text-decoration: underline;
}

a.formlink, a.formlink:visited {
  color: #000080;
  text-decoration: underline;
}

a.formlink:hover {
  color: #b13427;
  text-decoration: underline;
}

/* page link styling :: end */

.pagetitle { color:#601600; font-size:18px; font-weight:bold; padding-bottom:12px; }

.linkstitle {
  font-size: 16px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-weight: bold;
/*  text-decoration: underline; */
  color: #b13427;
}

.stafftitle {
  font-size: 18px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-weight: bold;
/*  text-decoration: underline; */
  color: #b13427;
}

.formstitle {
  clear: both;
  font-size: 14px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-weight: bold;
  color: #000000;
}

.formfield {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: arial,verdana,helvetica,sans-serif;
  text-align: left;
}


