
* { margin: 0; padding: 0; border: 0; }
body { text-align: center; font: 11px Verdana, Arial, Helvetica, sans-serif; color: #666; background: #FFF; }
img	{ display: block; border: 0; }
a { color: #0C7731; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

h1{ font-size: 18px; font-weight: bold; padding: 10px 20px; color: #0C7731; }
h2{ font-size: 14px; font-weight: bold; padding: 10px 0; color: #0C7731; }
h3{ font-size: 12px; font-weight: bold; padding: 10px 0 10px 10px; color: #0C7731; }
h4{ font-size: 16px; font-weight: normal; padding: 0 0 10px 18px; color: #666; }

p { padding: 2px 10px 10px 10px; font-size: 12px; color: #666; line-height: 140%; }

ul { list-style:none; }
li { list-style:none; }
.hide {	display: none; }
.clear { clear: both; }

#container { margin: 0 auto; width: 800px; }

#content { float: left; text-align: center; width: 800px; margin: 100px 0 0 0; }
