body
{
margin: 0;
padding: 0;
font-family: arial, helvetica;
font-size; 12px;
color: #000;
background-color: #fff;
background-image: url(images/menuback2.jpg);
background-position: left;
background-repeat: repeat-y;
}
		
#container
{
margin: 0;
background-color: #FFF;
}
		
	
#nav
{
float: left;
width: 160px;
margin-left: 0px;
padding-top: .5em;
font-size:10px;
}
		
#nav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#nav a
{
display: block;
padding: 3px;
background-color: #6699CC;
height:37px;
}

#nav a:link, #nav a:visited, .nav a:visited
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 48px;
	background-image: url(images/bluebtn.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#nav a:hover, #nav a.current
{
	color: Black;
	background-image: url(images/yellowbtn2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}	

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {color: Black;
	background-image: url(images/yellowbtn.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	background-color: #6699CC;
	height:37px;
	list-style-type: none;
	text-decoration: none;
	} 
	
#nav a.guide
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 48px;
	background-image: url(images/pdfbtn.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#nav a.guide:hover
{
	color: Black;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 48px;
	background-image: url(images/pdfbtn.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#nav a.guide2
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 48px;
	background-image: url(images/pdfbtn.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#nav a.guide2:hover
{
	color: Black;
	text-decoration: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 48px;
	background-image: url(images/pdfbtn.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


		
#content
{
padding-top: 1em;
margin: 0 1em 0 180px;
background-color: #fff;
}
		
#content h2 { margin-top: 0; }
		
#footer
{
clear: both;
background-color: #666;
padding: 1em;
text-align: right;
border-top: 1px solid #333;
}


/* text styles start here */
.emphasize   {
font-family		: Arial,Helvetica;
font-size		: 15px;
font-style		: italic;
font-weight		: bold;
color			: #004B8D;
}

.grey   {
font-family		: Arial,Helvetica;
font-size		: 13px;
color			: #CCCCCC;
}

.headline   {
	font-family: Arial,Helvetica;
	font-size: 25px;
	font-weight: bold;
	color: #F0B202;
	text-align: center;
	padding-bottom: 20px;
}

.orange   {
font-family		: Arial,Helvetica;
font-size		: 13px;
color			: #2E8D8E;
}

.small   {
font-family		: Arial,Helvetica;
font-size		: 11px;
color           : #000000;
}

p, .normal, ul  {
font-family		: Arial,Helvetica;
font-size		: 13px;
color           : #000000;
}

ul.list1 {
list-style: square inside;
line-height: 160%;
}

.extraspace {
	line-height: 160%;
}

a   {
font-family		: Arial,Helvetica;
font-size		: 13px;
font-weight		: none;
color           : #004B8D;
text-decoration	: underline;
}

a:hover   {
color           : #6699CC;
}

a.emphasize   {
font-family		: Arial,Helvetica;
font-size		: 15px;
font-weight		: bold;
color           : #004B8D;
text-decoration	: underline;
}

a.emphasize:hover   {
color           : #6699CC;
}

.underlineheading {
border-bottom: 1px solid #4169E1;
margin: 0pt 0pt 15px;
padding: 3px 0pt 5px 1px;
font-size: 1.1em;
color: #4169E1;
font-weight: bold;
}

.footerline{
	border-bottom : 3px double Blue;
}

.speakerpicleft{
	border: 1px solid Silver;
	padding: 2px;
	float: left;
	margin: 5px;
}
.speakerpicright{
	border: 1px solid Silver;
	padding: 2px;
	float: right;
	margin: 5px;
}
.strong{
	font-weight: bold;
}