@charset "utf-8";
/* CSS Document */



html,body {
margin:0;
padding:0;
}

body { 
font: 76% arial,sans-serif;
}

p { 
margin:0 10px 10px 10px;
line-height: 150%
}

a:link { 
color: #696e4e;
text-decoration: none;
font-weight:bold; 
}

a:hover { 
color: #696e4e; 
text-decoration: underline; 
font-weight:bold;  
}

a:active { 
color: #696e4e;
text-decoration: none; 
font-weight:bold; 
}

a:visited { 
color: #696e4e; 
text-decoration: none; 
font-weight:bold;
}

h1 {
font-size: 18px;
margin:0 10px 30px 10px
}

h2 {
font-size: 13px;
margin-left: 10px;
margin-top: 20px;
line-height: 130%
}

#header { 
height: 239px;
line-height: 80px;
margin: 0;
background-image:url(images/top_background.jpg);
color: #79B30B
}

#wrapper { 
float: right;
width: 100%;
margin-top: -10px;
margin-left: -221px;
padding-top: 10px;
background-image:url(images/nav-background.jpg);
background-repeat:repeat-y
}

#content { 
padding-top:20px;
margin-left: 221px;
padding: 20px;
width: 60%
}

#content table { 
margin-left: 20px;
}

#content td { 
vertical-align:top;
padding-top:10px
}

#content p { 
line-height: 1.4
}

#content li { 
line-height: 1.4;
margin-top: 10px;
}

#content #quote {
border: #000000 1px solid;
font-style:italic;
padding-top:10px;
margin:20px
}

#content a:link { 
color:#006699;
text-decoration:none
}

#content a:visited { 
color:#663366;
text-decoration:none
}

#content a:hover{ 
color:#006699;
text-decoration:underline
}

input, textarea, select {
     font-size: 11px;
     color: #000000;
     border: 1px solid #555553;
     font-family: verdana, sans serif;
	 background-color: #efefef;
	 padding:2px
}

#navigation {
padding-left: 30px;
padding-top: 20px;
float: left;
width: 181px;
height: 100%
}

#footer { 
text-align:center;
margin-top:30px;
border-top: #8d916c 1px solid;
clear: both;
width: 100%;
color: #8d916c
}

#footer p { 
margin: 0;
padding: 5px 10px
}

#footer a:link, #footer a:visited { 
color:#8d916c;
text-decoration:none
}

#footer a:hover{ 
color:#696e4e;
text-decoration:underline
}

/* navigation styles */

#navbox {
width:160px;
border:#000000 1px solid;
margin-bottom: 3px;
font: bold 12px arial;
color: #000000;
}

#navbox a {
padding: 5px 10px;
display:block;
background-color:#d7dbb8;
width:140px;
color:black;
text-decoration:none;
}

#navbox a:hover {
background-color:#8d916c;
color: #FFFFFF;
}

.anylinkcss{
margin-left:3px;
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font: bold 12px arial;
z-index: 100;
width: 150px;
}

.anylinkcss a{
background-color: #d7dbb8;
border:1px solid black;
width:130px;
color: black;
display: block;
border-bottom: 1px solid black;
padding: 5px 10px;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #8d916c;
color: white;
}