
/* CSS Document: linked from news-articles.htm */

body {
background: url("/amcomb.jpg") #4f6e8f repeat-x;
}

#outerWrapper #contentWrapper {
background: url("/news/newstop.jpg") #fff no-repeat scroll top;
margin: 20px 50px 0px 50px;
padding: 0px 0px 0px 0px;
}

#outerWrapper #contentWrapper #newsContent {
margin: 0px 0px 0px 0px;
padding: 20px 30px 0px 30px;
}

#newstab {
position: fixed;
right: 100px;
top: 100px;
}

hr {
width: 100%;
text-align: left;/*this will align it for IE*/
margin: 5px auto 10px 0px; /*this will align it left for Mozilla*/
padding: 0px;
height: 0px;
border: 0px;
border-top: 1px solid #4f6e8f;
}

.qa-Q {
color:#0a6ba2;
font-variant:small-caps;
}

.qa-A {
color:#992F21;
font-variant:small-caps;
}