body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	font-family: arial;
	background-color: #ebebeb;
	height: 100%;
}

.masthead {
	background-image: url(images/mastheadBackground.png);
	background-repeat: no-repeat;
	width: 951;
	height: 147;
	overflow: hidden;
	text-align: right;
}

.masthead p {
	padding: 25 20 0 0;
}

.masthead form {
	padding-right: 20;
}

.navigation {
	background-image: url(images/navigationBackground.png);
	background-repeat: no-repeat;
	width: 951;
	height: 32;
	overflow: hidden;
}

.mainLinkUnit {
	background-image: url(images/mainBackground.png);
	background-repeat: repeat-y;
	width: 951;
	height: 25;
	padding-top:7px;
	text-align: left;
}

.main {
	background-image: url(images/mainBackground.png);
	background-repeat: repeat-y;
	width: 951;
	height: auto;
}

.content {
	float: left;
	width: 721;
	/*height: 400;*/
	background-image: url(images/contentBackground.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.content h1 {
	text-align: left;
	padding: 25 30 0 30;
	font-size: 12pt;
	color: green;
}

.content p {
	line-height: 1.6em;
	font-size: 10pt;
	padding: 0 70 0 30;
	text-align: left;
}

.content ul {
	list-style: inside;
}

.content li {
	line-height: 1.6em;
	font-size: 10pt;
	padding: 0 70 0 30;
	text-align: left;
}

.sidebar {
	float: right;
	width: 230;
	/*background-color: white;*/
	height: 400;
}

.sidebar h2 {
	text-align: left;
	font-size: 10pt;
	color: white;
	padding: 5;
	width: 200;
	background-color: green;
}

.footer {
	background-color: #cacaca;
	width: 951;
	height: 200;
}

.footer1 {
	width: 317;
	float: left;
	text-align: left;
}

.footer1 p {
	font-size: 8pt;
	padding: 20;
}

.footer2 {
	width: 317;
	float: left;
}

.footer2 p {
	font-size: 12pt;
	padding: 20;
}

.footer3 {
	width: 317;
	float: right;
}

.footer3 p {
	font-size: 12pt;
	padding: 20;
}
