body {
	background-color: #fff;
	font-family: "Arial", sans-serif;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}

a {
	color: #A2C5A7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	border: 1px dotted #A2C5A7; 
	border-style: none none dotted;
}

.container_12 {
	margin-top: 50px;
	text-align: left;
}

h1 {
	font-size: 200%;
	color: #A2C5A7;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 100%;
	border-bottom: 1px dotted #EBEBEC;
	list-style-type: none;
}

.navigation li.active {
	font-weight: bold;
	color: #A2C5A7;
}

.navigation li.active, .navigation li:hover, .navigation li a.hover, .navigation li:hover a.hover {
	border-bottom: 1px dotted #A2C5A7;
	text-decoration: none;
	color: #A2C5A7;
}

.navigation li a {
	color: black;
	text-decoration: none;
}

.navigation li.active a {
	color: #A2C5A7;
}

ul {
	list-style-type: none;
}

#simpleshow {
    position:relative; /* not required as of 0.1.3 to allow non-js degrading */
    height: 354px; /* a height is required */
    width: 700px; /* a width is required */
}
 
#simpleshow img {
    position:absolute; /* not required as of 0.1.3 to allow non-js degrading  */
    top:0; /* not required as of 0.1.3 to allow non-js degrading */
    left:0; /* not required as of 0.1.3 to allow non-js degrading */
}

.footer {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #ccc;
	font-size: 80%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}