@charset "utf-8";
/* CSS Document */

/* Width and Allignment declarations on body and #wrapper will allow the content to be properly centred in older browsers */

/*****************/
/* COMMON STYLES */
/*****************/

html, body {
	margin:0;
	padding:0;
}

body {
	min-width: 955px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: small;
	text-align:center;
	background-color:#ececec;
}

p {
	line-height: 1.4; /* Default is 1.2, 1 being the font height and .2 being the space */
}
.small {
	font-size: 0.8em;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color:#000033;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color:#000033;
}

h3 {
	font-size: 90%;
	font-weight: bold;
}

h4 {
	font-size: 80%;
	font-weight: bold;
}

img {
	border: 0;
}

a {
	text-decoration:underline;
	color:#FF0000;
}

#centred {
	text-align: center;	
}

/*****************/
/*** DIV STYLES **/
/*****************/

#wrapper {
	width: 790px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}

#container {
}

#content {
	padding: 18px;
	text-align:left;
}

#footer {
	height: 50px;
	width: 100%;
	text-align:center;
	font-size:small;
	font-weight:bold;
	border-top: #FF0000 solid 1px;
	padding-top: 5px;
}

/*****************/
/**** BANNER *****/
/*****************/

#banner {
	background-image:url(../hasslassimages/banner.jpg);
	height: 120px;
}

.printbanner {
	display:none;
}

#links {
	text-align:left;
	display: block;
	padding:8px 8px 8px 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/*****************/
/*** CSS TOOLS ***/
/*****************/

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.clearboth {
	clear: both;
}

.imgRight {
	float:right;
}

.imgLeft {
	float:left;
}

.imgPadRight {
	float:right;
	padding: 5px;
}

.imgPadLeft {
	float:left;
	padding-right: 18px;
	padding-bottom: 36px;
}
