@charset "UTF-8";
body  {
	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: #333333;
	font-family: "Trebuchet MS";
	font-size: small;
	background-color: #666;
}

img { border: none; } 



.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 89px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
} 
.twoColFixLtHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.bullet {
	list-style-type: disc;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px;
	padding: 0px;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer_bg.gif);
	height: 27px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.contentimage {
	padding-bottom: 5px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	font-size: small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menuunselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.printtext {
	font-size: x-small;
	text-align: right;
}
h1 {
	font-size: x-large;
	color: #4c8252;
	font-weight: normal;
}
h2 {
	font-size: medium;
	color: #4c8252;
}
h3 {
	font-size: medium;
	color: #4c8252;
}
a:visited {
	color: #496868;
}
a:hover {
	color: #496868;
}
a:active {
	color: #496868;
}
a:link {
	color: #496868;
}
.navsubitem {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #e1e9bb;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.navParent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	background-color: #E1E9BB;
}
.navsubitemBOTTOM {
	background-color: #e1e9bb;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/nav_openbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.image {
	padding: 5px;
}
.rightcolumntext {
	margin-left: 200px;
}
.highlightedtext {
	color: #4c8252;
}


.imageLEFT {
	padding-right: 9px;
	margin-bottom: 10px;
}

.footernav a:link {
	color: #999999;
	text-decoration: none;
	font-size: x-small;
}
.footernav a:visited {
	color: #999999;
	text-decoration: none;
	font-size: x-small;
}
.footernav a:active {
	color: #999999;
	text-decoration: none;
	font-size: x-small;
}
.footernav a:hover {
	color: #999999;
	text-decoration: none;
	font-size: x-small;
}

.imageRIGHT {
	padding-left: 9px;
	padding-bottom: 5px;
}
.pdf {font-size: x-small}

div.figure {
	float: right;
	width: 50%;
	margin-left: 10px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.style2 {
	color: #999999;
	text-align: center;
}
.email {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#sidebarEvents {
	background-color: #FFF;
	margin-top:16px;
	margin-right: 16px;
	margin-left: 16px;
	border: 1px solid #4c8252;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebarEvents p {
	font-size:small;
	font-weight:normal;
	color:#333;

}

#sidebarHMA {
	background-color: #FFF;
	margin-top:20px;
	margin-right: 16px;
	margin-left: 16px;
	border: 1px solid #4c8252;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarHMA p {
	font-size:small;
	font-weight:normal;
	color:#333;

}

#sidebarHMA ul li {
	font-size:small;
	font-weight:normal;
	color:#333;

}
	
.loggedIn {
	padding-left: 27px;
	font-size: 12px;
	font-weight: lighter;
}
div.imageAndCaption {
	float: right;
	width: 50%;
}
div.imageAndCaption p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
