html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
  top: 30px;
  position: relative;
  font:0.7em/1.5 Arial, Verdana, sans-serif;
  color:#000000;
}

#container {
  width: 760px;
  margin: 0 auto;
  position: relative;
  text-align: left; 
}

#main {
  padding:0 4px;
}

.sections {
  overflow:hidden; 
}

.indented {
   padding-left:50px;
   padding-right:50px;
   }

a {
  color:#339966;
  text-decoration:none;
}

a:hover {
  color:#66cc99;
}

h1 {
  font:1.5em/1.5 Arial;
  border-bottom:1px solid #339966;
  padding:0.5em 0;
  margin-bottom:0.7em;
  margin-top:1.5em;
  color:#339966;
  font-weight:bold;
  text-align:center;
  overflow:hidden;
}

h2 {
  font:1.3em/1.5 Arial;
  border-bottom:1px solid #000000;
  padding:0.5em 0;
  margin-bottom:0.7em;
  margin-top:1.5em;
  color:#000000;
  font-weight:bold;
  text-align:center;
  overflow:hidden;
}

.column {
  float:left;
  margin-left:15px;
}

.column p {
  margin-bottom:1em;
}

.width1 {
  width:140px;
}

.width1 a {
	color:#000000;
}

.width1 a:hover {
	color:#999999;
}

.width2 {
  width:420px;
}

ul {
	list-style: none;
}

#footer {
  width: 730px;
  border-top:1px solid #000000;
  margin-top:2em;
  margin-left:15px;
  padding-top:0.7em;
  padding-bottom:2em;
  color:#999999;
  line-height:1.5em;
  position:relative;
  overflow:hidden; 
}

#footer ul {
  float:left;
  width:155px;
  line-height:1.5em;
}

#footer ul a {
color:#999999;
}

#footer ul a:hover {
color:#000000;
}