﻿/* Default Stylesheet */

															/** BODY ELEMENTS **/
html {
  background: url('../images/background.jpg') #629500 repeat-y center top;
}

body {
/*	color: #333;
	background-color: #99CC33;*/
	background: url('../images/background.jpg') #629500 repeat-y center top; */
}






															/** MAIN CONTAINERS **/
div#container {
	padding-left: 1px;
}
	div#header {
		height: 140px;
		color: inherit;
		background-image: url('../images/header_background.png');
		}
		div#header-in {
			padding: 20px 30px;
			color: white;
			}
  div#menu {
	  height: 45px;
	  min-height: 45px;
	  background: url('../images/menu_background.gif') repeat-x 50% top;
	}
	div#content-wrap {
		padding: 0px;
		width: 100%;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			}
			div.content-in {
			  font-size: 14px;
      }
	div#footer {
		color: inherit;
		background-color: #fff;
		}
		div#footer-in {
			padding: 20px;
		  text-align: center;
    }



															/** SUB CONTAINERS **/
* { }

table#header-in tr td {
  vertical-align: middle;
  color: white;
  font-weight: bold;
  line-height: normal;
}

div#menu table {
  height: 40px;
}

div#menu table tr td {
  vertical-align: middle;
  text-align: center;
  border-top: medium #000000 none;
  border-bottom: medium #000000 none;
  border-right: 1px #115602 solid;
  border-left: 1px #99bf31 solid;
}

div#menu table tr td.first {
  border-left: medium #000000 none;
}

div#menu table tr td.last {
  border-right: medium #000000 none;
}

div#menu a {
	  font-size: 14px;
}

div#menu a:link {
  padding: 7px 10px 0px 10px;
  text-transform: none;
  color: #ffffff;
}

div#menu a:visited {
  padding: 7px 10px 0px 10px;
  text-transform: none;
  color: #ffffff;
}

div#menu a:hover {
  background: none transparent scroll repeat 0% 0%;
  color: #006600;
}

div#column1 {
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  width: 625px;
}

div#column2 {
  padding: 0px;
  float: left;
  width: 220px;
}




															/** LISTS **/
* { }


															/** TYPOGRAPHY **/
* { }

div#content-wrap h1 {
  font-weight: bold;
  font-size: 28px;
  color: #006600;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 20px;
}

div#content-wrap h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #006600;
}

div#content-wrap h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 15px;
  color: #006600;
}

div#content-wrap h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #006600;
}

b {
  font-weight: bold;
}

a:link {
  text-transform: none;
  color: #006600;
  text-decoration: none;
}

a:visited {
  text-transform: none;
  color: #006600;
  text-decoration: none;
}

a:hover {
  text-transform: none;
  color: #006600;
  text-decoration: none;
}

															/** FORMS **/
* { }






															/** END **/