body {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}


h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #006666;
}
p {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	color: #006666;
}
td {
	top: auto;
	vertical-align: top;
	font-size: 12px;
}
h4 {
	font-size: 12px;
	color: #006666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}
.colourblock {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: white;
	background-color: #006666;
}

.titleblock{
	font-family: Verdana, Arial,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #006666;
}

.colourblockstrong {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #006666;
}

.normal {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.headline {
	font-size: 12px;
	color: #006666;
	font-weight: bold;
}
.box {
	border: 1px solid #006666;
	margin: 2px;
}
.footer {
	font-size: 10px;
	font-style: normal;
	border: 0px solid #006666;
	margin: 4px;
}
.warning {
	color: #CC0000;
	font-weight: bold;
}

.normalsmall {
	font-size: 10px;
}
.boldtext {
	font-weight: bold;
}
.normalphoto {
	vertical-align: middle;
}

.strong{
	font-weight: bold;
	color:#006666;
}

a:link {
	color:#006666
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #006666;
	position:static;
	top:0;
	width: 100%;
}

#leftBar{
	float: left;
	width: 12%;
	padding: 2px 2px 2px 0px;
}

#leftBarNarrow{
	float: left;
	width: 80px;
	padding: 2px 2px 2px 0px;
}

#rightBarNarrow{
  	float:right;
	width: 80px;
	padding: 2px 2px 2px 0px;
}

#rightBar{
  	float:right;
	width: 12%;
	padding: 2px 2px 2px 0px;
}

#content{
	float:left;
  	padding: 2px;
	width: 70%;
}

#footer{
	clear:both;
	border-top: 1px solid #006666;
	font-size: 10px;
	float:none;
}
