body {
    margin:0;
    width:990px;
    max-width:990px;
    height:720px;
    max-height:720px;
    font-family:Helvetica;
    font-size:12px;
    border: solid 1px black;
    overflow:hidden;
    /*background-color:transparent;*/
}
p {
    font-size:12px;
    margin:0px;
    padding: 0px;
}
a {
    color:red;
    text-decoration:none;
}
a:hover {
    cursor:default;
    text-decoration:underline;
}

#body_table {
    width:990px;
    max-width:990px;
    height:720px;
    max-height:720px;
    background-image:url("table_background.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}
td#header {
    height:110px;
    /*border: 1px dashed red;*/
    background-image:url("header.jpg");
    background-position: top left;
    background-repeat: no-repeat;
}
td#footer {
    height:75px;
    /*border: 1px dashed blue;*/
   /* background-image:url("corner.jpg");
    background-position: bottom left;
    background-repeat: no-repeat; */
    padding-left: 40px;
}
td#site_menu {
    width: 160px;
    max-width: 160px;
    padding-left: 40px;
    height: 535px;
    max-height: 535px;
    /*border: 1px dashed green;*/
    /* font-style:italic;*/
    font-size:12px;
}
td#page_content {
    width:800px;
    max-width:800px;
    height: 535px;
    max-height: 535px;
    /*border: 1px dashed black;*/
}
div#content{
    width:800px;
    max-width:800px;
    height:535px;
    max-height: 535px;
    padding: 10px;
    overflow:auto;
}
a.amnu {
    text-decoration: none;
    /* font-style:italic; */
    font-size:11px;  
    font-weight:bold;
    color:#989A9F;
}
a.amnu:hover {
    text-decoration: none;
    color:#ED1C24;
    font-weight:bold;
}
#site_menu table {
    height:100%;
}

/* styles responsible for the news effects */
.news_title {
    color:red;
}
.news_title a{
    text-decoration:none;
}

.news_title a:hover {
    cursor:default;
    text-decoration:underline;
}
.news_container {
    width: 380px;
/* border: 1px solid lightgray; */
}
.news_date {
    text-align:right;
    font-size:9px;
}
.news_content {
    display:none;
    color:gray;
}
.no_space {
     margin:0px;
     padding:0px;
}
.plz_cell {
    font-size: 24px;
     color: red;
}
.mceVisualAid {
	border: 1px dashed red;
}