/* Global/Top level Tags */
* {margin:0;padding:0;}

body {
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-family: Arial,sans-serif;
  background-image: url('graphics/gradient.jpg');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
/*  font-size: 8pt; */
}

img {
  border: 0px;
}

table, tr, td, center, p, tbody {
  vertical-align: top;
  font-family: Arial,sans-serif;
  font-size: 9pt;
  padding: 2px;
/*  font-size: 10pt; */
}

#content {
  width: 785px;
  color: #4A4A4A;
/*  font-size: 10pt; */
}

#content p {
  margin: 35px 0px;
}

a, a:link, a:visited {
  text-decoration: underline;
/*  font-size: 10pt; */
}

a:hover, a:focus, a:active {
   text-decoration: none;
/*  font-size: 10pt; */
}

h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 15px 0px;
  color: #000000;
}

div#page {
  position: relative;
	width: 1024px;
	text-align: left;
	margin: 0px auto;
	position: relative;
  background-color: #FFFFFF;
  min-height: 600px;
  background-image: url('graphics/blueberries.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 720px;
  _height: 720px;
/*  font-size: 10pt; */
}

/* Header/Main Navigation */
#topnav {
  height: 40px;
  background-color: #5583A8;
  overflow: hidden;
  padding: 0px 20px;
}
#topnav a, #topnav a:link, #topnav a:visited {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px;
  margin: 0px 10px;
}
#topnav a:hover, #topnav a:focus, #topnav a:active {
  background-color: #F3B61E;
}

#topnav form {
  float: right;
  position: relative;
  top: 3px;
}
#topnav form input {
  height: 16px;
  width: 160px;
  margin: 6px 5px;
  padding: 4px 20px 0px 20px;
  border: 0px;
  font-size: 11px;
  color: #777777;
}
#topnav form input.submit {
  position: relative;
  top: 1px;
  height: 20px;
  padding: 0px;
  background-color: #F3B71F;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  cursor: pointer;
}

#sidebar {
  width: 239px;
  text-align: center;
}

/* Footer and below */
div#footer {
  position: relative;
  text-align: left;
  margin: 0px auto;
	width: 1023px;
  height: 24px;
  background-color: #5583A8;
	font-size: 11px;
	color: #FFFFFF;
}
div#footer a, div#footer a:link, div#footer a:visited {
  text-decoration: underline;
	color: #FFFFFF;
}
div#footer a:hover, div#footer a:focus, div#footer a:active {
  text-decoration: none;
}
