body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5587bc;
	background-image:url('images/background.gif');
	background-repeat:repeat-x;
	color: #000;
}

#maincontent{
	background-color:#FFFFFF;
}
#header {
	background: url(images/header.jpg);
	background-repeat:no-repeat;
	width: 750px;
	height: 150px;
}
#contacthanger {
	width:240px;
	height:240px;
	text-align:right;
	background-image:url('images/contacthanger.gif');
	background-repeat:no-repeat;
	padding-bottom:3px;
}


#contacthanger a {
	color:#FFFFFF;
	font-weight:bold
}

#contacthanger a:hover {
	color:#FF0000;
}

#footer {
	height:50px;
	line-height:50px;
	text-align: center;
	color:#FFFFFF;
	background: url('images/footer.gif');
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color:#FF0000;
}

.lineheight {
	line-height:24px;
}

a {
	color:#0066FF;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

p{
	margin-bottom:0px;
	line-height:1.5x;
}

ul {
	line-height:1.5x;
}

img {
	border:none;
}
