body {
margin: 0px;
text-align: center;
background-color: #C8DFFF;
}
h4 {
font-size: 13px;
margin: 0;
padding: 0;
}

#banner {
background-image: url(images/banner.jpg);
background-position: top center;
background-repeat: no-repeat;
display: block;
width: 800px;
height: 125px;
}
#content {
background-color: #FFFFFF;
font-family: arial, verdana, sans-serif;
font-size: 12px;
color: #222222;
width: 760px;
padding: 20px;
}
#content a {
text-decoration: none;
color: #336699;
font-weight: bold;
}
#content a:hover {
color: #33D96A;
}
#copyright {
margin-top: 100px;
margin-bottom: 0px;
text-align: center;
color: #444444;
font-size: 11px;
}
#nav {
background-color: #F6F6F6;
border-top: 1px solid black;
border-bottom: 1px solid black;
height: 25px;
padding-left: 10px;
font-family: verdana;
font-size: 11px;
}
#nav ul {
margin: 0px;
list-style-type: none;
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
#nav li {
display: inline;
margin-left: 7px;
}
#nav a {
text-decoration: none;
color: #336699;
}
#nav a:hover {
color: #6699CC;
}
#welcome {
border: 1px solid #3D6183;
padding: 5px;
font-size: 10px;
background-color: #E0EBF5;
}
#wrapper {
width: 800px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image: url(images/wrapper_bg.gif);
background-repeat: repeat-y;
}

.news {
font-family: arial, verdana sans-serif;
font-size: 12px;
}
.newscontent {
margin-top: 0px;
padding: 5px;
font-family: arial, verdana sans-serif;
font-size: 11px;
background-color: #F0F0F0;
border-top: 1px solid #1A4975;
border-bottom: 1px solid #1A4975;
}
