body {
	background-image: url(images/home/home_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
.tree {
	background-image: url(images/home/tree.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	min-height: 600px;
}

ul.child li {
	background-color: #001a42;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px;
	line-height: 20px;
}

#this_issue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	float: right;
	clear: both;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #004984;
	width: 154px;
}

ul.article_list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	clear: both;
	margin: 0;
	padding: 5px;
	background-color: #001838;
	border: 1px solid #ffffff;
	list-style-type: none;
	width: 154px;
}

ul.article_list li a {
	text-decoration: none;
	color: #ffffff;
}

ul.article_list li a:hover {
	color: #919191;
}

.article_list_item {
	margin: 0;
	padding: 2px 0 5px 0;
}

#past_issues {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	float: right;
	clear: both;
	margin: 0;
	padding: 5px;
	width: 154px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #004984;
}

#past_issues a {
	color: #ffffff;
	text-decoration: none;
}

#past_issues a:hover {
	text-decoration: underline;
}

.past_issues_title {
	font-family: Geneva, arial;
	font-size: 15px;
	font-weight: bold;
	color: #001838;
	text-align: center;
	text-decoration: underline;
}

.header {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	margin: 0;
}

.kids_nav {
	font-family: Geneva, Arial;
	font-size: 12px;
	background-color: #003464;
	height: 52px;
	min-height: 52px;
	padding-left: 20px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.kids_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.kids_nav a:hover {
	text-decoration: underline;
}

.content {
	background-color: #d4dce6;
	font-family: Geneva, Arial;
	font-size: 11px;
	color: #000000;
	min-height: 169px;
	padding: 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.newsletter_article_title {
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #002651;
}

.newsletter_article_title a {
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #002651;
	text-decoration:none;
}

.newsletter_article_title a:hover {
	text-decoration:underline;
}

.newsletter_article_subtitle {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #002651;
}

.newsletter_article_author {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.newsletter_article_content {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.newsletter_article_content a {
	color: #004B83;
	text-decoration: none;
}

.newsletter_article_content a:hover {
	text-decoration: underline;
}

.footer {
	background-color: #b4c1d3;
	color: #113870;
	font-family: Geneva, Arial;
	font-size: 9px;
	padding: 5px;
	line-height: 11px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.footer a {
	color: #113870;
}