html, body {
	background-color: #F3F3F3;
	margin: 0;
	padding: 0;
	}
.whiteboldsmall {
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	font-size:11px;
}
table#fixedsearch 
   {
  position: absolute;
  width: 178px;
  background-color: #000;
  }
@media screen
  {
table#fixedsearch
    {
    position: fixed;
    }
  /* Don't do this at home */
* html
    {
    overflow-y: hidden;
    }
* html body
    {
    overflow-y: auto;
    height: 100%;
    font-size: 100%;
    }
* html table#fixedsearch
    {
    position: absolute;  
    }
  /* All done. */
  }


.sidebar {
    float:right;
	width:200px;
	padding:15px;
	margin-left:15px;
	margin-bottom:15px;
	border:1px solid #CCC;
	background-color:#F3F3F3;
}

td {
	font-size: 12px; 
	color: #666666;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	font-size: 26px; 
	color: #FFFFFF;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-variant:small-caps;
	margin: 0px;
	padding-left: 186px;
}
.highlight {
	font-weight: bold;
	color: #01426C;
	}
td#sidebar {
	background-color:#000;
	color:#EBEBEB;
	font-weight:bold;
}
td#sidebar a {
	color: #FFF;
	text-decoration: none;
	line-height:170%;	
}
td#sidebar a:hover {
	color: #09C;
	text-decoration:none;
}
div#nav {
	height:16px;
	background-color:#000000;
	padding: 8px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	color: #09C;
}
div#nav a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
div#nav a:hover {
	color: #09C;
	text-decoration:none;
}
a:link, a:visited {
	text-decoration: underline;
	color: #01426C;
}
a:hover, a:active {
	text-decoration: none;
	color:#0076C2;
}
.divider {
	border-top: 1px solid #CCCCCC;
}
.divider-left {
	border-left: 1px solid #CCCCCC;
}

.color {
	color: #01426C;
}
.white {
	color: #FFFFFF;
}
.byline {
	font-size: 9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
ul {
	margin-top:0px;
	padding-left:25px;
}
li {
	margin-top:0px;
	padding-left:0px;
}
.small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #2A66AC;
}
.title {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #003366;
	line-height:110%;
	font-weight:100;
	font-variant:small-caps;
}