#banner {
height: 200px;
width: 800px;
background: url(images/banner.png);
}
#ticker {
color: #304047;
font-family: sans-serif;
font-size: 10px;
}
#leftmenu {
color: #304047;
width: 140px;
background: url(images/leftmenubg.png);
font-family: sans-serif;
font-size: 10px;
text-align: left;
}
#content {
width: 520px;
color: #304047;
background: url(images/contentbg.png);
font-family: sans-serif;
font-size: 10px;
}
#content_padding {
padding: 5px;
}
#rightmenu {
color: #304047;
width: 140px;
background: url(images/rightmenubg.png);
font-family: sans-serif;
font-size: 10px;
text-align: right;
}
#footer {
height: 80px;
width: 800px;
background: url(images/footerbg.png);
}

.pagetitle {
color: #304047;
text-align: center;
font-weight: bold;
height: 18px;
width: 460px;
background: url('images/pagetitlebg.png');
}
.pagetitle_text {
padding-top: 3px;
}
.leftmenu_padding {
padding: 0px 6px;
}
.newsbox {
width: 480px;
padding: 2px 5px;
border-width: thin;
border-style: dashed;
border-color: #304047
}
.newsbox_title {
text-align: center;
font-weight: bold;
}
.newsbox_date {
text-align: center;
font-weight: oblique;
}

body {
background: url(images/bg.png)
}

a:link {
text-decoration: none; color: #5b6a70;
}
a:visited {
text-decoration: none; color: #5b6a70;
}
a:active {
text-decoration: none; color: #5b6a70;
}
a:hover {
text-decoration: none; color: #91a5ae;
}

