/* CSS Document */

#container {
	width:866px;
	margin:0px;
	border:0;
	padding:0px;
}

#top {
	border:0px;
	height:75px;
	padding:0px;
}

#middle {
	margin-top:0px;
	padding-bottom:10px;
}

#middle div {
	padding:0px;
	border:0px;
	float:left;
}

#leftcol {
	width:209px;
	margin-top:15px;
}

#rightcol {
	margin-left:30px;
	margin-top:15px;
	width:627px;
}

#bottom {
	float:left;
	margin-top:10px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:30px;
	border:0px;
	width:866px;
	text-align:center;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:8pt;
}

A:link
{ 
	text-decoration: none; color:#666666; 
}
A:visited
{
	text-decoration: none; color:#666666; 
}
A:active
{
	text-decoration: none; color:#333333;
}
A:hover
{
	text-decoration: none; color:#333333;
}

p.just					/* justified body text */
{
	margin-top:15px;
	text-align:justify;
	font-family:Arial, sans-serif;
	font-size:8pt;
	line-height:15px;
}

div.title			/* title text */
{
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	letter-spacing: 0.5em;
	font-variant: small-caps;
	text-align: left;
	margin-bottom:10px;
	width:100%;
}

div.title2		/* secondary title text */
{
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	text-align: left;
	margin-bottom:10px;
	width:100%;
}

div.byline 		/* byline text */
{
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.2em;
	font-style: italic;
	text-align: left;
	margin-bottom:10px;
	width:100%;
}

div.sample_attach, a.sample_attach		/* drop down menu */
{
  background: #FFFFFF;
  text-align:center;
  padding: 5px 5px;
  color: #000000;
  font-family:Arial, sans-serif;
  font-size:11px;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}

.sample_attach:hover
{
	background:#dddddd;
	font-weight:bold;
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}

.thumbnail {
	width:50px;
	margin: 0px;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:0px;
	border-width:0px;
	
	float:left;
}
