/* CSS Document */
html {
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top: 15px;


}
img {
border: 0px;
}

div, p {
	margin: 0px;
	padding: 0px;
}
#left {
width:200px;
height:400px;
float:left;
}

#header {
	width: 591px;
	/* margin-left: 220px; */
	border-bottom:#3333CC 1px solid;
float:left


}
#main {
	width: 591px;
	/* margin-left: 220px; */
	float:left

}

#right {
	width: 200px;
	margin-left: 820px;

}
.page_heading {
font-size: 18px
}
.header_text_big {font-size: 18px}
.header_text_small {
	font-size: 16px;
	font-style: italic;
}
.emphasise {font-size: 18px}
.small {font-size: 14px}
.small_bold_blue {
	color: #0254A4;
	font-weight: bold;
	size:12pt;
}
.blue_bold {
	color: #0254A4;
	font-weight: bold;
	size:14px;
}

a:visited {color:#0254A4; text-decoration:none}

a:link {color:#0254A4; text-decoration:none}

a:hover {color:#FF0000; text-decoration:underline}
