* {margin:0;padding:0}
p,h1,h2,h3,h4,h5,h6,ul {margin-bottom:.5em}

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
}
a:link {color: #0000FF;}      /* unvisited link */
a:visited {color:#0000FF}  /* visited link */
a:hover {color:#000000}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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: 180px; /* 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: #A6E732  url(../graphics/NSA-CF-Design-Sidebar-Jan25.gif) no-repeat;
	padding: 0 0 200px 0px;
	/*padding: 15px 10px 15px 20px;*/
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContent h1 {
	font-size: 2em;
	margin-top: 2em;
	}

.twoColFixLtHdr #mainContent table.affiliate {
	position:absolute;
	top: 250px;
	width: 710px;
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.affiliate th {
	background-color: #F8F8F8;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

.twoColFixLtHdr #mainContent table.affiliate td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}

	
.twoColFixLtHdr #mainContent table.leadership {
	position:absolute;
	top: 250px;
	width: 710px;
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.leadership th {
	background-color: #F8F8F8;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}
	
.twoColFixLtHdr #mainContent table.library {
	position:absolute;
	top: 250px;
	width: 710px;
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.library th {
	background-color: #F8F8F8;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	height: 30px;
}

.twoColFixLtHdr #mainContent table.meetings {
	position:absolute;
	/*top: 250px;*/
	width: 739px;
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.memberpricing {
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.meetings th {
	background-color:#FEE9AA;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	padding: 7px;
}

.twoColFixLtHdr #mainContent table.emergency {
	position:absolute;
	/*top: 250px;*/
	width: 710px;
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.meetings td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}

.twoColFixLtHdr #mainContent table.emergency th {
	background-color: #F8F8F8;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	padding: 7px;
}

.twoColFixLtHdr #mainContent table.emergency td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}

.twoColFixLtHdr #mainContent table.memberpricing th {
	background-color: #F8F8F8;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	padding: 7px;
}

.twoColFixLtHdr #mainContent table.memberpricing td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}

.twoColFixLtHdr #mainContent table.speaker {
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.speaker th {
	background-color: #F8F8F8;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	height: 30px;
}

.twoColFixLtHdr #mainContent table.profile {
	border:thin;
	border-color: #EBEBEB;
}

.twoColFixLtHdr #mainContent table.profile th {
	background-color: #FBC20F;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	height: 30px;
	padding: 7px;
}

.twoColFixLtHdr #mainContent table.profile td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}

.twoColFixLtHdr #mainContent ul li {
	list-style: outside;
	list-style-type: disc;
	margin-left: 15px;
}

 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColFixLtHdr #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 0; /* 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: 1px;
    line-height: 0px;
}

#leadership {
	float:left;
}

#wrapper {
	margin: 20px;
}

#wrapper fieldset {
	width: 80%;
	float: left;
	/*height: 200px;*/
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	/*background-color: #F5F5F5;*/
}


#wrapper td {
	height: 2em;
}
	.padded {
		padding: 10px;
		clear: both;
		zoom: 1;
	}

	.padded ul li {
		list-style: inside square;
	}

	.block {
		display: block;
	}

	ul.info li {
		list-style: inside square;
	}
	ul.info {
		margin-bottom: 1em;
	}
	p.code {
		background: #000;
		color: #cfc;
		padding: 20px;
		font-family: Courier;
		font-size: 1.2em;
		margin-left: 4em;
	}

	h1 {
		font-size: 2em;
		font-weight: bold;
		margin-bottom: 1em;
	}

	h3 {
		font-size: 1.6em;
		font-weight: bold;
		margin-bottom: 1em;
	}

	li h3 {
		display: inline;
	}
	

	p {
		margin-bottom: 1em;
		margin-left: 1em;
		
	}
	strong {
		font-weight: bold;
	}
	ol.code2 li {list-style-type:decimal; margin-left: 20px;}
	ol.code { font-size: 1.2em;border: 1px solid #ccc; padding: 5px; margin: 0 0 1em 4em; }
	ol.code code { display: block; padding: 3px; margin-bottom: 0; }
	.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; list-style-type: decimal-leading-zero; }
	.indent1 { padding-left: 1em; }
	.indent2 { padding-left: 2em; }
	.indent3 { padding-left: 3em; }
	
	.clearfix:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}

	.clearfix {
	    display: inline-block;
	}

	html[xmlns] .clearfix {
	    display: block;
	}

	* html .clearfix {
	    height: 1%;
	}
	
	.yui-accordionview {
		margin-bottom: 1.5em;
	}
	pre {
			font-size: 1.2em;
			padding: 10px;
			margin-bottom: 2em;
		}
		
#apDiv2 {
	position: absolute;
	left:430px;
	top:73px;
	width:769px;
	height:45px;
	z-index:1;
}
.pRed {
	color:#FF0000;
}

.headingtext {
	color: #000099;
	font-weight: bold;
	font-size: 18px;
	}
	
.sm_headingtext {
	color: #000099;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	}
	
.bodytext {
	color: #000000;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 10px;
}
#mymenu {
	font-size:11px;
}

h1.orange {
	background-image:url(../graphics/green_orange.png);
	background-repeat:no-repeat;
	height: 62px;
	padding: 10px 10px;
}
p.orange {
	color:#FBC20F;
	
}
h2.red {
	color:#FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.headerTable {
	 border-top-width: 4px;
	 border-right-width: 2px;
	 border-bottom-width: 1px;
	 border-left-width: 2px;
	 border-top-style: solid;
	 border-right-style: solid;
	 border-bottom-style: solid;
	 border-left-style: solid;
	 border-top-color: #fbe494;
	 border-right-color: #fbe494;
	 border-bottom-color: #fbe494;
	 border-left-color: #fbe494;
	 font-weight: normal;
	 color: #000000;
	 padding:10px 25px 10px 0;
	 font-size: 24px;line-height:24px;
	 width: 675px;
}
.graytitle	{ font-size:18px;	color:#666666; line-height:20px; padding:4px 15px 4px 15px; font-weight:normal; text-align:justify}
.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.shadow {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.shadow2 {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
 /* For IE 5.5 - 7 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

a.myPlayer {
	display:block;
	width: 425px;
	height:400px; 
	text-align:center;
	border:1px solid #000;
}

/* play button */
a.myPlayer img {
	margin-top: 75px;
	margin-left: 20px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #fff;
}

