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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f6ffe5;
}

a:link {
	text-decoration: none;
	color: #4b74b3;
}

a:visited {
	color: #2A4165;
}

a:hover {
	text-decoration: underline;
}




#sidebarextras {
	margin-top: 0px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	display:block;
	background-image: url(images/elements/extras_bg.jpg);
	background-repeat: repeat-y;
}

.sidebarextrastext {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565656;
	padding-right: 25px;
	padding-left: 25px;
}


.twoColFixLtHdr #container {
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #fff;  /* removed padding to allow for image header */
	width:802px;
	vertical-align: bottom;
	height: 1%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0 0 0px 0;
} 

.initial_caps {
	text-transform: uppercase;
	color: #4B74B3;
	font-size: 110%;
}

.speaker_icon_margin {
	align: absbottom;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-decoration: none;
}

#menucontainer{
	width:800px;
	height:30px;
}

.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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /*since this element is floated, a width must be given */
	width: 250px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin-top: 25px;
	clear:both;
	font-size: 10px;
	display: inline;
}

#sidebar_content {
	width:220px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	margin-bottom:20px;
	background-image: url(images/elements/address_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
		}
		
#pagecontent {
	background: #FFFFFF;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width:800px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:15px;
	margin-top: 90px;
	font-size: 13px;
	line-height: 24px;
	color: #000;
	width:500px;
	background-color: #FFFFFF;
} 

.twoColFixLtHdr #footer {
	background-color: #f6ffe5;
	background-image: url(images/elements/footer_bg.jpg);
	height:220px;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #4a80cf;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	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 a {
color: #4b74b3;
	text-decoration: none;
}

#footer a:visited {
	color: #3A5A8C;
	text-decoration: none;
}

#footer a:hover {
color: #4b74b3;
	text-decoration: underline;
}

#footer a:active {
color: #4b74b3;
	text-decoration: underline;
	}

.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;
}

.address_sidebar_class {
	width:180px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #4b74b3;
	padding-right: 20px;
	padding-top:20px;
}

.address_sidebar_class a {
	color: #4b74b3;
	text-decoration: none;
}

.address_sidebar_class a:visited {
	color: #4b74b3;
	text-decoration: none;
}

.address_sidebar_class a:hover {
	color: #4b74b3;
	text-decoration: underline;
}

.address_sidebar_class a:active {
	color: #4b74b3;
	text-decoration: none;
}


#search_kit {
width:200px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
display:block;
}

#green_homepage_header_bg {
	background-image:url(images/elements/greenbar_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 25px;
	width: 469px;
	text-align: left;
	vertical-align: bottom;
}

.right_callout_box {
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a80cf;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 24px;
}



.right_callout_box li {
	list-style-type: square;
}

.right_callout_box a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	list-style-type: none;
}

.right_callout_box a:visited {
	color: #666;
		font-weight: bold;

	text-decoration: none;
}

.right_callout_box a:hover {
	text-decoration: underline;
		font-weight: bold;

}

.photocaption {
	font-size: 9px;
	color: #565656;
	background-image: url(images/elements/photocaption_bg.jpg);
	background-position: center top;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 9px;
	height:40px;
	vertical-align: middle;
	padding-top: 10px;
}

.centered {
margin-left:auto;
margin-right:auto;
display:block;

}

.subhead {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #84a843;
	text-decoration: underline;
}

.testifier {
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #4a80cf;
	text-align: left;
	padding-left: 20px;
}

.eventtitle {
	font-weight: bold;
	color: #565656;
	font-size: 12px;
}

.event {
	font-size: 12px;
	color: #737373;
	line-height: 16px;
}

.searchalign {
	vertical-align: bottom;
	display: inline;
	width: 180px;
	height: 10px;
}

.searchfield {
	font-size: 10px;
	line-height: 10px;
	vertical-align: bottom;
}


img {
	border-style: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #4B74B3;
	font-weight: normal;
	line-height: 32px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #4B74B3;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #4B74B3;
}

.photocaption_no_bg {
	font-size: 10px;
	color: #565656;
	text-align: center;
	line-height: 9px;
	padding-top: 5px;
}

#search_results_container {
padding-top:25px;
padding-left:25px;
height:auto;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	vertical-align: bottom;
}
.news_column {
	width: 235px;
}


