body  {
	background: #4B260F center;
	background-image: url(site_images/container_fade_border_pg_bg.png);
	background-repeat: repeat-y;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	}


a:link { 
	text-decoration: underline; 
	color: inherit;  
	}

a:hover { 
	text-decoration: underline; 
	color: inherit; 
	}
	
a:active { 
	color: inherit; 
	text-decoration: none 
	}
a:visited { 
	color: inherit; 
	text-decoration: none 
	}

#container { 
	background: #686C6F;
	background-image: url(site_images/container_bg.jpg); 
	background-repeat: repeat; 
	width: 900px;  /* WAS ORIGINALLY 780 ... using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 


	
#header { 
	background: #211409; 
	/* padding: 0 10px 0 20px;  /* BEN DISABLED THIS PADDING ... 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. */
} 

#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 */
	}


	
#mainnav { 
	text-align: center; 
	background-image: url(site_images/mainnav_bg.png); 
	height: 30px; 
	background-position: 0; 
	background-color: #31363B; } 

#mainnav a:link { 
	text-decoration: none; 
	color: #d4d9e1; 
	}
	
#mainnav a:hover { 
	text-decoration: none; 
	color: white; 
	}
	
#mainnav a:active { 
	text-decoration: none; 
	color: #d4d9e1; 
	}
	
#mainnav a:visited { 
	text-decoration: none; 
	color: white; 
	}

#mainnav 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 */
}

#mainnav ul, #mainnav li { 
	padding-right: 20px; 
	line-height: 26px; 
	list-style-type: none; 
	display: inline; 
	text-decoration: none; 
	font-weight: bold; 
	color: #d4d9e1; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}


#subnav { 
	margin-top: 3px; 
	padding-bottom: 4px; 
	border-bottom-color: black; 
	border-top-color: black; 
	border-bottom-style: solid; 
	border-top-style: solid; 
	border-bottom-width: 1px; 
	border-top-width: 1px; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-top: 4px; 
	background-color: #c5cdd2; 
	line-height: 12px; 
	color: #31363B; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}

#subnav a:link { 
	text-decoration: underline; 
	color: #31363B; 
	}
	
#subnav a:hover { 
	text-decoration: underline; 
	color: #000000; 
	}
	
#subnav a:active { 
	text-decoration: underline; 
	color: #31363B; 
	}
	
#subnav a:visited { 
	text-decoration: underline; 
	color: #31363B; 
	}

#subnav p {
	color: #31363B;
	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 */
}

#subnav ul, #subnav li { 
	text-align: left; 
	padding-right: 30px; 
	display: inline; 
	font-weight: bold; 
	color: #31363B; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}




#sidebar1Content h1 { 
	color: black; 
	font-style: italic; 
	font-weight: normal; 
	font-variant: small-caps; 
	font-size: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}

#sidebar1Content h2 { 
	margin-bottom: 4px; 
	margin-top: 15px; 
	color: #4b260f; 
	font-weight: bold; 
	line-height: 1.00; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#sidebar1Content h3 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #000000; 
	font-weight: bold; 
	line-height: 1; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#sidebar1Content h4 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #000000; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#sidebar1Content h5 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #454545; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif; 
	}




#sidebar2Content h1 { 
	font-style: italic; 
	font-weight: normal; 
	font-variant: small-caps; 
	font-size: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
	
#sidebar2Content h2 { 
	margin-bottom: 4px; 
	margin-top: 15px; 
	color: #4b260f; 
	font-weight: bold; 
	line-height: 1.00; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#sidebar2Content h3 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #000000; 
	font-weight: bold; 
	line-height: 1; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#sidebar2Content h4 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #000000; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}   
	                                                                  
#sidebar2Content h5 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #454545; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#mainContent { 	
	text-align: left; 	
	color: black; 
	line-height: 130%; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	}

#mainContent h1 { 
	line-height: 1em; 
	margin-bottom: 4px; 
	padding-bottom: 2px; 
	color: #4b260f; 
	font-weight: normal; 
	font-size: 27px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}

#mainContent h2 { 
	margin-bottom: 4px; 
	padding-bottom: 2px; 
	border-bottom-color: #4b260f; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	color: #4b260f; 
	font-weight: normal; 
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}	
	
#mainContent h3 { 
	margin-bottom: 4px; 
	padding-bottom: 2px; 
	color: #000000; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}	
	
#mainContent h4 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #000000; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#mainContent h5 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #454545; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif; 
	}




#homepageCenterAnnouncement { 	
	text-align: left; 	
	color: black; 
	line-height: 130%; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	}

#homepageCenterAnnouncement h1 { 
	line-height: 1em; 
	margin-bottom: 4px; 
	padding-bottom: 2px; 
	color: #4b260f; 
	font-weight: normal; 
	font-size: 27px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}

#homepageCenterAnnouncement h2 { 
	margin-bottom: 4px; 
	padding-bottom: 2px; 
	border-bottom-color: #4b260f; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	color: #4b260f; 
	font-weight: normal; 
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}	
	
#homepageCenterAnnouncement h3 { 
	margin-bottom: 4px; 
	padding-bottom: 2px; 
	color: #000000; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}	
	
#homepageCenterAnnouncement h4 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #000000; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#homepageCenterAnnouncement h5 { 
	margin-bottom: 4px; 
	margin-top: 0px; 
	color: #454545; 
	font-weight: normal; 
	line-height: 1; 
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif; 
	}






#footer { 
	color: #d4d9e1; 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	height: 30px; 
	background: #686C6F;
	background-image: url(site_images/container_bg.jpg); 
	background-repeat: repeat; 
} 

#footer a:link { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #d4d9e1; 
	}
	
#footer a:hover { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: white; 
	}
	
#footer a:active { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #d4d9e1; 
	}
	
#footer a:visited { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: white; 
	}

#footer p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	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 */
}

#footer ul, #footer li { 
	padding-right: 30px; 
	line-height: 26px; 
	list-style-type: none; 
	display: inline; 
	text-decoration: none; 
	color: #d4d9e1; 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}




.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;
}





.subPage #sidebar1 {
	padding: 15px;
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */ /* the background color will be displayed for the length of the content in the column, but no further */
}

.subPage #sidebar1Top { 
	background-position: 0 top; 
	background-repeat: no-repeat; 
	background-image: url(site_images/subPage_bl_shad_bx_top.png); 
	}
	
.subPage #sidebar1Middle { 
	background-repeat: repeat-y; 
	background-image: url(site_images/subPage_bl_shad_bx_middle.png); 
	}
	
.subPage #sidebar1Bottom { 
	background-position: 0 bottom; 
	background-repeat: no-repeat; 
	background-image: url(site_images/subPage_bl_shad_bx_bottom.png); 
	}

.subPage #sidebar1Content { 
	background-position: right top;
	padding-right: 15px; 
	padding-left: 15px; 
	padding-bottom: 15px; 
	padding-top: 5px; 
	line-height: 130%; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}



.subPage #sidebar2 {
	margin-left: 10px;
	margin-right: 25px;
	margin-top: 55px;
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */ /* the background color will be displayed for the length of the content in the column, but no further */
}

.subPage #mainContent { 
	margin-left: 225px; 
	margin-bottom: 0; 
	margin-right: 150px; 
	margin-top: 15px; 
	padding-left: 10px; 
	padding-bottom: 0; 
	padding-right: 10px; /* the left margis on this div element creates the left column on the side of the page. No matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar space when the content in each sidebar ends. */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.subPage #mainContentTop { 
	background-position: 0 top; 
	background-repeat: no-repeat; 
	background-image: url(site_images/mainContent_shad_bx_top.png); 
	}
	
.subPage #mainContentMiddle { 
	background-repeat: repeat-y; 
	background-image: url(site_images/mainContent_shad_bx_middle.png); 
	}
	
.subPage #mainContentBottom { 
	background-position: 0 bottom; 
	background-repeat: no-repeat; 
	background-image: url(site_images/mainContent_shad_bx_bottom.png); 
	}

.subPage #mainContentContent { 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 20px; 
	padding-top: 10px; 
	background-position: right top; 
	}





.homePage #sidebar1 {
	padding: 15px;
	float: left; /* since this element is floated, a width must be given */
	width: 281px; /* 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 */ /* the background color will be displayed for the length of the content in the column, but no further */
}

.homePage #sidebar1Top { 
	background-position: 0 top; 
	background-repeat: no-repeat; 
	background-image: url(site_images/homePage_bl_shad_bx_top.png); 
	}
	
.homePage #sidebar1Middle { 
	background-repeat: repeat-y; 
	background-image: url(site_images/homePage_bl_shad_bx_middle.png); 
	}
	
.homePage #sidebar1Bottom { 
	background-position: 0 bottom; 
	background-repeat: no-repeat; 
	background-image: url(site_images/homePage_bl_shad_bx_bottom.png); 
	}

.homePage #sidebar1Content { 
	background-image: url(site_images/clock_bg_art.gif); 
	background-position: right top; background-repeat: no-repeat; 
	padding-right: 15px; 
	padding-left: 15px; 
	padding-bottom: 15px; 
	padding-top: 5px; 
	line-height: 130%; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-position: 115px 10px; 
	}


.homePage #sidebar2 {
	padding: 15px;
	float: right; /* since this element is floated, a width must be given */
	width: 281px; /* 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 */ /* the background color will be displayed for the length of the content in the column, but no further */
}

.homePage #sidebar2Top { 
	background-position: 0 top; 
	background-repeat: no-repeat; 
	background-image: url(site_images/homePage_bl_shad_bx_top.png); 
	}
	
.homePage #sidebar2Middle { 
	background-repeat: repeat-y; 
	background-image: url(site_images/homePage_bl_shad_bx_middle.png); 
	}
	
.homePage #sidebar2Bottom { 
	background-position: 0 bottom; 
	background-repeat: no-repeat; 
	background-image: url(site_images/homePage_bl_shad_bx_bottom.png); 
	}
	
.homePage #sidebar2Content { 
	padding-right: 15px; 
	padding-left: 15px; 
	padding-bottom: 15px; 
	padding-top: 5px; 
	line-height: 130%; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; background-position: 0 bottom; 
	}


.homePage #mainContent { 
	margin-left: 310px; 
	margin-bottom: 0; 
	margin-right: 321px; 
	margin-top: 18px; 
	padding-left: 10px; 
	padding-bottom: 0; 
	padding-right: 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.spreadMainContent #sidebar1 {
	padding: 15px;
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */ /* the background color will be displayed for the length of the content in the column, but no further */
}

.spreadMainContent #sidebar1Top { 
	background-position: 0 top; 
	background-repeat: no-repeat; 
	background-image: url(site_images/subPage_bl_shad_bx_top.png); 
	}
	
.spreadMainContent #sidebar1Middle { 
	background-repeat: repeat-y; 
	background-image: url(site_images/subPage_bl_shad_bx_middle.png); 
	}
	
.spreadMainContent #sidebar1Bottom { 
	background-position: 0 bottom; 
	background-repeat: no-repeat; 
	background-image: url(site_images/subPage_bl_shad_bx_bottom.png); 
	}

.spreadMainContent #sidebar1Content { 
	background-position: right top;
	padding-right: 15px; 
	padding-left: 15px; 
	padding-bottom: 15px; 
	padding-top: 5px; 
	line-height: 130%; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	}

.spreadMainContent #mainContent { 
	margin-left: 225px; 
	margin-bottom: 0; 
	margin-right: 0px; 
	margin-top: 15px; 
	padding-left: 10px; 
	padding-bottom: 0; 
	padding-right: 10px; /* the left margis on this div element creates the left column on the side of the page. No matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar space when the content in each sidebar ends. */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.spreadMainContent #mainContentTop { 
	background-position: 0 top; 
	background-repeat: no-repeat; 
	background-image: url(site_images/spreadMainContent_shad_bx_top.png); 
	}
	
.spreadMainContent #mainContentMiddle { 
	background-repeat: repeat-y; 
	background-image: url(site_images/spreadMainContent_shad_bx_middle.png); 
	}
	
.spreadMainContent #mainContentBottom { 
	background-position: 0 bottom; 
	background-repeat: no-repeat; 
	background-image: url(site_images/spreadMainContent_shad_bx_bottom.png); 
	}

.spreadMainContent #mainContentContent { 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 20px; 
	padding-top: 10px; 
	background-position: right top; 
	}



.fullSpreadMainContent #mainContent { 
	margin-left: 0px; 
	margin-bottom: 0; 
	margin-right: 0px; 
	margin-top: 15px; 
	padding-left: 10px; 
	padding-bottom: 0; 
	padding-right: 10px; /* the left margis on this div element creates the left column on the side of the page. No matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar space when the content in each sidebar ends. */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.fullSpreadMainContent #mainContentTop { 
	background-position: 0 top; 
	background-repeat: no-repeat; 
	background-image: url(site_images/fullSpreadMainContent_shad_bx_top.png); 
	}
	
.fullSpreadMainContent #mainContentMiddle { 
	background-repeat: repeat-y; 
	background-image: url(site_images/fullSpreadMainContent_shad_bx_middle.png); 
	}
	
.fullSpreadMainContent #mainContentBottom { 
	background-position: 0 bottom; 
	background-repeat: no-repeat; 
	background-image: url(site_images/fullSpreadMainContent_shad_bx_bottom.png); 
	}

.fullSpreadMainContent #mainContentContent { 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 20px; 
	padding-top: 10px; 
	background-position: right top; 
	}



