body {
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	background-image: url(images/index-content-background.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

/* This hack is needed because the auto value applied to div.content does not work in IE */
div.centrecontent {
	text-align: center;
} 

div.content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

div.clear {
	clear: both;
	height: 0px;
}

div.footer {
	width: 720px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}

/* This Tan hack is needed because of the box model problem in IE5.x Windows */
* html div.footer {
	width: 760px;
	w\idth: 720px;
}

p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 12px;
	border-top-color: #005cab;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #005cab;
}

a:link {
	text-decoration : none;
	color: #ffffff;
	background: transparent;
}

a:visited {
	text-decoration : none;
	color: #ffffff;
	background: transparent;
}

a:hover {
	text-decoration : none;
	color: #000000;
	background: transparent;
}

a:active {
	text-decoration : none;
	color: #000000;
	background: transparent;
}

