/* Element Styles */

  p, li, a, .email, h1 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    color: #669933;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  li {
    padding-bottom: 0px;
  }

  h1 {
    font-size: 14px;
  }

  .email {
    font-size: 16px;
    text-decoration: none;
  }

  .email:hover {
    text-decoration: underline;
  }

/* Main Layout */

  .prop {float:right; width: 1px; height: 400px;}

	#greenmile {
		margin: 0px;
		padding: 0px;
	}

	#container {
		margin: 0px auto;
		margin-top: 20px;
		width: 800px;
		text-align: left;
 	}

	#header {
    height: 100px;
    width: 800px;
	}

  #logo {
    float: left;
    height: 100px;
    width: 150px;
    margin-left:30px;
		background-image: url('images/logo.png');
		background-repeat: no-repeat;
  }

	#topmenu {
    width: 600px;
    height: 100px;
    float: right;
 	}

  #menuspacer {
    width: 1px;
    height: 60px;
    clear: both;
  }

	#menubar {
    width: 535px;
    height: 30px;
    margin-bottom: 10px;
 	}

	#footer {
		clear: both;
		width: 800px;
		height: 180px;
		background-image: url('images/footer.png');
		background-repeat: no-repeat;
		top: -100px;
		position: relative;
		z-index: 2;
	}

  #sidemenu {
    float: left;
    width: 145px;
    margin-top: 30px;
  }

  #maincontent {
    width: 480px;
    float:right;
    padding-right: 130px;
  }

  #pageheader {
    height: 70px;
    width: 480px;
    float: left;
    margin-bottom: 30px;
  }

  #mcol {
    width: 400px;
    float: left;
    padding-left: 10px;
    position: relative;
    z-index: 10;
  }

  #scol {
    width: 445px;
    float: left;
    padding-left: 10px;
    position: relative;
    z-index: 10;
  }

  #lcol {
    width: 215px;
    float: left;
    padding-right: 25px;
    padding-left: 10px;
  }

  #rcol {
    width: 215px;
    float:right;
  }

  .smenuimage {
    border: none;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .smenuimage2 {
    border: none;
    float: right;
    margin-right: 5px;
  }

  .tmenuimage {
    border: none;
    float: left;
    height: 30px;
  }

  .lfset {
    width: 300px;
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    border: 1px solid #669933;
  }

  label {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
    color: #669933;
    clear: left;
    float: left;
  }

  legend {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
    color: #669933;
  }

  .rfield {
    border: 1px solid #669933;
    float: right;
    clear: right;
  }

  .feline {
    display: block;
    padding-top: 2px;
    height: 23px;
    width: 300px;
  }

  #reqsubmit {
    width: 120px;
    height: 30px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: #669933;
  }

  .error {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #f00;
  }