/***************************************/
/*      html tags         */
/**************************************/
body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
td {
	font-size: 12px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0065AE;
	margin: 0px;
	padding: 0px;
}
a {
	color: #007CC3;
}
a:hover {
	color: #FC5C45;
}

/***************************************/
/*      containers         */
/**************************************/
/* grey line at the top */
#topgrey { 
	width: 800px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBB9;
}
#topgrey td { 
	padding: 1px 10px 2px 1px;
}
#topgrey a {
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;

}
/* navigation bar  */
#nav {
	background-color: #0065AE;
	height: 23px;
	width: 800px;
}
/* layer for hagning text over main image on home page */
/* Should be put in the left cell of the nav bar  */
/* The default settings are in teh style.layout.css, */
/* the actual settings for every page should be in the page header  */
#contenttext {
	position:absolute;
	width:350px;
	height:156px;
	z-index:1;
	font-size: 13px;
	margin-top: 240px;
}
#contenttext #textintro {
	width: 280px;
	margin-left: 40px;
	padding-left: 18px;
	background-image: url(../layout/back_yellow_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* main content area  */
#main {
	width: 800px;
}
/* main content and bottom on home page  */
#bottom {
	width: 800px;
}
#bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom #mm3 a:hover {
	color: #0065AE;
}
/* bottom coloured cells on home page  */
#bottom #mm1 {
	height: 20px;
	padding: 0px 0px 0px 0px;font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #FFFFFF;
	background-color: #00899D;
}
#bottom #mm2 {
	background-color: #27A087;
	width: 251px;
	border: #FFFFFF 2px solid;
	border-width: 0px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #FFFFFF;
}
#bottom #mm3 {
	background-color: #71B737;
	width: 206px;
	border: #FFFFFF 0px solid;
	border-width: 0px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#bottom1 {
	background-color: #B5C4C1;
	height: 20px;
	width: 800px;
	font-size: 10px;
}
#bottom1 a {
	font-size: 10px;
	color: #89A09C;
	text-decoration: none;
}
#bottom1 a:hover {
	color: #FFFFFF;
}
h5 {
	font-size: 13px;
	color: #333333;
	margin: 0px;
}
.totop {
	font-size: 11px;
	text-align: right;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.list1 {
	list-style-position: outside;
	list-style-image: url(layout/bullet1.gif);
	padding-top: 2px;
}
#extra {
	background-color: #FAC903;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#extra td {
	font-size: 11px;
	line-height: 12px;
}

