@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	color: #636;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FC9;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	color: #036;
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
	text-align: center;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #666;
	text-align: center;
}
#leftsidebar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-style: italic;
	color: #636;
	float: left;
	width: 220px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 0px;
	text-align: center;
}
.leftsidebar {
	padding: 10px;
	float: left;
}
#rightsidebar {
	float: right;
	width: 160px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebarh2 {
	font-size: medium;
	color: #F93;
	background-image: url(images/HEIAtab.gif);
	background-repeat: repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 20px;
}
.sidebarh1 {
	font-size: large;
	color: #09C;
	background-color: #CCF;
	margin-right: 20px;
}
.sidebartxt {
	font-size: x-small;
	color: #666;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.frontpage {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	font-style: italic;
	color: #636;
	text-align: center;
}
#leftphotocaption {
	padding: 10px;
	float: left;
	width: 350px;
	margin-left: 25px;
	text-align: center;
}
#rightphotocaption {
	text-align: center;
	float: right;
	width: 350px;
	margin-left: 25px;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #mainContent blockquote p {
	text-align: justify;
}
.listclass {
	color: #666;
}
.oneColFixCtrHdr #container #mainContent .frontpage em {
	font-style: normal;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #000;
}
.oneColFixCtrHdr #container #mainContent .frontpage {
	font-style: normal;
}
.leftpicture {
	float: left;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent table tr td p .Body-text {
	text-align: center;
}
