/* ------ table of contents ------ 
000					color guide
001					layout
*/

/* 000 - color guide 
Swank Brown		4B1900
Dark Red			903200 
Medium Red		b53700 
Medium Brown 	634a27 
Dark Brown		49361d 
Light Green		bccd7d 
Light Blue			acd9e8 
*/

/* ------- 001 layout ------ */
* {padding: 0;margin:0;border:none;text-align:left;}
body {
  background: url(../images/17.gif) 50% 0 repeat-y;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', Verdana, Tahoma, sans-serif; 
  color: #123358;
}
img {
}
a:link {
  color: #123358;
}
a:visited {
  color: #A5554F;
}
a:active {
  color: #4381BB;
}
a:hover {
  color: #4381BB;
}
#header {
  width: 764px;
  margin: 0 auto;
}
#copy {
  float: right;
  margin-right: 15px;
  padding-top: 23px;
}
#footer {
  width: 764px;
  height: 53px;
  margin: 0 auto;
  clear: both;
  background: url("/images/44.gif") top left no-repeat;
  color: #E7F4FF;
  font-size: 10px;
  font-weight: bold;
}
#footer ul {
  margin: auto 0;
  padding: 20px 0px 10px 0px;
}
#footer li{
  display: inline;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}
#footer a {
  padding: 10px;
  color: #e7f4ff;
  text-decoration: none;
}
#sitenav {
  width: 764px;
  margin: 0 auto;
  text-align: center;
  background: url("/images/37.jpg") left top no-repeat;
  font-size: 16px;
  padding: 0;
  height: 43px;
}
#sitenav ul {
  margin: 0;
  padding: 12px 0 0 10px;
}
#sitenav li{
  display: inline;
  font-weight: bold;
  padding: 12px;
}
#sitenav a{
  color: #e7f4ff;
  text-decoration: none;
}
#subnav {
  background-color: #D3E2F0;
  padding: 6px 0 4px 0;
  text-align: center;
}
#body {
  width: 764px;
  margin: 0 auto;
}
#content {
  width: 424px;
  background: url("/images/40.jpg") top left repeat-x #e7f4ff;
  font-size: 12px;
  color: #123358;
  float: left;
  font-family: Verdana, Tahoma, sans-serif;
}
#content h1 {
  color: #123358;
  font-family: "lucida grande", verdana;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 12px 6px 12px;
  text-align: left;
}
#content p {
  color: #123358;
  padding: 6px 12px 12px 12px;
  line-height: 1.5em;
}
#content ul {
  margin: 10px 0 10px 38px;
  list-style-image: url("/images/icon.gif");
}
#content ul li {
  padding-left: 3px;
}
#navigate {
  float: left;
  background: url("/images/34.jpg") top left repeat-x #98352B;
  padding-top: 3px;
  padding-bottom: 10px;
  width: 339px;
  text-align: center;
}
