@charset "utf-8";
body  {
	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 */
	color: #000000;
	background-color: #004080;
}
#container  {
	text-align: left;
	background: #ffffff;
	width: 100%;
	margin: 0px;
	padding: 0px;
} 
#header  {
	margin: 0px;
	background-color: #004080;

}

#header  h1
  {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	text-align: left;
	padding-top: 20px;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#header  h2
  {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#menu_bar  {
	margin: 0px;

}
#menu_bar td {
	text-decoration: none;
	color: #EAEAEA;
	font-family: Calibri, Arial;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #004080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	letter-spacing: .15em;
}

#menu_bar  a:link 
  {
	text-decoration: none;
	color: #EAEAEA;
}

#menu_bar a:visited {
	text-decoration: none;
	color: #EAEAEA;
}


}

#menu_bar a:hover {
	text-decoration: none;
	color: #CE4652;
}
#menu_bar2  {
	margin: 0px;

}
#menu_bar2 td {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 10px;
}

#menu_bar2  a:link 
  {
	text-decoration: none;
	color: #333333;
}

#menu_bar2 a:visited {
	text-decoration: none;
	color: #333333;
}

#menu_bar2 a:hover {
	text-decoration: none;
	color: #CE4652;
}

#mainContent/* Tips for mainContent:
1. 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.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
  {
	background: #FFFFFF;
	margin: 0px;
} 
#footer  {
	min-height: 45px;
	max-height: 45px;
	margin: 0px;
	background-color: #004080;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 
#footer  p  {
	text-align: center;
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #EEEEEE;
}
#footer  a:link 
  {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
#footer a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #0066FF;
	text-decoration: none;
}
.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;
}

p {
	color: #444444;
	font-family: Calibri, Arial;
	font-size: 13px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

h1 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: 5px;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h2 {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}
h3 {
	color: #004080;
	font-family: Calibri, Arial;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 0.3em;
	text-align: center;
}
h4 {
	font: bolder normal 12px Arial, Helvetica, sans-serif;
	color: #330099;
	margin: 10px 0px 5px;
	text-align: left;
}
h5 {
	font: bolder normal 14px Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px;
	color: #000000;
	padding: 0px;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px;
}
ul {
	font: 12px/16px Arial, Helvetica, sans-serif;
	list-style: disc;
}
li {

}

.section_heading {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #004080;
}
.front_page_box_text {
	font-weight: normal;
	color: #111111;
	font-family: Calibri, Arial;
	font-size: 12px;
	text-align: center;
}
.conference_list_year {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}





.conference_list_td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	font-size: 13px;
	font-family: Calibri, Arial;
	color: #222222;
}
.conference_list_name {
	font-size: 14px;
	font-family: Calibri, Arial;
	color: #222222;
}


.info_box_heading {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	color: #677617;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.info_box_td {
	font-weight: normal;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	color: #100000;
	background-color: #F7F7F7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link_box {
	font-weight: normal;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	color: #100000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





.paragraph_indented {
	padding: 0px;
	margin: 10px 40px 20px;
}
.paragraph_highlighted {
	padding: 5px;
	margin: 10px 40px 20px;
	color: #FF0000;
	border: 1px solid #FF0000;
	background: #EAEAEA;
}
.paragraph_boxed {
	padding: 5px;
	color: #000000;
	background: #F4F4F4;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}

.list_boxed {
	padding: 2px;
	margin: 5px 5px 5px -35px;
	color: #160002;
	border: 1px solid #333333;
	background: #F2F2F2;
	list-style: none;
}
.text_bold {
	font-weight: bold;
}
.text_italics_95 {
	font-style: italic;
	font-size: 10px;
}

td {
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

