body {
	font-family: Georgia, Times, serif;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 62.5%;
	background-color: #fff;
}

#back {
	width: 1008px;
	margin: 0px auto 0px auto;
}

#page {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 902px;
	position: relative;
	background-color: #fff;
}

a img {
	border: 0px;
}


/* !header */

#header {
	position: relative;
}

/* !middle */

div#bottom {
	position: relative;
	width: 100%;
}

/* !left column */

#left {
	background-color: #fff;
	width: 175px;
	float: right;
	position: relative;
}

#navigation {
	margin-top: 0px;
	border-left: 1px solid #95a026;
	padding: 20px 15px 10px 15px;
	width: 144px;
	position: relative;
}

#navigation h3 {
	display: none;
}

#navigation h4 {
	display: none;
}

p.address {
	font-size: 1.1em;
	line-height: 140%;
	color: #5a4c83;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
}

p.address a {
	color: #5a4c83;
	text-decoration: none;
}

/* !right column */

#right {
	width: 725px;
	float: left;
}



/* !extra column */

#extra {
	display: none;
}


/* !content column */

#content {
	background-color: #fff;
	width: 725px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
}

#article {
	padding: 10px 20px 0px 20px;
}

#article h2 {
	font-size: 3.4em;
	color: #95a026;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 900;
}

#article h3, #article h3 a {
	font-size: 1.6em;
	color: #95a026;
	line-height: 120%;
	margin: 20px 0px 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

#article h4, #article h4 a {
	font-size: 1.6em;
	color: #95a026;
	line-height: 120%;
	margin: 20px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 3px solid #95a026;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

#article p {
	font-size: 1.3em;
	line-height: 160%;
	margin: 0px 0px 10px 0px;
	color: #5a4c83;
}

#article p a, #article li a {
	color: #5a4c83;
	text-decoration: none;
}

#article p a:hover {
	color: #5a4c83;
}

#article li {
	font-size: 1.3em;
	line-height: 160%;
	margin: 0px 0px 5px 0px;
	color: #5a4c83;
}

.picright {
	float: right;
	margin: 5px 0px 10px 10px;
	border: 1px solid #95a026;
}

.picright_noborder {
	float: right;
	margin: 5px 0px 10px 10px;
	border: 0px;
}

.picleft {
	float: left;
	margin: 5px 10px 10px 0px;
	border: 1px solid #95a026;
}

.picleft_noborder {
	float: left;
	margin: 5px 10px 10px 0px;
	border: 0px;
}

h4#home {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #95a026;
}

body#front h4#home {
	display: none;
}

#footer {
	clear: both;
	background-image: url(/images/stripes.gif);
	background-color: #fff;
	height: 30px;
	width: 100%;
}

.callout_right {
	padding: 15px 15px 10px 15px; 
	width: 180px; 
	background-color: #ecf0c6; 
	float: right; 
	margin: 3px 0px 10px 15px;
}

#content #article div.callout_right p {
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
}