/* specific elemnts */

body, html {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

body {
	text-align:center;
	/*min-width:704px;*/
}

#wrapper {
	margin:0 auto;
	padding:0;
	text-align: left;
	background-color: #FFF;

}

#innerwrapper {

	margin:0 auto;
	width: 700px;
	height: 20px
	text-align: left;
}

#header {
	background-image: url("header.png");
	background-repeat: y;
	background-repeat: x;
	height: 10px;
}

#banner {


	background-image: url("banner.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	padding-left:20px;
	height: 150px;

}

#updates {

	float: right;
	text-align: left;
	width: 150px;
}

#content {


	float: left;
	text-align: left;
	min-width: 15em;
	max-width: 33em;
	padding: 0px 10px 10px 10px;
}

#footer {
	background-color: #158015;
	text-align: center;
	color: white;
	padding: 2px 0px 2px 0px;
	clear: both;
	font-family: sans-serif;
	margin-bottom:0;
	
}

/* Basic elements */

/*link styles */

a {
	font-family: sans-serif;
	font-weight: 100;
	line-height: 160%;
}

a:link {
	color: #7EAB51;
	text-decoration: none;
}

a:visited {
	color: #4C6C2C;
	text-decoration: none;
}

a:hover {
	color: ##7EAB51;
	text-decoration: underline;

}

.nav {
	color: #006600;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;	
	padding-left: 4px;

}

.nav:hover {
	color: #fff;
	text-decoration: none;
	background-color: #006600;
	display: block;
	width: 80px;

}

a.footer {
	font-size: 12px;
	font-weight: bold;
}

a.footer:link {
	color: #164D00;
	text-decoration: none;
}

a.footer:visited {
	color: #0F3600;
	text-decoration: none;
}

a.footer:hover {
	color: #1A5C00;
	text-decoration: underline;
}

/*font styles */

p {
	color: #444;
	font-family: sans-serif;
	font-weight: 100;
	margin-bottom:0;
	line-height: 160%;
}

P + P {
	margin-top:0;
	text-indent:1em;
}

h1 {
	font-size: 30px;
	color: #006600;
	font-family: sans-serif;
	font-weight: 100;
	margin-top:1em;
}

h2 {
	color: #006600;
	font-family: sans-serif;
	font-weight: 140;
	font-size: 20px;
	margin-top:1em;
}

ul  {

	color: #444;
	font-family: sans-serif;
	font-weight: 80%;
	margin-bottom:0;
	line-height: 160%;
}

a img {
	border: 0;
	padding: 2px, 0, 10px, 10px;
}

.small {
	font-size: 12px;
}

.invisible {
	display: none;
}

.center {
	text-align: center;
}
