h1 {
 background-color: #003C7B;
 background-image: url(/templates/lib/images/gradDarkBlue.png); 
 background-position: top;
 background-repeat: repeat-x;
 color: #FFFFFF;
}

h2 {
 background: inherit;
 color: #000000;
}
h2 a {
 background: inherit;
 color: #000000;
}
h2 a:hover {
 background: inherit;
 color: #000000;
}
h2 a:visited {
 background: inherit;
 color: #000000;
}

h3 {
 background: inherit;
 color: #CB6608;
}
h3 a {
 background: inherit;
 color: #CB6608;
}
h3 a:hover {
 background: inherit;
 color: #CB6608;
}

#middle {
 background: #F0F6FF;
 border-bottom: 2px solid #F0F6FF;
}
