BODY {
	color: #281C14;
	background-color: #F5F1E5;
	font-family: Garamond, serif;
	font-size: 11pt;
	text-align: left;
	margin-left: 22px;
	margin-right: 17px;
	margin-top: 30px;
	margin-bottom: 28px;
	padding-right: 20px;
}

P {
	margin: 10px;
}

H1 {
	font-family: "Arial Black", sans-serif;
	font-size: 24pt;
	color: #4E6578;
	border-bottom: 4px dotted #C5CDD3;
	margin-bottom: 54px;
	margin-right: 10%;
	padding-bottom: 5px;
}

H2 {
	font-family: "Arial Black", sans-serif;
	font-size: 11pt;
	color: #7C8E9C;
	padding-top: 14px;
}

A {
	color: #2526AA;
	text-decoration: none;
	border-bottom: 1px dashed #E9C46B;
}

A:hover {
	color: #0000CD;
	background-color: #F4F0BB;
   border-bottom: 2px dotted #FFB52B;
}

A.Small
{
	font-size: 8pt;
	vertical-align: middle;
}

em {
   font-family: "Arial Black", sans-serif;
	font-size: 9pt;
	font-style: normal;
	/* font-weight: bold; */
	padding-right: 18px;
}

OL {
	list-style-type: decimal;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
LI {
	margin-bottom: 7px;
}


#Container {
	background-position: right;
   overflow: hidden;
	width: 100%;
}

#Body {
	float: left;
	width: 70%;
}

#SideBar {
	float: right;
	width: 25%;
	padding-left: 10px;
}


ADDRESS
{
   margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: right;
}
