body { 
margin: 0;
padding: 0;
background-color: #e9e9e9;
text-align: center; /* helps IE center container */
}

#container {
width: 785px;
padding: 0 12px;
margin: 0 auto;
text-align: left; /* resets all to align left */
background: #fff url(../images/page_bkgd.gif) repeat;
}

#topper { /* see other styles below */
background-color: #fff;
}

#banner-heading {
clear: both;
background-color: #1a4d87;
border-bottom: 1px solid #fff;
}

#banner-heading img {
display: block;
}

#banner {
margin-bottom: 1px;
background-color: #eee;
}

#nav { /* see other styles below */
margin-bottom: 15px;
background-color: #b8563b;
width: 785px;
float: left;
}

#scancol {
float: left;
width: 173px;
}

.item-l {
border: solid #bacadb;
border-width: 0 1px 1px 0;
padding: 0 7px;
}

.item-r {
border: solid #bacadb;
border-width: 0 0 1px 1px;
padding: 0 7px;
}

.item-padding {
padding: 0 7px;
}

#content {
float: left;
width: 530px;
margin-left: 20px;
margin-right: 10px;
}

#sidebar {
float: right;
width: 185px;
}

#footer { /* see other styles below */
clear: both;
margin-top: 10px;
background-color: #b8563b;
border: 1px solid #3c6899;
}

.clear-all {
clear: both;
line-height: 0px;
height: 0px;
}

/* general link colors */
a {
color: #03c;
text-decoration: underline;
}

a:hover {
color: #39f;
}

a:active {
color: #000;
}

/* styles for 2-column layout */
body.col2 #sidebar { display: none; }
body.col2 #content { width: 560px; }


/* The following sets a minimum height for the page */
/* trick works in IE 6 & 7 and better browsers */ 
#content {
min-height: 450px;
height: auto !important;
height: 450px;
}
/* End of minimum height */


/* =Topper Nav & Search
-------------------------------------------------------- */
#topper {
width: 785px;
}

#topper img.header {
float: left;
display: block;
}

#topper table {
float: right;
margin-top: 11px;
margin-right: 6px;
}

#topper td {
white-space: nowrap;
}

#topper ul {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 0;
margin: 2px 10px 6px 0;
line-height: 1.2em;
}

#topper ul li { 
list-style-type: none;
display: inline;
float: left;
}

#topper ul li a {
color: #1a4d87;
text-decoration: none;
padding: 0px 10px;
border-right: 1px solid #1a4d87;
}

#topper ul li a:hover {
text-decoration: underline;
color: #39f;
}

#topper ul li a:active { 
color: #2a85ee; 
}

#topper ul li.last a { 
border-right: none;
}

#topper form {
margin: 0;
}

#topper input.sfield { 
width: 125px;
margin: 0;
color: #999;
border: 1px solid #757575;
text-indent: 3px;
}

#topper input.sfield:focus {
color: #000;
background-color: #ffd;
}

#topper input.gobutton {
width: 28px;
height: 20px;
margin: 0 0 4px 1px;
vertical-align: middle;
}


/* =Main Navigation Tabs
-------------------------------------------------------- */
#nav ul {
padding: 0;
margin: 0 auto; /* centers the list based on it's width */
width: 600px; /* set width on UL */
}

#nav ul li {
display: inline;
}

#nav ul li a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
text-decoration: none;
padding: 4px 0;
float: left;
width: 100px; /* set width on each anchor */
text-align: center;
border-right: 1px solid #fff;
}

#nav ul li a:hover {
color: #fff;
background-color: #931;
}

#nav ul li.last a {
border: none;
}


/* =Fonts in Content column
-------------------------------------------------------- */
#content h1, #content h2, #content h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}

#content h1 {
font-size: 20px;
color: #b8563b;
margin: 0;
}

#content h2 {
font-size: 15px;
color: #b8563b;
margin: 0;
margin-top: 1em;
}

#content h3 {
font-size: 13px;
color: #b8563b;
margin: 0;
margin-top: .4em;
}

#content p, #content ul, #content ol, #content blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
color: #333;
margin-top: 1em;
margin-bottom: 1em;
}


/* quote class */
#content p.quote {
margin-top: 1.5em;
border-top: 1px solid #FBD4C9;
border-bottom: 1px solid #FBD4C9;
padding: 7px 25px 7px 25px;
line-height: 1.4em;
color: #b8563b;
}

#content p.caption {
line-height: 1.4em;
font-size: 9px;
}


/* New: This trick makes less space between headings and the text
   that follows, while keeping normal space between headings and
   images, tables and other non-text elements. This doesn't work
   with IE 6 but its does with IE 7 and better browsers. 
----------------------------------------------------------------- */
#content h1+p, #content h2+p, #content h3+p,
#content h1+ul, #content h2+ul, #content h3+ul,
#content h1+ol, #content h2+ol, #content h3+ol,
#content h1+blockquote, #content h2+blockquote, #content h3+blockquote {
margin-top: 0.5em;
}

#content ul { 
list-style-type: square; 
}

#content li { 
line-height: 1.4em;
padding-bottom: 0.5em; 
} 

#content td { 	/* default small type size for table cells */
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 1.2em;
color: #333;
}



/* =Scancol & Sidebar
-------------------------------------------------------- */

#scancol h2, #sidebar h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #b8563b;
}

#scancol h2.res, #sidebar h2.res {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #b8563b;
margin: 0.7em 0;
}

#sidebar h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000;
margin: 0;
line-height: 1.4em;
margin-top: 1em;
}

#sidebar p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000;
margin: 0;
line-height: 1.4em;
margin-bottom: 0.5em;
margin-left: 8px;
}

#scancol p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000;
line-height: 1.4em;
margin: 0.5em 0em;
}

#scancol p.address, #scancol p.address-low {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.2em;
}

#scancol p.address-low {
margin-top: 70px;
}

/* menus for program pages */
#scancol ul, #sidebar ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.2em;
list-style-type: none;
padding: 0;
margin: 0;
margin-bottom: 80px;
}

#scancol li  {
padding: 4px 12px 6px 0;
}

#sidebar li {
padding: 4px 12px 6px 0;
}

#scancol li a, #sidebar li a {
text-decoration: none;
color: #585858;
}

#scancol li a:hover, #sidebar li a:hover {
text-decoration: underline;
color: #1a4d87;
}


/* =Footer
-------------------------------------------------------- */
#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fff;
margin: 1em;
text-align: center;
}

#footer p.links {
margin-top: 0.5em;
margin-bottom: 1em;
font-weight: bold;
}

#footer p.links a {
margin-left: 12px;
margin-right: 12px;
}

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

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

#footer a.unline {
text-decoration: underline;
}





