@charset "UTF-8";
body  {
	margin: 34px 0px 30px 0px; /* 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3D4040;
}
#container {
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFF;
	background-image: url(images/interior_content_background.gif);
} 
#header {
	background-color: #FFF;
	background-image: url(images/header_backgrnd.gif);
	background-repeat: no-repeat;
	height: 233px;
	padding: 0;
	position: relative;
} 
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 187px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 70px 18px 10px 25px;
	margin-right: 0px;
	background-image: url(images/interior_sidebar_hdr.gif);
	background-repeat: no-repeat;
}
#sidebar1 p {
	margin: 0px 0px 12px 0px;	
}
#mainContent {
	margin: 38px 270px 40px 48px; /* 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. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a{
	color: #194E82;
	text-decoration: underline;
}
#mainContent ul{
	margin: 0px 0px 23px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 19px;
} 
#footer {
	padding: 0px;
	margin: 0px;
	background-color: #3D4040;
} 
#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: 6px 6px 8px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: right;
} 
#footer a {
	color: #999;
	text-decoration: none;
}
#topbar_image {
	height: 183px;
	width: 525px;
	position: absolute;
	left: 318px;
	top: 45px;
}
.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: 0px 0px 2px 14px;
}
.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;
}
form {
	margin:0;
	padding:0;
}
p {
	margin: 0px 0px 17px 0px;
	padding: 0;
	line-height: 19px;
	font-size: 12px;
	color: #000;
}
ul { position: relative; 
}
#news #container #sidebar1 .archivelist ul li {
	list-style-type: none;
}

#mainContent li {
	list-style-type: none;
	background-color: transparent;
	background-image: url(images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px 0px 2px 4px;
	padding: 0 0px 1px 10px;
	line-height: 19px;
}
img {
	border: 0;
}
table {
	border-collapse:collapse;
}
#bios {
	margin: 0px 0px 14px 0px;
	padding: 0px;
}
#bios tr, td, th {
	vertical-align: top;
	padding-bottom: 20px;
}
#mainContent table#news_feed {
	margin: 0px 0px 24px 0px;
	font-size: 12px;
}
#mainContent table#news_feed td, tr {
	vertical-align: top;
	padding-bottom: 14px;
	margin: 0;
}
.news_date {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#events_feed {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#events_feed tr, td, th {
	padding-top: 0px;
	vertical-align: top;
	padding-bottom: 20px;
	margin: 0px;
	line-height: 17px;
}
.event_date {
	font-size: 11px;
	font-weight: bold;
	color: #194E82;
	line-height: 23px;
}
.event_title {
	font-size: 12px;
	font-weight: bold;
}
.event_details {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.event_location_title {
	font-size: 11px;
	font-weight: bold;
	color: #194E83;
}
.event_session_title {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.first {
	margin-top: 0;
}
.lt_blue_bold {
	font-weight: bold;
	color: #4D94AB;
}
.small_bold {
	font-weight: bold;
	font-size: 10px;
}
.superscript {
	margin-top: 0;
	vertical-align: super;
	font-size: 9px;
}
.alt_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #999;
}
h1 {
	font-size: 16px;
	line-height: 24px;
	color: #194E82;
	margin: 5px 0px 17px 0px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #787E34;
	margin: 0px 0px 14px 0px;
}
h3 {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #194E83;
	margin: 0px 0px 1px 0px;
}
h4 {
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	color: #787E34;
	margin: 0px 0px 4px 0px;
	text-transform: uppercase;
}
h5 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #194E82;
	margin: 0px 0px 2px 0px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #194E82;
	margin: 0px 0px 12px 0px;
}
.sidebar_txt {
	font-size: 11px;
	line-height: 19px;
	color: #333;
}
.sidebar_txt a {
	color: #194E82;
	text-decoration: underline;
}
.small_bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #194E83;
}
.small_bold_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #787E34;
}
.blue_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #194E83;
}
.sub_section_title {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #787E34;
	margin: 0px 0px 14px;
	border-top: 1px solid #999;
	display: block;
	padding-top: 28px;
}
#menuBox {
	text-align: left;
	width: 576px;
}
