
body {
	margin:10px auto 50px auto;
	line-height:150%;
	font-size:12px;
	font-family: Arial, Helvetica, Arial, sans-serif;
	background-color:#ffffff; 
	text-align: center;
}

td {
	font-size:12px;
	border:0px;
}

a {
	color:#003600;
}

h1 {
	margin-top: 0px;
	color:#003600;
	display:block;
	padding:0px 0 5px 0;
	border-bottom:1px dotted #005300;
	font-size:20px;
	line-height:150%;
}

h2 {
	display:block;
	background-color:#186018;
	padding:5px;
	color:#ffffff;
	margin:0px;
	font-size:16px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

h4 {
	font-size:20px;
	font-weight:bold;
	margin:0px;
	color:#003600;
	text-decoration:none;
}

blockquote {
	margin:0px;
	padding:10px;
	background-color:#2aa92a;
	border:1px solid #4ca94c;
}

#container {
	width:930px;
	margin:0 auto 0px auto;
	padding:0 0 20px 0;
	text-align:left;
	background-color:#ffffff;
	color:#000000;
	border:10px solid #103e10;
}

#thecontent {
	margin:20px 0 0 30px;
	float:left;
	width:620px;
}

#wwdi {
	float:left;
	width:49%;
	margin-right:1%;
}

#sidebar {
	margin:5px 5px 0px 10px;
	display:inline;
	width:200px;
	float:right;
	padding:10px;
	font-size:16px; 
	background-color: #005300;
}

#sidebar a {
	color:#ffffff;
	margin-bottom:10px;
	padding-bottom:10px;
}

#sidebar li {
	list-style:none outside none !important;
	list-style-image:none outside none !important;
	padding-bottom:5px;
}

#footer {
	font-size:12px;
	color:#ffffff;
	background-color:#103e10;
	width:950px;
}

#box {
	position:absolute;
	left:20px;
	border:1px solid #B5076D;
	padding:10px;
	background-color:#FFF;
}

#box div{
	margin: 10px 0;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.photo {
	margin-right:10px;
}

b.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

b.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

b.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

b.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
