/* START OF GLOBAL STYLES */

html,body {
	margin: 10px;
	padding: 0;
	height:100%; /* needed for container min-height */
	background-color:#E5E5E5; /* Default background colour */
	font-family: Arial; /* default font type */
	font-size:11px; /* No global font-colour, too many areas use different colours */
	color:#526770;
}

p {
	margin:0px; /* Removes the spacing between text that IE creates */
	font-family:Verdana; /* default font type */
	font-size:11px;
}

form {
	padding:0px;
	margin:0px; /* IE 6 Spacing fix */
}

a img { 
	border: none;  /* Removes the border of a linked image if the image doesn't have border=0 */
}

a, a:link, a:visited, a:active {
	color: #004192; /* Default Link Colour */
}

a:hover {
	color:#004192;
	text-decoration:none;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

td {
	font-size: 11px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

.clear_float {
	clear:both;  /* CLEAR BOTH SIDES OF A FLOATED DIV */
}

/* END OF GLOBAL STYLES */

/* START OF TEMPLATE STRUCTURE STYLES */

div#container {
	padding:10px;
	margin:0 auto; /* center, not in IE5 */
	width:980px; /* Width of page document */
	background-color:#FFFFFF;
}

