@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
#container  {
	margin: 20px auto;
	text-align: left;
	background: #ffffff;
	width: 800px;
} 
#header  {
	margin: 0px;
	width: 100%;

}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
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 ".twoColHybLtHdr #sidebar1 p" rule.
*/

#sidebar1  {
	float: left;
	width: 160px; /* since this element is floated, a width must be given */
	background: #FFFFFF;
	vertical-align: top;
}

#sidebar1  p
  {
	font-size: 12px;
}
#sidebar1 ul {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px 5px 2px 15px;
	padding: 0px;
}
#sidebar1 li {
	border-bottom: 1px solid #444444;
	line-height: 20px;
	color: #000000;
	margin-right: 10px;
}
#sidebar1  a:link 
  {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
#sidebar1 a:visited {
	color: #333333;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #1A1A1A;
	text-decoration: none;
}
#sidebar1  h3
  {
	text-align: left;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
}
#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.
*/
  {
	margin: 15px 0 0 200px;
	background: #FFFFFF;
} 
#footer  {
	padding: 0;
	min-height: 45px;
	max-height: 45px;
	background: #FFFFFF;
	margin-top: 50px;
} 
#footer  p  {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#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 {
	font: 12px/1.3 Arial, Helvetica, sans-serif;
	margin: 0px 10px 10px 0px;
	color: #000000;
}

h1 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000000;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: 5px;
}

h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	color: #000000;
}
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: 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 {

}
.publisher_bold {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #A6B8DE;
}
.publisher_standard {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}


.contact_details_boxed {
	padding: 5px;
	margin: 5px 120px 5px 0px;
	color: #160002;
	background: #FFFFFF;
	list-style: none;
	border-top: 0px solid #333333;
	border-right: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
}

.contact_details_letters {
	font-size: 16px;
	font-weight: bolder;
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
}
.contact_details_text {
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.program_heading {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #A6B8DE;
}
.program_number {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.program_presentation_type {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}
.program_author {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
td {
	vertical-align: top;
}
.program_presentation_title {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}
