@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background: #80786f;
	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: #80786f;
}
a:link {
	color: #E38701;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #80786F;
}
a:hover {
	text-decoration: none;
	color: #FFE052;
}
a:active {
	text-decoration: none;
	color: #FF3333;
}
a.selected:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.selected:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.selected:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.selected:active {
	text-decoration: none;
	color: #FFFFFF;
}
#container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a0ddee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #a0ddee;
	text-align: left;
	height: 520px;
}
#header {
	margin-top: 50px;
}
#header h1 {
	margin: 0 0 10 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 */
	padding-top: 40px;
	text-align: center;
}
#sidebar {
	float: left;
	text-align: left;
	width: 100px;
	padding-top: 40px;
	margin: 0 0 0 65px;
}
#sidebarText a {
	font: bold .7em/1.6 Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-bottom: 15px;
	padding-top: 6px;
}
sidebarText a:link {
	color: #80786F;
	text-decoration: none;
}
sidebarText a:visited {
	color: #80786F;
	text-decoration: none;
}
sidebarText a:hover {
	color: #cccccc;
	text-decoration: none;
}
sidebarText a:active {
	color: #ffffff;
	text-decoration: none;
}
#mainContent {
	margin: 0 0 0 170px;
	padding: 20 0 20 0px;
}
#mainContent img {
	margin: 10px;
	padding: 20px;
	border: 1px solid #FFFFFF;
	margin-bottom: 30px;
	margin-top: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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 */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: smaller;
	line-height: 1.4;
}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	page-break-after: always;
	width: 880px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #99CCCC;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: 80786f;
	border-right-color: 80786f;
	border-left-color: 80786f;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #E4F2E4;
	border-bottom: 1px solid #EEE;
}.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	text-align: center;
	height: 300px;
}
.TabbedPanelsContent {
	text-align: center;
}
.TabbedPanelsContentVisible {
	padding: 20 4 20 4px;
}
#mainContentText {
	width: 700px;
	height: 250px;
	padding-left: 50px;
	font-size: 12px;
	line-height: 100%;
	margin-right: 250px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #80786f;
	border-left-color: #80786f;
	padding-top: 40px;
	padding-right: 65px;
	margin-top: 40px;
}
