

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF  url(images/imgVertical.jpg) repeat-x left top ;
	text-align: justify;
	font: 14px Georgia, serif;
	color: #404040;
}

h1, h2 {
	font: 1.50em;
	font-weight: normal;
	font-family: Georgia, serif;
	letter-spacing: -1px;
	color: #000000;
}


h3 {
	font: 18px Georgia, serif;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color:  blue;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

#wrapper {
	height: 100%;
	background: url(images/imgHorizontal.jpg) repeat-y left top;
}

#wrapper2 {
	background: url(images/meadow.jpg) no-repeat left top;
	width: 100%
}

#ULpic {
	position: absolute;
	float: left;
	top: 20px;
	left: 30px;
}

/* Header */

#header {
	width: 950px; 
	height: 300px;
	padding: 0px 50px;
}



/* Logo */

#logo {
	padding: 10px 0px 0px 40px;
	float: right;
}

#logo h1 {
	margin: 0;
	height: 60px;
	padding: 10px 50px 0 0px;
	letter-spacing: -2px;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: bolder;
	color: #FFFFFF;
}

#logo h2 {
	margin: 0px 0px 0 0;
	font-family: Georgia, serif;
	
	left: 200px; /* make room for upper left picture ULpic */
	font-weight: bolder;
	text-align: right;
	padding: 0px 50px 0 0;
	font-size: 24px;
	color: #FFFFFF;
}

#logo p {
	margin: -25px 50px 200px 25px;
	font-family: Georgia, serif;
	text-align: right;
	font-weight: bolder;
	font-size: 24px;
	color: #FFFFFF;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	margin: 350px 0 0 0;
	/* a big 1st margin keeps buttons below banner-picture */
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

#menu a {                                           /* note all menu items are type a */
	display: block;
	padding: 15px 2px 15px 7px;
	background: url(images/pageMiniBrown.png) no-repeat left ;
	font-family: Euphemia, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	font-size: 20px;
}

#menu .active a {
	display:none; color: #555555;
}
#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin-top: 60px;
	padding: 20px 50px;
}

/* Main Text */

#maintext {
	float: left;
	width: 700px;
	margin-bottom: 10px;
}

/* Topic */

.topic {
	margin-bottom: 20px;
}

.topic .title {
	margin: 0;
	padding: 0px 0px 0 0;
	font-size: 1.4em;
	color: #208020;
}


.topic .leftbox {

	width: 260px;

	float: left;

	margin-left:10px;
}

.topic .rightbox {

	border-style:solid;

	border-width:thin;

	border-color: black;
	padding: 0px 0px 0px 12px;
	margin: 25px 0px 0px 15px;
	width: 320px;

	float: right;
}

.topic .entry {

	margin: 0;
	padding: 0 0 0px 30px;
	
}

.topic .rightline {
	float: right;
}


/* Footer */

#footer {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: Courier, Courier, sans-serif;
	color: #000000;
}

