body {
	background-image: url(pix/background.png);
	background-repeat: repeat;
	
}

#background {
	width: 980px;	
	margin: 0px auto;
	background-image: url(pix/backgroundCenter.png);
	background-repeat: repeat-y;
}

#backgroundHeader {
	width: 980px;
	height: 216px;
	background-image: url(pix/backgroundHeader.png);
	background-repeat: no-repeat;
}

#backgroundBottom {
	width: 980px;
	height: 50px;
	background-image: url(pix/backgroundBottom.png);
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 170px;
	color: #000000;
	font-family: 'Times New Roman', serif;
	font-size: 12pt;
	margin: 0px 5px 0px 30px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	margin: 0px;
	padding: 1px;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.level1 {
	padding: 0px 0px 0px 0px;
}

#menu a.level2 {
	padding: 0px 0px 0px 10px;
}

#menu a.active {
	text-decoration: underline;
}

#content {
	color: #000000;
	font-family: 'Times New Roman', serif;
	font-size: 12pt;
	margin: 0px 40px 0px 220px;
}

p
{
	margin: 0px 0px 10px 0px;
	text-indent: 10pt;
	text-indent: 0pt;
}

h1 {
	color: #000000;
	font-family: 'Times New Roman', serif;
	font-size: 16pt;
	margin: 0px auto 10px;
	text-align: center;
}

h2 {
	color: #000000;
	font-family: 'Times New Roman', serif;
	font-size: 14pt;
	margin: 0px auto 10px;
}

a {
	color: #3333cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}