body {
  font-family: Verdana;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  margin: 0px;
  padding: 0px;
	min-width: 980px;
  behavior: url("css/csshover3.htc");
  overflow-x: hidden;
  overflow-y: auto;
}

h1, h2, h3, h4, p {
  text-indent: 0px;
}
  
#content h1:first-child {
  margin-top: 5px;
}

h1 {
  background-image: url(../img/contenttitle.png);
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #7d7d7d;
  line-height: 25px;
  font-weight: 300;
  padding: 0;
  margin: 50px 5px 5px 0px;
}

h2 {
  font-size: 16px;
  line-height: 20px;
  color: #BBDB88;
  padding: 15px 0px 5px 0px;
}

p {
}

a {
  text-decoration: none;
  color: #F1AF00;
}

img {
  behavior: url("css/pngtransparency.htc");
  border: none;
}

ul.no-icons {
  list-style: none;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

/* Layout Definitions */
#container {
  width: 100%;
  background-image: url(../img/universalbkg.gif);
}

#container2 {
  background-image: url(../img/mainbkg.gif);
  width: 95%;/*980px;*/
  margin: 0px auto;
}

/* Header CSS

logo.png
banner.gif

orange: #f1af00
red: #bf0222
green: #bbdb88
grey: 7d7d7d
 */
#header {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
}

#banner {
  float: right;
}
/* Header CSS END */

/* Footer CSS 
SPEC:
(space between green box and footer: 15px)
background color: #f1e3bf
font size: 10pt
padding-top: 10px
padding-right: 15px
 */
#footer {
  background-color: #F1E3BF;
  clear: both;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  padding: 10px 15px;
}

#sitemap {
  color: #F1AF00;
}
/* Footer CSS END */

/* Left frame
SPEC:
width: 105px
margin to left side (start of orange dots): 5px
grey title: size: 12pt, line-height: 16pt
without ">" indent 12pt,
sub items indent 18pt
size: 11pt
line-height: 24pt
line return: 12pt (not enough space to display as one line, like "Background & Mission that needs to display as 2 lines, line-height for the second line is 12pt)
 */
#left {
  float: left;
  width: 100px;
  padding-left: 10px;
}

/* Content frame
(space between submenu and green box, space between green box and end of orange dots on the right: 15px)
space between menu and green box: 39px
first indent: 14pt
image margin: 15px

content border: #bbdb88
content title: contenttitle.png
title font size: 24pt

green box padding: 15px

green title size: 14pt
content body text (grey/orange text): 11pt, line-height: 14pt,

table row: #ddedc4 (only highlight alternatively)
table border: #c9e2a0
photos thumbnails: tbnormal.jpg
photos rollover: tbrollover.jpg
 */
#content {
  background-color: white;
  border: 3px solid #bbdb88;
  margin: 35px 15px 15px 120px;
  padding: 20px;
  font-size: 12px;
  line-height: 14px;
}

.clearFloat {
	clear: both;
}

.photo {
  background-image: url(../img/tbnormal.jpg);
  background-repeat: no-repeat;
  width: 133px;
  height: 79px;
  display: inline-block;
  margin-left: 14pt;
  margin-bottom: 15px;
}

.photo:hover {
  background-image: url(../img/tbrollover.jpg);
}

.photo img {
  border: 0;
  width: 120px;
  height: 60px;
  margin: 7px 0px 0px 7px;
}

/* Image Box - For images on stuff */

.image {
  float: right;
	clear: right;
  margin: 0px 0px 15px 15px;
}

table.fee{
  border: thin solid #c9e2a0;
  border-collapse: collapse;
}

table.fee tr.colourRow {
  background-color: #ddedc4;
}

table.fee td {
  border-left: thin solid #c9e2a0;
  padding: 1px 10px 1px 10px;
  text-align: center;
}

/* Registration page form elements */

#registration {
}

#registration dl {
}

#registration dl dt,
#registration dl dd {
	line-height: 2em;
}

#registration dt,
#registration dd {
	padding-left: 15px;
	margin-left: 0;
}

#registration dl dt {
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 1%;
}

#registration dl dd {
}

#registration dd dl {
	display: block;
}

#registration .error {
	color: red;
}

