/* NEWSPASTYLE.CSS */

html, body {
text-align: center;
margin: 0;
padding: 0;
background-color: white;
color: black;
font-family: arial, sans-serif;
}

.content {
margin-left: 110px;
text-align: left;
}

td#content img {                 /* Stops IMAGES butting up too close */
border-style: none;
margin: 5px;
}

td#header {
width: 97%;
background: #0fb3f0;
color: white;
border-left: 1px solid white;
padding-bottom: 10px;
padding-top: 5px;
}

td#bb {
font-size: 25px;
font-weight: bold;
color: white;
background-color: #0fb3f0;
text-align: center;
border-right: 1px solid white;
}

td#header, td#bb {
border-top: 3px solid white;
border-bottom: 1px solid white;
}

td#sidepics img{
border-style: none;
margin: 0 0px 2px 0;
}

#bb {
padding-left: 33px;
padding-right: 33px;
}

#sidepics {
width: 120px;
}

#sidepics, #info {
vertical-align: top;
}

.box {
border-style: solid;
border-width: 1px;
border-color: black;
text-align: center;
}

.info {
padding: 0 12px 0 12px;
}

.info img {
padding-left: 5px;
padding-right: 10px;
}

.clr {
clear: both;
}

.divcen {
margin-left: auto;
margin-right: auto;
}

.cen {
text-align: center;
}

.blk {
color: black;
background: transparent;
}

.grey {
color: #aaaaaa;
background: transparent;

}

.emp {
color: black;
background: transparent;
font-weight: bold;
}

.smtxt {
font-size: 11px;
}

.txt-r {
text-align: right;
}

.txt-r-hi {
text-align: right;
margin-top: -18px;
}

.txt-l {
text-align: left;
}

.spablu {
color: #0fb3f0;
background: transparent;
}

h1 {
font-size: 40px;
font-weight: lighter;
color: white;
background-color: #0fb3f0;
text-align: center;
margin-bottom: 1px;
margin-top: 0px;
}

h2 {
color: #0fb3f0;
background-color: transparent;
font-size: 20px;
text-align: left;
font-style: oblique;
}

h3 {
text-align: left;
font-size: 15px;
margin-left: 10px;
}

h4 {
text-align: center;
}

h5 {
color: #000000;
background-color: transparent;
font-size: 20px;
text-align: left;
font-style: oblique;
}

ul, ol{
text-align: left;
padding-left: 20px;
margin-left: 20px;
}

li {                        /* Give LISTS more space between items */
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

.spablu {
color: #0fb3f0;
background: transparent;
}

a {
font-size: 13px;
}

a:link {
color: #000000;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: #950000;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #0000ff;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: #00aa00;
background-color: transparent;
}

#bb a {
font-size: 25px;
color: white;
background: transparent;
font-weight: lighter;
}


