/* Linkery Style Sheet*/
body {
	vertical-align:top;
	font-size: 8pt;
  font-family: sans-serif;
  line-height:9pt;
  color: #666666
}

h1 {
	padding-top:3px;
  font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	color:black;
}

h2 {
	padding-top:1px;
  font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color:black;
}

h3 {
	padding-top:0px;
	font-weight: normal;
	font-size: 1em;
	color:black;
}

a.plain{
  color: black;
	text-decoration: none;
}

p a.plain{
  color: #666666;
	text-decoration: none;
}

ul {
  padding:0px;
	margin-left:15px;
	text-align: left;
}

ol {
  padding:0px;
	margin-left:18px;
	text-align: left;
}


/* 3 Column stuff*/
#frame {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#contentleft {
	width: 146px;
	margin-left:5px;
	margin-right:10px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background: #fff;
}

#contentcenter {
	width: 277px;
	margin-left:10px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background: #fff;
}

#contentright {
	width: 180px;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background: #fff;
}

#contentheader {
	font-size: 14px;
	padding: 0px;
	margin-top:0px;
	margin-bottom: 10px;
}

/* Navigation List */
#navcontainer ul {
  padding:0px;
	margin-left:25px;
  list-style-type: none;
  line-height:13pt;
	text-align: left;
}
#navcontainer ul li a {
	background: transparent url(clearDot.gif) left center no-repeat;
	padding-left: 12px;
	text-align: left;
	text-decoration: none;
	color: #ff6600;
}
#navcontainer ul li a:hover {
	background: transparent url(orangeDot.gif) left center no-repeat;
	color: black;
}

#navcontainer hr {
  border: 0;
  width: 30%;
  color: #CCC;
  background-color: #CCC;
  height: 1px;
  margin-left: 12px;
  text-align: left;/*this will align it for IE*/
}

/* address block */
#smallblock {
text-align: left;
font-size: 1em;
	padding-left:38px;
color:#666666;
}
#invisible {
visibility:hidden
}
