body		{ font-size: 80%; }   /* IE */
html > body	{ font-size: 0.8em; }  /* Other browsers */
body {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	color: #333333;
}
p {
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
}
strong {
	font-weight: normal;
	color: #006699;
}
.siteTitle {
	font-family:  Verdana, Arial, Helvetica,  sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 28px;
}
.siteTitle h1{
	color:#FFAF00;
	margin:0;
	font-size: 3.5em;
	font-weight: bold;
}
.siteTitle h2{
	color:#FFFFFF;
	margin:0;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}
.leftNav {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.leftNav a, .leftNav a:visited
{
	display: block;
	line-height:25px;
	padding: 0px 5px 0px 10px;
	text-decoration:none;
	border-bottom: solid #000000 1px;
	margin-bottom: 1px;
}
.leftNav a:hover {
	text-decoration:underline;
}
.leftNav .enabled {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3399CC;
}
.leftNav .disabled {
	font-weight: bold;
	color: #325884;
	background-color: #E3FAE7;
}
.footerCopyright {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.contentBlock h1 {
	color: #558492;
	font-weight: normal;
	font-size: 2.5em;
	padding:0;
	margin:0;
}
.contentBlock h2 {
	color: #558492;
	font-weight: normal;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0;
}