/* CSS layout */
body {
	margin:0;
	padding:0;
	color:#440000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
	text-align:center;
}

a:link {
 	color:#880000;
	text-decoration:none;
}

a:visited {
 	color:#880000;
	text-decoration:none;
}

a:hover {
	color:#dd0000;
}

a:active {
	color:#cc0000;
}

a.type3:link    {color:#cccccc; text-decoration:none;}
a.type3:visited {color:#bbbbbb; text-decoration:none;}
a.type3:active  {color:#eeeeee; text-decoration:none;}
a.type3:hover   {color:#dddddd; text-decoration:none;}

a.type4:link    {color:#aaaaaa; text-decoration:none;}
a.type4:visited {color:#aaaaaa; text-decoration:none;}
a.type4:active  {color:#eeeeee; text-decoration:none;}
a.type4:hover   {color:#dddddd; text-decoration:none;}

a.type5:link    {color:#0458b6; text-decoration:none;}
a.type5:visited {color:#0458b6; text-decoration:none;}
a.type5:active  {color:#980517; text-decoration:none;}
a.type5:hover   {color:#ba2739; text-decoration:none;}

.medium {
	font-size:medium;
}

#container {
	width:1024px;
	min-height:680px;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	padding:0px;
	margin:0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#left_col {
	width:229px;
	float:left;
	text-align:left;
	padding:0px;
	margin0px;
}

#page_content {
	margin-left:230px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	max-width:794px;
}

#verbose {
	clear:both;
	max-width:1022px;
}

.style1 {
	background-image:url('http://www.trocadero.com/pictures/silverbckrnd.jpg');
	background-repeat:no-repeat;
	width:225px;
	height:525px;
}

.style2 {
	height:525px;
	margin:10px;
}

.style3 {
	width:99%;
	background-color:#ffffff;
}

.style4 {
    	width:11%;
	text-align:center;
	background-color:#eeddcc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.style5 {
	width:98%;
	height:450px;
	padding:2px;
}

.style6 {
	font-size:large;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:6px;
}

.style6b {
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
}

.style7 {
	width:1px;
	text-align:center;
	background-color:#ccbb99;
}

.style8 {
	width:105px;
	font-size:10pt;
	text-align:center;
	background-color:#ccbb99;
	vertical-align:bottom;
}

.style9 {
	background-color:#ccbb99;
	font-size:1pt;
}

.style10 {
	width:105px;
	font-size:10pt;
	text-align:center;
	background-color:#ccbb99;
	vertical-align:bottom;
}

.style11 {
	width:105px;
	font-size:10pt;
	text-align:center;
	background-color:#ccbb99;
	vertical-align:top;
}

.style12 {
	width:105px;
	font-size:10pt;
	text-align:center;
	background-color:#ccbb99;
	vertical-align:top;
}

.style13 {
	width:98%;
	font-size:9pt;
}

.style14 {
	background-color:#ffeedd;
	text-align:left;
	vertical-align:top;
}

.style15 {
	background-color:#EEDDCC;
	text-align:left;
	vertical-align:top;
}

.style16 {
	background-color:#ddccbb;
	text-align:left;
	vertical-align:top;
}

.style17 {
	background-color:#eeeeee;
	width:90%;
}

.style18 {
	max-width:794px;
	font-size:8pt;
}

.logo {
	margin-bottom:0px;
	height:35px;
	width:225px;
	border:0;
}

.byline {
	font-size:small;
	color:#808080;
	text-align:center;
}

.sponsor {
        text-align:center;
	vertical-align:bottom;
	height:115px;
}

.sticky {
        text-align:center;
        vertical-align:bottom;
        height:115px;
}

.narr{
	font-size:10pt;
	padding-left:5px;
	padding-right:10px;
	text-indent:10px;
	text-align:justify;
}

.larg_l {
	font-size:large;
	text-align:left;
}

.larg_r {
	font-size:large;
	text-align:right;
}

.small {
	font-size:small;
}

.border0 {
	border-width:0px;
}

.list {
	vertical-align:top;
	font-size:x-small;
	font-weight:bold;
	width:20%;
}

.copyr {
	font-size:8pt;
	text-align:left;
	max-width:1022px;
	margin-left:auto;
	margin-right:auto;
}

