body {
  margin: 0;
  background: url(assets/bg.jpg);
  font-size: 90%;
  font-family: arial;
  color: #222;
}

#main-wrapper {
  width: 900px;
  margin: 1em auto;
}

.logoimg {
  margin: 12px 0 4px 0;
}


#maintab {
  width: 900px;
}

b {
  font-weight: 600;
}


#nav {
  background: #d8d1c8 url(assets/nav-bg.jpg) no-repeat;
  height: 39px;
  padding-left: 17px;
}

#nav-menu ul
{
list-style: none;
padding: 3px 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0;
}

#nav-menu li a
{
xbackground: #ccc5bd;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: none;
color: #444;
text-decoration: none;
text-align: center;
margin-right: 4px;
text-transform: uppercase;
font-family: arial;
font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu li a:hover {
  background: #ddd6cd;
  color: #004a80;
}


#nav-menu
{

}

#col-left {
  background: #d8d1c8 url(assets/left-bg.jpg) bottom no-repeat;
  width: 226px; /* 260 minus 34 padding */
  padding:0 17px;
}

#col-left h3 {
  font-size: 15px;
}


#col-right {
  background: white;
  width: 640px;
}

#col-right-copy {
  padding: 1.5em 2em 4em 3em;
  line-height: 1.3em;
}

#col-right-copy h1 {
  font-size: 18px;
  margin-bottom: 2em;
}
#col-right-copy h1 #hmod {
  color: #aaa;
  font-weight: normal;
}
#col-right-copy h2 {
  font-size: 17px;
  color: #600;
}
#col-right-copy h3 {
  font-size: 16px;
  color: #111;
}
#col-right-copy h4 {
  font-size: 14px;
  color: #600;
  margin-bottom: 2px;
}
.leadword {
  color: #600;

}


p.message {
  line-height: 1.8em;
  font-weight: bold;
  font-size: 12px;
  margin: 4px 2px;
}


#footer {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #333;
  margin: 0;
  padding:8px 12px;
  text-align: center;
}

a {
  color: #004a80;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
