body {
	color:#333;
	background-color:#A4C2C6;
	margin-left:155px;
	margin-right:15px;
	margin-bottom:25px;
	margin-top:10px;
	padding: 1px;
	font:12px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color: black;
	}
h2 {
	font:bold 16px/17px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:bold 14px/15px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#294C6A;}
a:visited {color:#B4464B;}
a:hover {background-color:#eee;}
  
/* All the content boxes belong to the content class. */
.Content>p {margin:10px;}
.Content>p+p {text-indent:28px;}
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:128px;
	min-height: 30px;
	margin:0px 20px 20px 170px;
	background-color:WhiteSmoke;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

img.floatRight {
float: right;
margin: 4px; }

#button {
display: block;
position: absolute;
left: 0;
width:150px;
padding: 5px 5px 5px 0.5em;
border-bottom: 4px solid #222A04;
border-right: 4px solid #222A04;
background-color: #FF3333;
text-decoration: none
}

#button a {
color: white
}

#button a:hover {
color: black;
background-color: #ff3333
}

img.right {
float: right;
width: 300px;
}





