@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3E6840;
	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: #000000;
}
a {
	color:#0A3102;
}
.twoColFixLtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0A3102;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0px;
	margin: 0px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navigation {
	margin: 0;
	height: 27px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ECEDDF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 75%;
	font-weight: normal;
	padding: 0px 10px;
	line-height: 3.5ex;
	margin-top: 5px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 85%;
	font-weight: bold;
	padding: 0px 10px;
	margin-bottom: 0px;
	color: #0A3102;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 80%;
	padding: 0px 10px;
	color: #8A2E1C;
	margin-top: 10px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 100%;
	color: #0A3102;
	margin-top: 10px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 85%;
	color: #8A2E1C;
	margin-top: 10px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 75%;
	color: #0A3102;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #mainContent p {
	font-size: 75%;
	font-weight: normal;
	line-height: 3.5ex;
	margin-top: 5px;
	margin-bottom: 0px;
	margin: 5px 0 10px 0;
}
.twoColFixLtHdr #mainContent li {
	font-size: 75%;
	font-weight: normal;
	line-height: 18px;
	padding-top: 7px;
	list-style-position: outside;
}
.twoColFixLtHdr #mainContent ul {
	margin:0 20px;
	padding:0;
}
.twoColFixLtHdr #mainContent label {
	font-weight: bold;
	padding: 0px 10px;
	margin-bottom: 0px;
	color: #0A3102;
	margin-top: 10px;
	text-align: left;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0A3102; 
} 
.twoColFixLtHdr #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 */
	color: #FFFFFF;
	font-size: 70%;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	font-size: 105%;
}
.twoColFixLtHdr #agcalc img, td, tr{
	padding: 0;
	margin: 0;
}
.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;
}
.bold_text {
	font-weight: bold;
	color:#0A3102;
}
.image_format {
	float: right;
	margin: 8px 0 8px 8px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 .CollapsiblePanel {
	margin: 10px;
	padding: 0px;
	border-left: solid 1px #3E6840;
	border-right: solid 1px #3E6840;
	border-top: solid 1px #3E6840;
	border-bottom: solid 1px #3E6840;
	background-color: #FFFFFF;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.twoColFixLtHdr #sidebar1 .CollapsiblePanelTab {
	font: bold .7em sans-serif;
	background-color: #6D856F;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #FFFFFF;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.twoColFixLtHdr #sidebar1 .CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.twoColFixLtHdr #sidebar1 .CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 .CollapsiblePanelTab p {
	padding: 0px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.twoColFixLtHdr #sidebar1 .CollapsiblePanelOpen .CollapsiblePanelTab {
	font: bold .8em sans-serif;
	background-color: #EFF7EC;
	color:#000000;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.twoColFixLtHdr #sidebar1 .CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #EFF7EC;
	color:#000000;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.twoColFixLtHdr #sidebar1 .CollapsiblePanelFocused .CollapsiblePanelTab {
	color:#000000;
	
}
.twoColFixLtHdr #container #mainContent #schedule th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6D856F;
	text-align: left;
	padding: 5px;
	margin: 0;
}
.twoColFixLtHdr #container #mainContent #schedule td {
	font-size: 11px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent #schedule tr {
	border-bottom: 1px Solid #666666;
}
.altColor {
	background-color:#EFF7EC;
}
.twoColFixLtHdr #container #mainContent ul li ul li {
	font-size: 12px;
	list-style-type: circle;
}
.underline {
	text-decoration: underline;
}
