html {
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    }
body {
    background-image: url(../images/background.jpg);
    font-family: tahoma, arial, sans-serif;
    font-size: 66.5%;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
}
input, select, table, th, td { font-size: 1em }
textarea { 
    font-family: tahoma, arial, sans-serif;
    font-size: 1.2em 
}
h4 {
    font-size: 1em;
}
h3, big {
    font-size: 1.3em;
}
#container {
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 720px;
    height: 100%;
}
#innercontainer {
    position: absolute;
    top: 0px;
    width: 720px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
}
/*
 * the owen hack
 * http://www.albin.net/CSS/OwenHack.html
 * only Gecko will read this - hidden from IE and Opera
 */
head:first-child+body #innercontainer {
        height: auto;
}

#magsoft_search {
    color: black;
}
#top {
    position: relative;
    width: 720px;
    background-color: #fff;
}
#topnav {
    position: absolute;
    top: 5px;
    right: 10px;
    font-variant: small-caps;
    font-size: 12px;
}
#topnav {
    color: #808080;
}
#topnav a {
    text-decoration: none;
    color: #808080;
}
#topnav a:hover {
    text-decoration: underline;
    color: #808080;
}
.search_box {
    border-width: 1px;
    background-color: #ddd;
    color: gray;
}
.search_button {
    font-family: arial, sans-serif;
    font-weight: bold;
    border-width: 1px;
    color: #fff;
    background-color: #56c;
}
#addressbar {
    font-family: Arial, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#menubar {
    position: relative;
    width: 720px;
    height: 29px;
    background-image: url(../images/menu_background.jpg);
    background-repeat: repeat-x;
    z-index: 1001;
}
#menubar a img {
    border: 0;
}
#menucontainer {
    position: absolute;
    left: 80px;
    height: 29px;
    width: auto;
    white-space: nowrap;
    background-color: #fff;
}
#locationbar {
    position: relative;
    top: 0px;
    left: 5px;
    font-family: Arial, sans-serif;
    padding: 5px;
}
#locationbar a {
    color: #000;
}
#content_header {
    position: relative;
    height: 20px;
}
#content {
    position: relative;
    width: 700px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 2em;
}
#bigbanner {
    width: 100%;
    text-align: center;
}
#footer {
    position: absolute;
    bottom: 0px;
    width: 720px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 0.9em;
    background-color: #fff;
}
#news_table_div {
    text-align: center;
}
#news_table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 92%;
}
#news_table td {
    padding-left: 10px;
    padding-right: 10px;
    font-family: arial, sans-serif;
    text-align: left;
    vertical-align: top;
    width: 33%;
}
#news_table td ul {
    margin-left: 0;
    padding-left: 0;
}
#news_table td ul li {
    list-style-type: none;
    padding-bottom: 1em;
}
#news_table td ul li a {
    font-size: 1.2em;
    color: #000;
}
#news_table td ul li a img {
    border-width: 0;
}
div.event {
    border: 2px ridge gray;
    margin: 2em 0;
    padding: 0 1em;
    font-size: 1.1em;
}
ul.inlinelist li {
    display: inline;
    padding-right: 2em;
}
ul.indexlist li {
    padding: 0.3em 0;
}
#logintable {
    padding-left: 0.5em;
}
 
.blue {
    color: blue;
}
.red {
    color: red;
}
.white {
    color: white;
}
.black {
    color: black;
}
.yellow {
    color: yellow;
}
.green {
    color: green;
}
.orange {
    color: #FF8000;
}
.purple {
    color: #A000A0;
}
.maroon {
    color: #800000;
}
.olive {
    color: #999933;
}

