
/* ----- global----- */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #624A00 url(../images/bgpattern.gif) repeat;
  font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  color: #4D3012;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;	
}

img {
  border: 0;
}

/* ----- links ----- */

#content a, #content a:link {
  color: #00527B;
}

#content a:hover {
}

/* ----- container ----- */

#container {
  background: url(../images/bgstripes.gif) repeat-x top;
}

#wrapper {
  margin: 0 auto;
  width: 770px;
}


/* ----- right column ----- */

#rightcol {
  width: 144px;
  height: 423px;
  background: url(../images/bgrightcol.gif) no-repeat;
  float: right;
  text-align: center;
  color: #004161;
  padding-top: 10px;
}

#rightcol p {
  line-height: 11px;
  margin: 10px 0;
  padding-top: 2px;
  font-size: 10px;
}

#rightcol a {
  text-decoration: none;
  color: #004161;
}


/* ----- left column ----- */

#leftcol {
  float: left;
  width: 625px;
}


/* ----- header ----- */

#header {
  height: 164px;
}

#logo {
  float: left;
}

#headerpic {
  float: right;
}


/* ----- navigation ----- */

#nav {
  height: 63px;
}


/* ----- content ----- */

#content {
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #fff;
  margin: 0 14px 0 0;
  text-align: left;
}

#main {
	padding: 12px 12px;
}

#content h1 {
  margin-bottom: 4px;
  font: 26px/1em Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #681C13;
}

#content h2 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #004161;
}

#content h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

#content p {
  margin: 10px 0;
}

#content b {
	color: #702820;
}

#content div.hr {
  background: url(../images/hr.gif) no-repeat scroll center;
  width: 413px;
  height: 13px;
  margin-bottom: 15px;
  text-align: center;
  border: none;
}

#content div.hr hr {
  display: none;
}

#content blockquote {
  margin-top: 3px;
  padding: 5px 12px;
  border-left: 3px solid #A65726;
  font-size: 11px;
  background: #A2AD34;
  color: #454500;
}

#content ul, #content ol {
	padding-left: 32px;
}

/* ----- footer ----- */

#footer {
  clear: both;
  font-size: 9px;
  line-height: 1.3em;
  padding-top: 12px;
  color: #999;
  text-align: left;
}