body
{
font-family: arial, helvetica, sans-serif;
line-height: 120%;
text-align: center;
background: #387A9B;
color: #444;
}

#container
{
text-align:left;
margin: 0px auto;
width: 770px;
background: white;
}

h1
{
background: #387A9B;
text-align: center;
color: #FFF;
width:770px;
padding: 20px;
margin: 0;
border-bottom: 5px solid #387A9B;
}


a:link
{
color:blue;
}

a:visited
{
color:purple;
}

a.external:link
{
color:red;
font-weight:bold;
}

a.external:visited
{
color:black;
font-weight:bold;
}

#nav
{
float: left;
width: 130px;
height: 500px;
display: inline;
margin-left: 20px;
}

#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}

#nav li
{
padding: 0 10px 5px 0;
}

#nav a
{
display: block;
text-decoration: none;
background: #387A9B;
color: #fff;
margin-top: 0px;
padding: .2em .5em;
border-bottom: 0.5px solid blue;
width: 7em;
}

#nav a:hover
{
background: #fff;
color: #387A9B;
}


#content
{
float: left;
width: 475px;
margin-left:45px;
padding: 15px 0;
}

#breadcrumb
{
float: right;
width: 500px;
text-align: right;
font-size: 75%;
}

#breadcrumb a
{
  color:black;
}

#footer
{
clear: both;
text-align: center;
background: #FFF;
color: #387a9b;
padding: 5px 10px;
font-size: 70%;
border-top: 2px solid #387A9B;
border-bottom: 2px solid #387A9B;
margin-top: 10px;
margin-bottom: 10px;
}

#thegrant
{
clear: both;
text-align: right;
background: #FFF;
color: #444;
padding: 5px 10px;
font-size: 50%;
border-top: 0px solid #387A9B;
border-bottom: 0px solid #387A9B;
margin-top: 10px;
margin-bottom: 10px;
}


div.leftimage
{
float: left;
width: 120px;
height:120px;
display: inline;
/*background: #36 url(pics/brianwylie.jpg) repeat-x 0 100%;*/
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 400px;
  width: 560px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /*padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /*bump up legend font size, not too large or it'll overwrite border on left */
                       /*be careful with padding, it'll shift the nice offset on top of border  */
}

form br {
	clear:left;
}

