/* force a vertical scrollbar on short pages */
HTML {
 overflow-y: scroll;
}

EM {
	font-style: normal;
}

.contactformheading {
	float:left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
}

.contactformfields {
	float:left;
}

.formcolour {
	background-color: #63B5B5;
}

.footer {
  width: 740px;
	margin:0 auto;
	border: solid;
	border-color: #CFCFCF;
	border-width: 1px;
	background-color: #63B5B5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.divoutercontainer {
  width: 740px;
  border: none;
	margin: 0 auto;
}

.divdividingline {
	width: 732px;
	height: 5px;
	border-top: solid;
	border-color: #CFCFCF;
	text-align: left;
	border-width: 1px;
}

.divheader {
	width: 740px;
	height: 190px;
	border: solid;
	border-color: #CFCFCF;
	background-color: White;
	border-width: 1px;
	text-align: left;
}

.divnavigation {
  height: 28px;
	border: solid;
	border-color: #CFCFCF;
	background-color: White;
	border-width: 1px;
}

.divwecover {
	border: solid;
	border-color: #CFCFCF;
	background-color: White;
	border-width: 1px;
	font-size: .8em;
}

.divnavbox {
	border: solid;
	border-color: #CFCFCF;
	border-width: 1px;
	margin: 3px;
	padding: 3px;
  float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #63B5B5;
}

.divmainbody {
  min-height: 550px;
	width: 730px;
	margin:0 auto; 
	text-align: left;
	border: solid;
	border-color: #CFCFCF;
	border-width: 1px;
	padding: 5px;
  background-color: White;
}

body {
	text-align: center;
	min-width: 740px;
  margin: 0px;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* stops the vertical scrollbar disappearing in firefox on short pages and messing up alignment */
html {
  height: 100%;
	margin-bottom: 1px;
}

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #FF0000; text-decoration: none; }

a:link.standardlink {color: #0000FF; text-decoration: none; }
a:active.standardlink {color: #0000FF; text-decoration: none; }
a:visited.standardlink {color: #0000FF; text-decoration: none; }
a:hover.standardlink {color: #FF0000; text-decoration: none; }

