@charset "utf-8";
/* CSS Document */
/* These are styles specifically for the site front page */
.container { width: 48em; margin-top: 1em; }
.div1a { width: 15.125em; margin-right: 35px; }
.div1b { width: 13.438em; }
.div1c { width: 14.375em; }
.div2b {
	clear: both;
	margin: 0 auto;
	overflow:visible;
	padding-left: 5em;
	width: 18.75em;
	}
.div2b li {
	font-weight: bold;
	line-height: 30px;
	list-style-image: url(../elements_site/o-bullet.gif);
	list-style-type: circle;
	padding-left: 10px;
	text-align:center;
	vertical-align: top;
	}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	}
li {
	font-size: .750em;
	line-height: 1.7em;
	list-style-type: square;
	}
a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover { text-decoration: underline; }
p { margin-bottom: 0px; }
ul { margin-top: 5px; }