@media screen
{
	#body    { width: 560px; float: right; }
	#body h1 { color: #06c; }
	#body h2 { color: #333; }
	#body h3 { color: #333}


}

@media print
{
	#body    { width: 100%; float: left; }
	#side    { display: none; }
	#body h1 { color: #000; }
	#body h2 { color: #000; }
	#body h3 { color: #000; }

}


#content
{
	margin-bottom: 4.0em;
}


#body
{
	padding-top: 5.0em;
	padding-bottom: 3.0em;
	line-height: 175%;
	color: #333;
	font-size: 0.8em;
	font-family: Calibri, Arial, Sans-Serif;
	text-align: justify;
}



#body h1, #side h1
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 2.8em;
	font-weight: normal;
	line-height: 100%;
}


#body h2, #side h2
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.5em;
	font-weight: bold;
}

#body h3, #side h3
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.25em;
	font-weight: bold;
}

#body .date
{
	line-height: 100%;
	color: #888;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

.singlespace
{
	line-height: 125%;
}

#body ul, #body ol
{
	font-family: calibri, corbel, arial, sans-serif;
	margin-left: 2.0em;
	margin-bottom: 1.0em;
}



q
{
	font-size: 1.75em;
	font-family: Georgia, Serif;
	font-style: italic;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 1.0em;
}



div.hr
{
	height: 0.75em;
	margin-bottom: 1.25em;
	background: #fff;
	background-image: url(../img/hr.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div.hr hr
{
	display: none;
}

p
{
	margin-bottom: 1.5em;
}




#side
{
	padding-top: 10.35em;
	float: left;
	width: 200px;
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 0.8em;
}


#side h4
{
	font-weight: bold;
	font-size: 1.15em;
}


#side h4 a
{
	color: #000;
}


#side ul
{
	line-height: 140%;
	padding-top: 1.0em;
	padding-bottom: 2.0em;
	padding-left: 1.1em;
	list-style-image: url(../img/menubullet.gif);
}


#side ul li a
{
	color: #06c;
	text-decoration: none;
}

#side ul li a:hover
{
	color: #f40;
	text-decoration: underline;
}


h3
{
	font-size: 2.0em;
}



a
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	color: #f40;
	text-decoration: underline;
}

a:visited
{
	color: #048;
}

a:visited:hover
{
	color: #f40;
	text-decoration: underline;
}


strong
{
	font-size: 1.25em;
}

.bibliography
{
	border-top: dotted 1px #888;
	padding-top: 1.0em;
	color: #777;
	font-size: 0.9em;
	line-height: 100%;
}



.chart
{
	margin: 0.5em;
	padding-top: 0.25em;
	float: right;
	text-align: center;
}

.chart div
{
	border: solid 1px #bcd;
	margin-left: 0;
	margin-right: 0;
}


.chartleft
{
	margin: 0.5em;
	padding-top: 0.25em;
	float: left;
	text-align: center;
}

.chartleft div
{
	border: solid 1px #bcd;
	margin-left: 0;
	margin-right: 0;
}



