@charset "utf-8";
/* CSS Document */

INPUT, SELECT, TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color:#333333; background-color: #EAF1BE; border: 1px solid #5C6916; font-weight: normal;}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 15px 0;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 850px;
	margin-left: 50px;
}
#navigation {
	background-color: #EAF1BE;
	text-align: center;
	height: 26px;
	width: 900px;
	}
#content {
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	line-height: 1.2em;
	color: #333333;
	background-color: #FFFFFF;
	text-align: justify;
	width: 860px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content li {
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	line-height: 1.8em;
}
#footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: .75em;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	height: 30px;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
p {
	font-size: .9em; 
	color: #333;
}
a:link {
	color:#899B20;
	text-decoration:none;
}
a:visited {
	color:#899B20;
	text-decoration:none;
}
a:active {
	color:#899B20;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration:underline;
}
h1 {
	color: #AAC128;
	font-size: 13px; 
	border-bottom: 1px solid #AAC128;
}
h2 {
	color: #AAC128;
	font-size: 12px; 
}
h3{
	color: #000;
	font-size: 11px; 
}
.emphasis {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #AAC128;
	background-color: #FFFFFF;
}
.border {
	border: dashed 1px #5C6916;
}
/* Menu Tabs */

    #tabs {
	float:left;
	width:900px;
	font-size:93%;
	line-height:normal;
	background-color: #EAF1BE;
	border-bottom: solid 1px #AAC128;
      }
    #tabs ul {
          margin:0;
          padding:0px 10px 0 50px;
          list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#74841C;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

      #tabs #current a {
              background-position:0% -42px;
      }
      #tabs #current a span {
              background-position:100% -42px;
      }
.photos {
	border: 1px solid #FFF;
	margin: 10px; 
}
.borderright{
border-right: 1px solid #D0E16F;
}
.borderbottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0E16F;
}