body {
	background-color: #D6F0F1;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	padding-bottom: 1.1em;
	margin-top: 0;
}
ol, ul {
	list-style: disc inside;
}
div#main {
	position: relative;
}
#main a#home {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  line-height: 100px;
  font-size: 105px;
}
#main a#home span {
  visibility: hidden;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 4.8%;
	width: 960px;
}
#TopSlice {
	margin-left: 10px;
	margin-top: 0px;
	background-image: url(/images/TopSlice_long.jpg);
	overflow: hidden;
	height: 95px;
	margin-bottom: 0;
	width: 948px;
}
#Content {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #fff;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: repeat-y;
	width: 948px;
	padding-top: 0px;
	height: auto;
}
#Content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	line-height: 115%;
}
#FolderBody {
	background-color: #fff;
	width: 700px;
	text-align: left;
	padding: 3em 0 2em;
	margin: 0 auto;
}
#BottomSlice {
	margin-left: 10px;
	margin-top: 0px;
	background-image: url(/images/BottomSlice.gif);
	overflow: hidden;
	height: 33px;
	margin-bottom: 0;
	width: 948px;
}
#Content h1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: 115%;
	font-weight: bold;
	padding-bottom: 0.7em;
	color: #333;
}
#Content h2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #333;
}
#Content ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #333;
	line-height: 150%;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#Content blockquote {
	font-style: italic;
	font-weight: bolder;
}
#Content blockquote+p {
	margin-left: 50%;
	margin-bottom: 2em;
	font-size: larger;
	line-height: 120%;
}
#Content .inline_blog {
  margin-bottom: 3em;
  background-color: #F3F7FA;
  padding: 1em;
}
#Content #blog_nav {
  width: 35%;
  padding-left: 2em;
  margin-right: -5%;
  float: right;
  background-color: #DEE9ED;
  font-weight: bolder;
}
#Content #blog_nav ul {
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
}
#Content #recent_blogs {
  width: 59%;
}
#Content .image_left {
  float: left;
  padding-right: 1.5em;
}
#Content .image_right {
  float: right;
  padding-left: 1.5em;
}
#Content .small_list_style ul {
  font-size: small;
  line-height: 115%;
}
#Content .small_list_style table {
  font-size: small;
  line-height: 115%;
  margin-bottom: 1.5em;
}
#Content .small_list_style td, #Content .small_list_style th {
  padding: 0.2em 0.5em;
  border: 1px dotted black;
}


