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.gif) top repeat-x;
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}

a {
  color: #FF6600;
  text-decoration: underline;
}
a:visited {
  color: #FF6600;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h2 {
  font-size: 100%;
  font-weight: bold;
  padding: 15px 0 10px 0;
  color: #005479;
}

p, address, ol, ul {
	font-style: normal;
	padding: 0 0 1em 0;
	line-height: 150%;
}
ul li {
	padding: 0 0 8px 25px;
	list-style: none;
	background: transparent url(bullet.gif) 0 .2em no-repeat;
}
input, select, textarea {
	background: #ffffff url(input-shadow.gif) 0 0 no-repeat;
	color: #000000;
	border: 1px solid #FF6600;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	margin: 1px 2px 1px 2px;
  padding: 2px;
}
input, select {
	vertical-align: middle;
}

/* -------------------------------------------------------- */
.tnormal {
  font-size: 80%;
  text-align: justify;
}
.leftCol {
  width: 460px;
  float: left;
}
.rightCol {
  width: 340px;
  padding: 0 0 0 40px;
  float: right;
  border-left: #9ABCC8 1px solid;
}

ul.errmsg li {
  color: #FF0000;
  padding-left: 0;
  background: none;
  list-style: disc inside;
}

/* -------------------------------------------------------- */
#main {
  width: 960px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#head {
  height: 214px;
  background: transparent url(top-bg.jpg) 0 0 no-repeat;
  position: relative;
}

#head h1 {
  width: 252px;
  height: 145px;
  position: absolute;
  top: 19px;
  left: 68px;
}
#head h1 a, #head h1 a:visited, #head h1 a:hover {
  display: block;
  width: 252px;
  height: 145px;
  text-decoration: none;
  text-indent: -500em;
  background: transparent url(logo.gif) 0 0 no-repeat;
}

#head #akkr, #head #akkr:visited, #head #akkr:hover {
  display: block;
  width: 206px;
  height: 49px;
  position: absolute;
  top: 92px;
  right: 59px;
  text-indent: -500em;
  background: transparent url(logo-akkr.gif) 0 0 no-repeat;
}

/* -------------------------------------------------------- */
#menu {
  height: 54px;
  width: 955px;
  padding: 0 0 0 5px;
  background: #005479 url(menu-bg.gif) 0 0 no-repeat;
  color: #ffffff;
  position: absolute;
  top: 160px;
  left: 0;
  line-height: normal;
}
#menu li {
  padding: 0;
  list-style: none;
  float: left;
  display: block;
  background: transparent url(menu-padd.gif) top right no-repeat;
}
#menu li a, #menu li a:visited {
  display: block;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 25px 10px 25px;
}
#menu li a:hover {
  text-decoration: underline;
}
#menu li.active a, #menu li.active a:visited, #menu li.active a:hover {
  color: #A1C0CE;
}

/* -------------------------------------------------------- */
#page {
  padding: 20px 30px 0 30px;
}
#homepage #page {
  background: transparent url(page-bg.jpg) top right no-repeat;
}
#topText {
  font-size: 100%;
  line-height: 140%;
  width: 460px;
  color: #005479;
  text-align: justify;
}
#needHelp {
  color: #000000;
  font-size: 70%;
  font-weight: bold;
  text-align: right;
  width: 260px;
  padding: 12px 200px 0 0; 
  height: 53px;
  position: relative;
}
#needHelp a, #needHelp a:visited {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 185px;
  height: 53px;
  padding: 12px 0 0 0;
  background: #698516 url(click-here.gif) 0 0 no-repeat;
  color: #ffffff;
  font-size: 150%;
  text-align: center;
  text-decoration: none;
}
#needHelp a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------- */
#footer {
  clear: both;
  padding: 0 0 20px 0;
}
#footer p {
  font-size: 60%;
  color: #BBBBBB;
}
#footer a, #footer a:visited {
  color: #BBBBBB;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------- */
#qContact h2 {
  color: #FF6600; 
}
#qContact label {
  display: block;
}
#qContact input, #qContact textarea {
  width: 300px;
}
#qContact #antis {
  display: none;
}
#qContact .imgbutton {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}