#header {
	height:196px;
}

#header-picture {
	display:none;
}

#content {
	width:860px; /* 2px less due to IE bug with overflowing <em>s */
	padding:290px 20px 10px 20px;
	margin-top:0px;
	float:none;
	border:none;
}

#body {
	background-image:url(../images/hp-img.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:287px;
	_height:287px;
	padding-top:0px;
}

#left {
	width:420px;
	padding:5px 20px 10px 10px;
	float:left;
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

#left h2 {
	color:#339933;
	font-size:18px;
	font-weight:normal;
}

#right {
	float:right;
	padding-left:5px;
}


.btn-left {
	float:left;
	width:171px;
	height:22px;
	margin-right:10px;
	background-image:url(../images/btn-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px 9px 6px 9px;
}

.btn-left a {
	display:block;
	width:180px;
	height:22px;
	color:#006699;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;	
}

.btn-left a:hover {
	color:#339933;
}

.btn-long {
	width:306px;
	height:15px;
	margin-left:33px;
	background-image:url(../images/btn-long.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px 9px 6px 9px;
	clear:both;
}

.btn-long a {
	display:block;
	width:306px;
	height:15px;
	color:#006699;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;	
}

.btn-long a:hover {
	color:#339933;
}

/*  Recent Articles */

#recent-articles-wrap {
	width:180px;
	padding-right:10px;
	float:right;
}

#recent-articles-wrap p.small {
	font-size:70%;
}

#recent-articles-wrap h2 {	
	color:#339933;
	font-size:20px;
	font-weight:normal;
	margin-top:5px;
	padding-top:0;
}

#recent-articles p.meta {
	font-size:70%;
	border-bottom:1px solid #999;
	padding-bottom:3px;
	padding-top:3px;
	margin-bottom:2px;
	color:#999999;
}

#recent-articles p.title {
	margin-bottom:0.75em;
}

#recent-articles span.date {
	color:#339933;
}

#recent-articles p.title a {
	color:#666;
	text-decoration:none;
}

/*  Upcoming Events */

#upcoming-events-wrap {
	width:170px;
	padding-left:20px;
	padding-right:20xp;
	float:left;
}

#upcoming-events-wrap p.small {
	font-size:70%;
}

#upcoming-events-wrap h2 {	
	color:#339933;
	font-size:20px;
	font-weight:normal;
	margin-top:5px;
	padding-top:0;
}

#upcoming-events p.meta {
	font-size:70%;
	border-bottom:1px solid #999;
	padding-bottom:3px;
	padding-top:3px;
	margin-bottom:2px;
	color:#999999;
}

#upcoming-events span.date {
	color:#339933;
}

#upcoming-events p.title a {
	color:#666;
	text-decoration:none;
}
