@import url(http://www.chirp.com.au/table_formatting.css);
@import url(http://www.chirp.com.au/form_formatting.css);

html {
  background-color: #fffef2;
}
body {
  margin: 0 auto;
  width: 960px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #234948;
}

a.chirplink { display: none; }

#menu {
  line-height: 51px;
  background-color: #B32018;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#menu a:link, #menu a:visited {
  padding: 0 4px;
  text-decoration: none;
  color: #fff;
}

#container {
  border: 2px solid #9EA615;
}

#awards {
  padding-top: 1em;
  text-align: center;
}

#content { padding: 1em; }
#content a img { border: 0; }
#content li { padding-bottom: 4px; }

.home #content {
  padding: 1em 2em;
  line-height: 1.6;
  font-size: 14px;
}
.home #content strong {
  font-weight: normal;
  color: #B32018;
}

#news {
  padding: 1em;
  width: 200px;
}
#news h3 {
  border: none;
  font-weight: normal;
  color: #B32018;
}
#news ul {
  margin: 1em 0;
  padding: 0 0 0 20px;
  list-style-image: url(/images/bullet.gif);
}
#news li {
  margin-bottom: 6px;
}
#news b {
  font-weight: normal;
  color: #B32018;
}

.home #news {
  font-size: 13px;
}

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  font-weight: normal;
  font-size: 24px;
}
h2 {
  margin-top: 1em;
  font-weight: normal;
}
h3 {
  margin-top: 1.5em;
  padding-bottom: 2px;
  border-bottom: 1px solid #234948;
  font-weight: normal;
  font-size: 14px;
  color: #B32018;
}
h3 a:link, h3 a:visited {
  text-decoration: none;
  color: inherit;
}
h4 {
  font-size: 12px;
}

#content, #news { line-height: 140%; }

a:hover {
  text-decoration: underline !important;
  color: #224846;
}

.box {
  margin: 0 0 0.5em;
  border: 1px solid #234948;
  padding: 0;
  background-color: #fff;
}
.box h4 {
  padding: 4px;
  background-color: #234948;
  font-weight: normal;
  color: #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}
