@charset "utf-8";
body  {
	background: #999999;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/body_bkgd.gif);
	background-attachment: scroll;
	background-position: top center;
}
a:link {
	color: #117;
	text-decoration: none;
	}
a:visited {
	color: #117;
	text-decoration: none;
	}
a:hover, a:active {
	color: #55f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009;
	}
.p2  {
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(../images/container_bkgd.png);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;
	height: 240px;
	background-image: url(../images/apg_banner.jpg);
} 
.twoColFixRtHdr #header2 {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;
	height: 50px;
}
a:hover, a:active {
	color: #55f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009;
} 
.twoColFixRtHdr #header h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;

}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* 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: #bbb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin-top: 19px;
	background-image: url(../images/sidebar-mid_bkgd.jpg);
	background-repeat: repeat-y;
	text-align:left
}
.twoColFixRtHdr #sidebarTop {
	width: 270px;
	background-image: url(../images/sidebar-top_bkgd.jpg);
	height: 40px;
	background-attachment: inherit;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.twoColFixRtHdr #sidebarBottom {
	width: 270px; /* 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: #bbb;
	background-image: url(../images/sidebar-bot_bkgd.jpg);
	background-repeat: repeat-y;
	height: 20px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 280px 0px 0px; /* the right margin on this div element creates the column down the right 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 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 11pt;
} 
.twoColFixRtHdr #containerTop {
	padding: 35px 0px 0px 0px;
	text-align: center;
	font-size: 8pt;
	background-image: url(../images/container-top_bkgd.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #containerBottom {
	padding: 0px 0px 35px 0px;
	text-align: center;
	font-size: 8pt;
	background-image: url(../images/container-bottom_bkgd.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 8pt;
	background-image: url(../images/footer_bkgd.png);
	background-repeat: repeat-x;
	background-color: #4f4a42;
	color: #FFF;
}
.twoColFixRtHdr #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: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 10px;
	line-height: 0px;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #00F;
	font-size: 16pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	line-height: 2em;
	height: 1em;
	visibility: hidden;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	margin-top: 0px;
	margin-left: 6px;
}
.twoColFixRtHdr #container #mainContent h4 {
	font-size: 11pt;
	font-style: italic;
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container #mainContent ul li {
	line-height: 100%;
	height: 1.6em;
	list-style-type: square;
	list-style-image: url(../images/bullet_ringed-sphere.png);
	margin-left: -1em;
}
#ContentHead {
	background-image: url(../images/contentHead_bkgd.png);
	background-repeat: no-repeat;
	padding-top: 0.1em;
}
#EventExplain {
	background-image: url(../images/thumbHome_staging.png);
	background-repeat: no-repeat;
	padding-top: 14.5em;
}
#VideoExplain {
	background-image: url(../images/thumbHome_video.png);
	background-repeat: no-repeat;
	padding-top: 14.5em;
}
#PresentationExplain {
	background-image: url(../images/thumbHome_presentation.png);
	background-repeat: no-repeat;
	padding-top: 14.5em;
}
.twoColFixRtHdr #container #mainContent p a {
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.3em;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixRtHdr #container #sidebar1 #sidebarTop h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	color: #777;
	font-weight: bold;
}
.twoColFixRtHdr #container #header2 a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixRtHdr #container #sidebar1 p a {
	font-weight: bold;
}

