/* top and lead areas */
@import url(areas1.css);
/* central area */
@import url(areas2.css);
/* secondary and footer areas */
@import url(areas3.css);

@import url(moduleStyle.css);

html, body
{
	padding: 0px; margin: 0px;
}

/* Contains the whole page - sets the page background */
#pageContainer
{
	width: 100%;
	background: url(../images/bodyBackground.gif) repeat-x 0px 152px;
	_background-position-y: 160px;
	font-family: "Arial Narrow", Arial, sans-serif;
	position: relative;
}

#pageContainer .blackBar
{
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 30px;
	background: #6e6f71;
}

/* Contains the content area - a centered column of 800px */
#mainContainer
{
	margin: 0px auto;
	width: 800px;
}

p, h1, h2, h3, h4 {padding: 0px; margin: 0px}

a img {border: 0}

a {text-decoration: none; position: relative; z-index: 2}

a:hover {border-bottom: 1px dotted #73b3e1}

.clearFloat {clear: both; height: 0px; line-height: 0%}

.blue {color: #73b3e1}
.black {color: #404040}
.darkgrey {color: #808080}
.grey {color: #a0a0a0}

