﻿div#doc2 {
	width: 750px; margin-top: 0px; margin-left: 0px;
}

.contentleft {
	float: left;
	width: 363px;
}

.contentleft p, .contentside p, .fullpage p {
	padding-bottom: 10px;
}

.contentside {
	width: 170px;
	float: right;
}

div.wide .contentleft {
	width: 260px;
}

div.wide .contentside {
	width: 260px;
}

div#hd {
	position: relative;
}

div#bd {
	margin-top: -50px; position: relative; z-index: 10;
}

h1 {
	font-family: Georgia; font-size: 27px; font-weight: bold; margin-bottom: 30px;
}

h2,h3 {
	font-family: Georgia; font-size: 10pt; color: red; font-weight: bold;
}

h3 {
	font-size: 9pt; margin-bottom: 10px;
}

hr {
	border: 1px black solid;
}

ul {
	margin-left: 5px; padding-left: 10px;
}

li {
	list-style: disc; padding-left: 5px;  
}

div#navigation ul {
	padding: 0px;
}

div#navigation li {
	font-weight: bold; padding-bottom: 20px;  list-style-position: inside;
}

div.block {
	padding-bottom: 20px; border-top: 1px solid black; padding-top: 20px;
}

div.noborder {
	border: none;
}

div.block div.icon {
	float: left; padding: 5px; width: 77px; text-align: center; height: 100%; min-height: 60px;
}

div.bigblock {
	height: 320px;
}

div.bigblock hr {
	border: 1px solid black;
}

em {
	color: red; font-weight: bold;
}