body {
	background-image: url(_images/bg_points.gif);
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
}
div, h1, h2, h3, h4, h5, h6, p, pre, addres, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0;
	padding: 0;
}
#page {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* 1 pixel black border */
	background-color: #FFF;
}
#pageheader {
	height: 220px;
	color: #000;
	line-height: 180px;
}
#header {
	height: 220px;
	color: #000;
	line-height: 220px;
}
#header h1 {
	line-height: 2em;
	font-size: 36px;
	margin-left: 20px;
}

#header h2 {
	font-size: 18px;
	margin-left: 20px;
}

.title {
	background-color: #FFFFFF;
	font-size: 48pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 2em;
}

#cola {
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
	float: left;
	width: 16%;
 height: 100%  padding-left: 10px;
	margin: 10px 0px;
	line-height: 1.1em;
	background-color: #FFF;
	position: relative;
}
#cola p {
	margin-left: 1em;
}

#cola ul li {
	list-style-type: none;
	margin-left: 10px;
}

#colb {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float: right;
	top: 0;
	width: 80.5%;
	line-height: 1.6em;
	background-color: #FFFFCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#colb h1 {
	background-color: #FFF;
	color: #CC113A;
	line-height: 2em;
}
#colb h2 {
	color: #002a6c;
	line-height: 1.5em;
}
#colb h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 2.5em;
}
#colb p {
	margin-bottom: 1em;
}
#colb ul li {
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-position: inside;
	list-style-type: disc;
}
#colb ol {
	margin-bottom: 1em;
}
#colb ol li {
	list-style-position: inside;
}
#colb #sources ol li {
	list-style-position: inside;
}
.sidebar {
	float: right;
	background-color: #CCCCCC;
	right: auto;
	width: 50%;
	left: 0%;
	border: 1px solid;
	margin-left: 1em;
	padding: 0px;
}
.sidebar .headline {
	font-size: large;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	margin-bottom: 1em;
	padding-left: 1em;
	text-align: center;
}

.sidebar p {
	padding-left: 1em;
	padding-right: 1em;
}
.sidebar img {
	float: right;
	margin-bottom: 1em;
	margin-right: 1em;
}
.insert_r {
	float: right;
	background-color: #FFFFFF;
	position: relative;
	margin-left: 5px;
	border: thin solid;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.insert_l {
	float: left;
	background-color: #FFFFFF;
	margin-left: 0px;
	border: thin solid;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.insert_l h1 {
	font-style: italic;
}
#footer {
	width: 100%;
	background-color: #FFF;
	margin-top: 2em;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	position: relative;
	padding: 0px;
	border: 0px #FFFFFF;
	clear: both;
}
#footer p {
	text-align: center;
}
#sources {
	position: relative;
	width: 100%;
	left: 0%;
	clip:   rect( );
	background-color: #FFF;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	border-top: thin solid #000000;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
	;
	text-align: left
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	padding: 0px;
	position: relative;
}
.photo_l {
	float: left;
	background-color: #FFFFFF;
	border: thin solid;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.photo_l p {
	font-size: medium;
	color: #000;
	font-style: italic;
}
.photo_r {
	float: right;
	background-color: #FFFFFF;
	margin-left: 20px;
	border: thin solid;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.photo_r p {
	font-size: medium;
	color: #000;
	font-style: italic;
}
.blockquote {
	margin-right: 6em;
	margin-left: 6em;
	line-height: 1 em;
	background-color: #F5F5F5;
	padding: 10px;
	margin-bottom: 1em;
}
