/* CSS Document */

body{
margin:0;
padding:0;

background:transparent;
background-color:#fffded;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1em;
line-height:1.25em;
text-align:center;

}
#insideWrapper{

}
#outsideWrapper{
text-align:center;

}

#accessibility{
position:absolute;
top:250px;
left:350px;
 z-index:1;
  visibility: hidden;
 }

#logobar{
position:absolute;
top:0;
left:0;
height:200px;
width:100%;
text-align:center;
background-image:url(images/tinybg.gif);
background-repeat:repeat-x;
}

#navigation{
float:left;
margin-top:250px;
width:180px;
z-index:100;
font-size:18px;
padding-right:100px;

}

#navigation li{
width:200px;
height:49px;
background-image:url(images/button.gif);
background-repeat:no-repeat;
background-position:50%;
text-align:center;
list-style-type:none;
line-height:250%;
font-weight:bold;
font-size:18px;
}

#navigation a:link{
color:#cccccc;
text-decoration:none;
font-size:18px;

}

#navigation a:visited
{
color:#fffded;
text-decoration:none;
font-size:18px;

}
#navigation a:hover{
color:#ccc;
text-decoration:none;
font-size:18px;

}

#content{
padding-top:250px;
float:left;
width:450px;
text-align:left;
}

.center{
text-align:center;

}

a:link {
	color: #006699;
	}
	a:visited {
	color: #003366;
}
a:hover {
	color: #666666;
}

#text_nav{
clear:both;
z-index:500;
width:400px;
text-align:center;
font-size:.85em;
}

h1{
font-size:1.65em;
line-height:1em;
text-align:center;
}

h2{
font-size:1.2em;
}

h3{
font-size:.95em;
}

td p:first-line{
font-size:.85em;
font-weight:bold;
}

.subhead{
text-align:center;
}.currency {
	text-align: right;
}
div.meetingContent li{
padding-bottom:1em;
}
div#text_nav{
padding-bottom:50px;
color:purple;}