/* General setup */

body { 
	margin-left: 3px; margin-top: 3px;
	font-family: arial, helvetica, verdana, sans-serif;
	background-color: #ffffff;
	color: #262223;
	font-size: 80%;
  background-image: url(/images/body_background.gif); 
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}

img {
	border: 0;
}

a:link {color: #5E96C5; text-decoration: none; }
a:active {color: #5E96C5; text-decoration: none; }
a:visited {color: #5E96C5; text-decoration: none; }
a:hover {color: #5E96C5; text-decoration: none; cursor: pointer; }


th {
	text-align: left;
	color: #909B56;
	font-weight: normal;
	background: #EEF2D4;
}

h1 {
	color: #262223;
	font-size: 160%
	letter-spacing: -0.8px;
}

h2 {
	color: #92979D;
	font-size: 140%;
	letter-spacing: -0.8px;
	line-height: 10pt;
	font-weight: normal;
	clear: left;
}

h3 {
	color: #92979D;
	font-size: 120%;
	letter-spacing: -0.3px;
	font-weight: normal;
	margin-bottom: 6px;
	clear: both;
	margin-top: 6px;
	line-height: 14px;
}



#header { 
	width: 1000px;
	height: 113px;
	border-bottom: 9px solid #47525A;
  background-color: #ffffff; 
}

#content {
	float: left;
	width: 474px;
	padding: 12px; 
	padding-top: 2px;
/*	min-height: 1000px; */
}
	
	
#footer {
	clear: both;
	width: 1000px;
	background: #47525A;
	min-height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
}

/* change text colour of footer to grey */
#footer p {
	color: #dddddd;
}

	
#content h1 {
	font-weight: normal;
	line-height: 90%;
	margin-bottom: 8px;
	margin-top: 10px;
	clear: both;
  letter-spacing: -1.5px;
}

#content h2 {
	color: #92979D;
	font-size: 140%;
	letter-spacing: -0.3px;
	font-weight: normal;
	margin-bottom: 6px;
	clear: both;
	padding-top: 6px;
	line-height: 14px;
}

#content p {
  margin-top: 0px;
}

