charset "utf-8";
 .twoColElsLtHdr {
	margin: 0; /* zeroing the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FCFCFC;
	font-family:  Helvetica, Ariel, sans-serif;
	font-size: 100%;
}

/* Notes regqarding layout styles:
1. The elastic layouts overall sizing is based on the user's default fonts size to allow for users who may in particular increase font size for improved readability. 
2. Sizing of divs in this layout are based on the 100% font size in the body element. Note: if the text size is changed overall by using a bigger/smaler font sizeon the #container, the entire layout will downsize proportionately. May want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. May want to adjust based on final font sizing.
*/
.twoColElsLtHdr #container {
	width: 46em; /*around 800px*/
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColElsLtHdr #header {
	text-align: center;
	font-size: medium;
	color: #000000;
	height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	background-image: url(../images/Tas-1888-copy-smaller.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #de3a1e;
	font-size: xx-large;
	font-weight: bolder;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/* sidebar1 styles:
1. if  a font-size value on this div is set, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
text-align:justify;
	float: left;
	width: 12em;
	padding: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	/*border-right-style: solid;*/
	margin-top: 0px;
	margin-left:0px;
		
}
.twoColElsLtHdr #sidebar1 p{font-family:Georgia, "Times New Roman", Times, serif;
font-size:0.9em;}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom: 5px;
	font-size:small;	
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
text-align:justify;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 13em;
	border-left-style: solid;
	border-left-width:1px;
	padding-left:10px;
		
	border-left-color: #333333;
	} 
.twoColElsLtHdr #footer {
	padding: 0  5px;
	height: 4.0em;
	/*position:relative;*/
	background-color: #FFFFFF;
	background-image:url(../images/chalon-proof-b-&w.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border: 1px groove #666666;
	margin:0px;
	}
.twoColElsLtHdr #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: 5px 0px 5px 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.7em;
	
	font-weight: normal;
	text-align: left;
		
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class used to float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class 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;
	line-height: 0px;
}

/*styles for links floats links as elements of an ul, removes list styles, with color change at hover*/
ul.links {
	/*background-color: #ceeed0;*/
	background-color:#FCFCFC;
	font-weight:bold;	
	color:#95b42a;
	margin: 0px;
	padding: 0px;
	width: 46em;
	list-style-type: none;
	float: left;
	text-transform: capitalize;
}
ul.links a {display:block;
padding: .3em;
line-height: 2.1 em;
text-decoration: none;
margin:0px;
color:#95b42a;
}
ul.links .first a {background: none;
}
ul.links a:hover {
	color: #333;
	background-color: #CCCCFF;
}
.localtab {border-left:1px solid black;
border-right:1px solid black;}

ul.links li {float:left;
}
/* revised link styles - horizontal drop-down stpye. Note, requies javascript to work*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute; /* Menu position that can be changed at will */
top:70px;
left:15px;
margin-left:auto;
margin-right:auto;
z-index:100;

}

#menu dl {
float: left;
width: 7em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #95b42a;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 95px;
width:46em;
} 
/*end links style*/



h2.heading {
	font-size:x-large;
	overflow:hidden;
	text-align:center;
	color: #000000;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
}
/*padding for headers */
h4, h5 {
	margin-top: 5px;
	margin-bottom:.5em;
	color: #ff5500;
} 
/*puts a grren line border at the bottom*/
.greenbottomline {border-bottom:3px solid #95b42a;}
/* paddding <p> */
/*eliminate excess space between paras, enhance readability with optimumline-height*/
p {
	margin:2px 0px 0px 0px;
	padding:0px;
	line-height:1.4em;
}
/*p.footer {
	position:absolute;
	left:500px;
	top:10px;
}*/
a:link, a:visited {text-decoration:underline; color:#000000;Font-family:Arial, Helvetica, sans-serif; }
a:hover {text-decoration:underline; color:#FF0000;
font-family:Arial, Helvetica, sans-serif;}
h1 {
	text-align:center;
	margin-top:-.1em;
	margin-bottom:1em;
	color: #ff5500;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear:both;
}


/* styles for table in Program page*/
table {
	border-collapse:collapse;
	text-align: left;
	border: 1px solid black;
	background-position: center;
	margin: 0 auto;
}
.centre {
	text-align:center;
	margin: 0 auto;
}
thead {background-color:#FFFFCC; font-size:large;}

caption {font-weight:bold; font-size:larger; background-color: #CCCCCC;}
th, td {border: 1px solid #000000;}
.odd {background-color: #ebeadc;}

/* div for Header image*/

.headerimg {float:left;

border: 1px solid;

width:83px;
height: 120px;}

p.header {
	color:#000000;
	
}
/* styling for text in Courier page*/

.height100 {
	height: 10em;
	margin: 2em;
}
#sidebarCourier {
	padding: 5px;
	float: left;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #7C7C7C;
	background-color: #CCC;
}
/* styles for Courier page /////*/
.courierImg {float:left;
padding:4px;
border:1px solid #333;
margin-right:7px;}
.courierContentsImg { margin-left:auto;
margin-right:auto;
width:100%;
padding:4px;
border:1px solid #333;
}
.leftMargin  {margin-left:17px;
}
	