#content {
	background-color: #FFFFFF;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
}
#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 187px;
	width: 760px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}

#maincontent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 700px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #C8CBDA;
}

.menu {
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #333399;
	text-decoration: none;
}

a:visited {
	color: #333399;
	text-decoration: none;
	}

a:hover {
	color: #333399;
	text-decoration: underline;
}

a:active {
	color: #333399;
	text-decoration: underline;
}


h1 {
	font-weight: bold;
	color: #333399;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #333399;

}
.boldStress {
	font-weight: bold;
	color: #333399;
}

#footer {
	font-size: 90%;
	text-align: left;
}


p.floatimages {
	float: right;
	width: 300px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 90%
}

p.imagecenter {
	text-align: center;
	font-size: 90%;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

table.tablecenter {
	text-align: center;
	font-size: 90%;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}