body{
	margin: 0;
	background-image: url('images/bkg_gradient.gif');
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.articles a{
	color: #000000;
	display: block;
	padding: 2px 0 2px 0;
}

.articles a:hover{
	color: #5475ab;
	background-color: #dfe9f9;
}

#header{
	background-color: #2959a8;
	width: 100%;
}

#content{
	width: 100%;
}

.navCell{
	border-top: 1px solid #1f5897;
	color: #1f5897;
	font-weight: bold;
}

.navTable{
	width: 90%;
}

.navCell{
	padding: 4px 0 4px 0;
	margin: 0px;
}

.navCell a{
	padding: 4px 6px 4px 6px;
	margin: 4px 0 4px 0;
	text-decoration: none;
	color: #1f5897;
}

.navCell a:hover{
	background-color: #84c668;
	color: #FFFFFF;
}

.navHeading{
	font-weight: bold;
	color: #1f5897;
	padding: 10px 0 10px 5px;
}

.navDate{
	font-weight: bold;
	color: #1f5897;
}

.articlesTable{
	width: 90%;
}

h2{
	color: #84c668;
	border-bottom: 1px solid #d8d6d6;
	display: block;
	font-size: 14px;
	margin-bottom: 0px;
}

.articles{
	width: 100%;
}

.supportersTable{
	width: 200px;
	background-image: url('images/bkg_supporters.gif');
	background-repeat: repeat-x;
	border: 1px solid #96a8bd;
	font-size: 14px;
	font-weight: bold;
}
