
body {
 margin: 0;
 padding: 0;
 text-align: center;
 background: #fff url("../images/siteBg.png") repeat-x;
}

#header {
 background-image: url("../images/headerBg.png");
 background-repeat: no-repeat;
 background-color: #fff;
 width: 910px; 
 height: 167px;
 margin: 0 auto 0 auto;
 text-align: center;
}

#container {
 width: 910px;
 margin: 0 auto 0 auto;
 text-align: left;
 background-color: #fff;
}

#footer {
 width: 906px;
 margin: 0 auto 250px auto; /* force scrollbar for page uniformity */
 text-align: center;
 font: 11px "Trebuchet MS", arial, helvetica, sans-serif;
 color:#666;
}

#footer a {
 text-decoration: none;
}

#footer a:link, a:visited {
 color: #666;
}

#footer a:hover {
 color: #000080;
}

.highlight {
 color: #000080;
 font-style: italic;
}

.content {
 font: 13px "Trebuchet MS", arial, helvetica, sans-serif;
 color:#4A4537;
}

.content h {
 color: #ccc;
}

.content h2 {
 font-size: 1.2em;
 margin: 0 0 0 15px;
}

.content h3 {
 font-size: 1.1em;
 margin: 0 0 0 20px;
}


.content h4 {
 font-size: 1.0em;
 margin: 0 0 0 15px;
}

.content p {
 margin-top: 0.85em;
 margin-bottom: 0;
}

.serifClass {
 font-family: "Times New Roman", times, serif;
 font-weight: normal;
 color: #666;
}

.serifClass a {
 text-decoration: none;
}

.serifClass a:link, a:visited {
 color: #000080;
}

.serifClass a:hover{
 color: #f00;
}


.leftCol {
 float: left;
 text-align: left;
}

.clearIt {
 clear: both;
}

#contactInfo {
 margin: 20px auto 0 auto;
}

#contactInfo ul {
 margin: 0;
 padding: 0;
 line-height: 1.5em;
 list-style-type: none;
 font-family: "Trebuchet MS", arial, helvetica, sans-serif;
 font-size: 12px;
 border-bottom: /*1px solid #ccc; */
}

#contactInfo a {
 text-decoration: none;
}

#contactInfo a:link, a:visited {
 color: #000080;
}

#contactInfo a:hover {
 color: #f00;
}




