*
{
  padding: 0;
  margin:  0;
}

body
{
  font-family: georgia;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  text-align: center;
}

a, a:link, a:visited
{
  color: #0c2577;
}

a img
{
  border: 0;
}

blockquote
{
  font-style: italic;
  margin-bottom: 20px;
}

.content
{
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  text-align: left;
}

.content_img
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
}

.clearboth
{
  height: 0;
  clear: both;
}

#header
{
  padding-bottom: 25px;
}

#logo
{
  margin: 35px 0 10px 0;
}

#header .content table
{
  width: 950px;
}

#header .content td#newsletter
{
  vertical-align: bottom;
  text-align: right;
  padding-bottom: 10px;
}

#newsletter a
{
  color: #666;
  font-size: 12px;
}

#header h1
{
  background: #7cb955 url(../images/header-x.jpg) repeat-x;
  color: #fff;
  font-size: 150%;
}

#content
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 20px 0;
  width: 950px;
  text-align: left;
}

#content h1
{
  font-family: Arial;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #7cb955;
}

#content h2
{
  margin: 10px 0 20px 0;
  color: #7cb955;
  font-size: 18px;
}

#content h3
{
  margin: 5px 0 10px 0;
}

#content ul
{
  margin-left: 30px;
  margin-bottom: 20px;
}

#content li
{
  line-height: 140%;
  margin-left: 30px;
}

#content p
{
  margin-bottom: 20px;
  line-height: 140%;
}

#footer
{
  padding: 15px 0;
  margin-bottom: 20px;
  color: #333;
  font-size: 12px;
}

#footer a
{
  color: #333;
}

#footer ul
{
  list-style: none;
}

#footer li
{
  list-style: none;
  display: inline;
  margin-right: 15px;
}

#content .error_list
{
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #f66;
}

#content .error_list li
{
  list-style: none;
}

.not_required
{
  font-weight: normal;
}

#menu
{
  background-color: #d2d2d2;
  font-size: 90%;
}

#menu ul
{
  padding: 4px 0;
  list-style: none;
}

#menu li a
{
  color: #333;
}

#menu li
{
  display: inline;
  padding-right: 15px;
  list-style: none;
}

th, td
{
  vertical-align: top;
}

input
{
  margin-bottom: 5px;
}

.small
{
  font-size: 80%;
}

.convention
{
  text-align: center;
  padding: 5px;
  background-color: #eea;
  border: 1px solid #dd3;
}
