/*----------------------  Site (Entire) ----------------------------*/

* {
	padding:0;
	margin:0;
	}

body {
	text-align:center;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	}

#container {
	margin: 0 auto 0 auto;
	width:650px;
	border: 3px solid black;
	}

a {
	color: blue;
	font-weight:bold;
	text-decoration:none;
	}

img {
	border:0;
	}

/*----------------------  Site Header ----------------------------*/

#masthead {
	margin: 0;
	padding: 0;
	width:650px;
	border: 1px solid black;
	}

#masthead img {
	width: 100%;
	height: 100%;
	}

/*----------------------  Site Side Column ----------------------------*/
#nav, #site_options, #subnav, #heading_right, #splash {
	display: none;
	}


#side_column {
	float: left;
	display: inline;
	width: 150px;
	border: 1px solid black;
	background: gray;
	text-align: left;
	}
	
#address {
	width:140px;
	padding: 5px;
	}
	
#address ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	
#address li {
	margin-left: 5px;
	}

/*----------------------  Site Content ----------------------------*/

#content {
	width:640px;
	text-align:left;
	background: white;
	float: left;
	display: inline;
	}

#content p {
	padding:5px 8px 5px 13px;
	font-size: 12px;
	}
	
h1 {
	font-size: 18px;
	padding: 10px 8px 5px 13px;
	}

#content h2 {
	font-size:1.2em;
	padding: 10px 8px 5px 13px;
	}

#content h3 {
	font-size:1.1em;
	padding: 10px 8px 5px 13px;
	}

#content h4 {
	font-size:1.05em;
	padding: 10px 8px 5px 13px;
	}

#content ul, #content ol {
	padding: 5px 13px 5px 40px;
	}

/*----------------------  Bottom Navigation ----------------------------*/

#subnav {
	display: none;
	}

/*----------------------  Footer ----------------------------*/

#footer {
	padding: 10px 0 10px 0;
	width:650px;
	text-align:center;
	clear:both;
	margin:0 auto 0 auto;
	color: black;
	background: gray;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	}
	
#footer a {
	color: blue;
	font-weight:bold;
	text-decoration:none;
	}

.agspaced select {
	font-size:xx-small;
	}
	
.formtable {
	width:100%;
	}
.labels {
	width:35%;
	}

fieldset {
	margin: 10px;
	padding:10px;
	}

a.newwindow {
	padding-right: 20px;
	background:transparent url(../../library/icons/icon-newwindow.gif) center right no-repeat;
	}

a.pdf {
	padding-right: 17px;
	background:transparent url(../../library/icons/icon-pdf.gif) center right no-repeat;
	}

/*----------------------  Site Options ----------------------------*/
ul.siteoptions	{
	margin:10px 0;
	}

li.sofriend {
	background: transparent url("/library/icons/send-to-friend.gif") top left no-repeat;
	height:17px;
	}
li.sofriend a {
	height:17px;
	padding-left:20px;
	}
li.sofave {
	background: transparent url("/library/icons/add-to-fave.gif") top left no-repeat;
	height:17px;
	}
li.sofave a {
	height:17px;
	padding-left:20px;
	}
li.soprint {
	background: transparent url("/library/icons/print.gif") top left no-repeat;
	height:17px;
	}
li.soprint a {
	height:17px;
	padding-left:20px;
	}
li.sorequest {
	background: transparent url("/library/icons/request.gif") top left no-repeat;
	height:17px;
	}
li.sorequest a {
	height:17px;
	padding-left:20px;
	}
li.somap {
	background: transparent url("/library/icons/map.gif") top left no-repeat;
	height:17px;
	}
li.somap a {
	height:17px;
	padding-left:20px;
	}
	
/*--------------------------  End Siteoptions -------------------*/
