body
{
font-family: veranda, arial, helvetica, sans-serif;
font-size: 13px;
text-align: center;
background: #315353;
background-color: #528B8B;
color: #315353;
margin: 0;
height: 800px;
}

#container
{
text-align:left;
margin: 0px auto;
width: 800px;
background: white;
border: 10px solid #315353;
-moz-border-radius: 25px;
border-radius: 25px;

}

h1
{
background: #528B8B;
text-align: center;
color: #FFF;
width:750px;
padding: 0px;
margin: 0;
border-bottom: 5px solid #528B8B;
}

h2
{
text-align: left;
color: #666;
font-weight: bold;
padding: 0px;
margin: 0;

}

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
{
text-align: center;
font-size: 13px;
width: 100px;
height: 20px;
display: inline;
margin-left: 45px;
margin-top: 45px;

}

#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}

#nav li
{
padding: 0 10px 5px 0;
}

#nav a
{
display: inline;
float:left;
text-decoration: none;
text-align: center;
background: #528B8B;
color: #fff;
width: 150px;
height: 18px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
padding: .2em .2em .2em .2em;
}

#nav a:hover
{
background: #fff;
color: #528B8B;
}


#menubar
{
float: center;
width: 825px;
margin-left:10px;
margin-right:10px;
}

#content
{
float: left;
width: 700px;
margin-left:50px;
margin-right:50px;
padding: 20px 0px 20px 0px;
}

#col1
{
width:200px;
vertical-align:top;
}

#col2
{
width:500px;
}

#otherlogos
{
clear: both;
text-align: center;
background: #FFF;
color: #528B8B;
padding: 5px 10px;
margin-top: 10px;
margin-bottom: 10px;
}

#lslogo
{
clear: both;
float: left;
text-align: left;
width: 550px;
height: 75px;
border: 0;
padding: 10px 50px;
}

#lcslogo
{
clear: both;
float: right;
text-align: right;
width: 100px;
height: 75px;
border: 0;
padding: 10px 10px;
}

#footer
{
clear: both;
text-align: center;
background: #FFF;
color: #528B8B;
padding: 5px 10px;
font-size: 85%;
border-top: 2px solid #528B8B;
border-bottom: 2px solid #528B8B;
margin-top: 10px;
margin-bottom: 10px;
}

#thegrant
{
clear: both;
text-align: right;
background: #FFF;
color: #528B8B;
padding: 5px 10px;
font-size: 75%;
border-top: 0px solid #528B8B;
border-bottom: 0px solid #528B8B;
margin-top: 10px;
margin-bottom: 10px;
}

#imgbar
{
float: center;
text-align:center;
width: 750px;
height: 250px;
margin-top:25px;
margin-bottom:25px;
margin-left:25px;
margin-right:25px;
background-color: white;
/* background: white url(banner1.jpg) no-repeat top ; */
}

#braniel
{
width: 750px;
height: 275px;
margin-left:25px;
margin-right:25px;
text-indent:-9999px;
display: block;
}

div.leftimage
{
float: left;
width: 120px;
height:120px;
display: inline;
}

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;
}

