BODY {
	width: 100%;
	font-family: Georgia, Times New Roman, Serif; 
	color: #006633;	
}
#LayoutMain {
	width: 100%;
}
#LayoutHeader {
	text-align: center;
}
#LayoutSideBar {
	width: 20%;
}
#LayoutContent {
	width: 80%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 1.1em;
	margin-top: 0;
}
p.info {
	font-size: 1em;
	margin-bottom: 6px;
}
li {
	margin-bottom: .5em;
	font-size: 1.1em;	
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 3pt;
}
h2 {
	margin-bottom: 0;
	font-weight: normal;
}
h3 {
	margin-bottom: 0;
}
td { 
	vertical-align: top;
}
.PageHeader {
	font-size: 3em;
}
