ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }
a { text-decoration:underline; outline:none; color: #6d90af; }
a:hover { text-decoration:none; }

body, td
{
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #4c4c4c;
}

body
{
  background: #a4a4a4 url("../images/background.jpg") repeat-x;
  position: relative;
}

img.watermark {
  position: absolute;
  top: 0;
  left: 0;
  width: 770px;
  height: 600px;
  z-index: -1;
}


ul li { 
  list-style-image: url("../images/bullet.jpg");
  list-style-type: square;
}

/* ie7 */
*+html ol { padding-left: 5px; }
/* ie6 */
* html ol { padding-left: 5px; }

ol li {
  list-style-image: url("../images/bullet-ol.jpg");
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
  margin-left: 13px;
}


ol li ol { margin: 10px 0 0 25px; }

li.no-bullet { list-style-type: none; list-style-image: none; margin-left: 10px; }

th {
  background: #6d90af;
  color: #fff;
  font-family: Times, serif;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  height: 46px;
  vertical-align: middle;
}

td {
  font-family: Arial, sans-serif;
  padding: 10px 12px 10px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #635f5b;
}
tr.odd td { background-color: #dce5ec; }
tr.even td { background-color: #e8eef2; }
td a { color: #635f5b; text-decoration: none; }
td a:hover { text-decoration: underline; }

h1 {
  font-family: Times, Georgia, serif;
  font-weight: normal;
  font-size: 24px;
  color: #3e3c39;
}

h2 {
  font-family: Times, Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  color: #6D90AF;
  padding-bottom: 10px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

h5 {
  font-family: Times, Georgia, serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: normal;
  color: #6D90AF;
  margin-top: 20px;
  padding-bottom: 10px;
}

h6 img {
  width: 0px;
  height: 0px;
  border: 0;  
  text-indent: 0;
  display: none;
  text-indent: 0px;
}

#header-holder { 
  width: 100%;
  height: 112px;
  background: #c2c2c2 url('../images/header-background.jpg') repeat-x 0 0;
  z-index: 1;
}

#header { 
  position: relative;
  padding-bottom:5px;
  height: 107px;
  width: 960px;
  margin:0 auto;
}

#header #quote {
  position: absolute;
  right: 0;
  top: 50px;
  color: #796f5d;
  font-family: Times, serif;
  text-align: right;
  width: 475px;
}

#header img {
  float: left;
  height: 112px;
  width: 500px;
  border: 0;
}

#header form {
  float: right;
  padding-right: 7px;
  padding-top: 23px;
}

#header input {
  border: solid 0 #fff;
  color: #fff;
  font-size: 1em;
  padding-bottom: 4px;
  padding-top: 2px;
  float: right;
}

#header div.username input {
  height: 18px;
  width: 135px;
  background: transparent url("../images/input_member-name.jpg") no-repeat;
}

#header div.pwd input {
  clear:both;
  height: 18px;
  width: 135px;
  background: transparent url("../images/input_member-pwd.jpg") no-repeat;
}

#header div.submit input  {
  clear: both;
  height: 19px;
  width: 60px;
  background: transparent url("../images/submit.jpg") no-repeat;
}

#container { 
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.required {
	font-size: 11px;
	color: #990000;
}

#footer { 
  background: #6d90af;
  height: 24px;
  width: 930px;
  color: #fff;
  font-size: 10px;
  padding-top: 14px;
  padding-left: 30px;
  position: relative;
}
/* ie6 */
* html #footer { font-size: 11px; }


#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}

#footer .social-feeds {
  position: absolute;
  right: 0;
  top: 8px;
  width: 100px;
  height: 22px;
  background: #fff;
  padding-right: 6px;
}

.copy {
  color: #e1e1e1;
  text-align: right;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 25px;
}
/* ie6 */
* html .copy { font-size: 11px; }

img.more { 
  width: 9px;
  height: 11px;
  margin: 0 -2px -2px 5px;
}

a.rss { 
  padding-left: 15px; 
  text-decoration: none;
  font-size: 10px;
}
/* ie6 */
* html a.rss { font-size: 11px; }
a.rss img { margin-top: -10px; }
/* ie6 */
* html a.rss img { margin-top: -5px; }
a.rss:hover { text-decoration: underline; }

br.spacer100 { margin-bottom: 100px; }
br.spacer200 { margin-bottom: 200px; }
br.spacer300 { margin-bottom: 300px; }
br.spacer400 { margin-bottom: 400px; }
br.spacer500 { margin-bottom: 500px; }


/* HIDE B&W LOGO */
img.bw-logo { display: none; }
