body {
	font-size: 12pt;
	font-family: Verdana, Tahoma,sans-serif;
	color: black;
	text-align: center;


}

/* content wrapper */





#wrap {
	color: #303030;
	margin: 0 auto;
width: 100%;
background: #FFF url(images/links.jpg) no-repeat;	
}


#links {
	text-align: right;
height: 20px;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 20px;
}

#links a {
text-decoration: none;
 font-weight: bold;
	color: #000;	

}

#links a:hover {
text-decoration: none;
 font-weight: bold;
	color: #97C00E;	

}

/* main content */

#bg {
background: #FFF;	
width: 65%;
}

#bgend {
background: #FFF;	
width: 65%;
margin-left: 140px;
}



#content {
	margin: 10px 0 0 5px;
	padding: 7px;
	line-height: 1.3em;
	text-align: justify;
	width: 60%;
	color: #000;
	min-height: 400px;
	background: transparent;
margin-right: 90px;
padding-left: 50px;
}

#content a {
	text-decoration: underline;
                font-weight: bold;
	color: #000;
	background: transparent;
}

#content a:hover {
	text-decoration: underline;
                font-weight: bold;
	color: #97C00E;
	background: transparent;
}

h1 {
	font-size: 16pt;
	color:#97C00E;
	background: transparent;
padding-bottom: 1px;
padding-top: 5px;
}
h2 {
	font-size: 12pt;
	color: #97C00E;
	background: transparent;
}

.quote {
	color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #b3d686;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
}

/* side menu */

#side {
	padding-left: 50px;
	line-height: 1.8em;
	width: 9%;
	color: #000;
	text-align: left;
	font-size: 9pt;
padding-top: 150px;
float: left;

}


#side a {
	color: #000;
	float: right;
	text-align: right;
	font-size: 9pt;
padding-left: 20px;
background-image: url(images/paw_black.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#side a:hover {
	color: #97C00E;
	float: right;
	text-align: right;
	font-size: 9pt;
text-decoration: none;
}

#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item {
	color: #000000;
	font-size: 0.9em;
	display: block;
	background: #a6cca1;
	border: transparent;
	margin: 10px 5px 5px 5px;
	padding-right: 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 95px;
	text-transform: uppercase;

}

.item:hover {
	background: #fff;
	text-decoration: none;
}

.itemsub{
	color: black;
	font-size: 0.8em;
	display: block;
	background: #a6da87;
	border: blue 1px solid;
	margin: 5px 5px 0px 15px;
	padding-right: 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 85px;
}

.itemsub:hover {
	background: #000;
	text-decoration: none;
}

/* image footer */

#footer {

	width: 95%;
	height: 23px;
}

/* bottom stuff (copyright message, etc) */

#bottom {
	font-size: 8pt;
	padding: 15px;
	color: #000;
	line-height: 0.5em;
	background: transparent;
padding-top: 20px;
padding-left: 200px;
}

#bottom a {
	color:#97C00E;
	text-decoration: none;
	background: transparent;
}

#bottom a:hover {
	text-decoration: underline;
	background: transparent;
}

#bottom img {
	margin: 5px;
	border: 0;
}

/* hyperlinks */

a {
	text-decoration: none;
 font-weight: bold;
	color: #000;
	background: transparent;
}

a:hover {
text-decoration: none;
font-weight: bold
	color: fff;
	background: transparent;
}

/* tables */

table {
	border: transparent;
	text-align: left;
	font-size: 1em;
}

td {
	border: transparent;
	padding: 0;
}

/* input */

input {
	border: lightblue;
	background: transparent;

}


#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:30px;
  background-color: transparent;
  color: Black;
  float: left;
  width: 110%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { 
display: inline; 

}

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: Black;
  text-decoration: none;
  float: left;
border-right: 1px solid #000;
}

#navcontainer ul li a:hover {
  color: #97C00E;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }
