/* Linkery Style Sheet*/
body {
	font-size: 9pt;
  font-family: "News Gothic","Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  line-height:11pt;
  color: #666666
}

h1 {
	padding-top:0px;
  font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	color: #000033;
}

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

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

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

p a.plain{
  color: #333366;
	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: 196px;
	margin-left:5px;
	margin-right:10px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background: #fff;
}

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

#contentcenter img {
  max-width: 200px;
  }
  
#contentright {
	width: 170px;
	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:12pt;
	text-align: left;
}
#navcontainer ul li a {
	padding-left: 12px;
	text-align: left;
	text-decoration: none;
	color: #336633;
}
#navcontainer ul li a:hover {
	color: black;
}

#navcontainer hr {
  border: 0;
  width: 30%;
  color: #CCC;
  background-color: #CCC;
  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;
}
