/* <BASIC> */
body {
    background-color: #fff;
}
div.main {
	width: 1110px;/*989px;*/
	margin-top: 0px; 
	margin-bottom:25px; 
}
/* </BASIC> */

/* <TOP> */
div.top {
    height: 101px;
    width: 1110px;/*989px;*/
}
/* </TOP> */

div.middle {
    background-image: url('/layout/background.png');
    background-repeat: repeat-y;
    text-align: center;
    width: 100%;
}
table.middle_table {
    margin-left: 90px;/*25px;*/
    margin-right: 75px;/*10px;*/
    vertical-align: top;
}
td.left {
    text-align: left;
    width: 203px;
}

/* <MENU> */
td.left div.menu {
    margin-top: 5px;
    width: 100%;
}
div.menu div.level_0 div.item {
    background-image: url('/layout/menu_divider.png');
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 203px;   
}
div.menu div.level_0 div.item a {
    padding-left: 10px;
}
div.menu div.level_0 div#activemenuitem {
    background-image: url('/layout/menu_divider.png');
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 1px;
    width: 203px;   
}
div.menu div.active_root_folder div.level_0 div#activemenuitem {
    background: none;
    padding-bottom: 1px;
    width: 203px;   
}
div.menu div.level_0 div.active div.item {
    background-image: url('/layout/level0active.gif');
    background-position: left top;
    background-repeat: repeat-y;
}
div.menu div.active_root_folder {
    background-image: url('/layout/menu_divider.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
div.menu div.level_0 div.active div.folder {
    background-image: url('/layout/down_arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}
/* </MENU> */

td.center{
	width:100%;
	padding: 5px 25px 5px 25px;
	text-align: left;
}

td.right {
    max-width: 220px;
    min-width: 220px;
    text-align: left;
    width: 220px;
    padding-right: 10px;
}
div.modules_right {
    margin-top: 5px;
    width: 220px;
}

/* <NEWS> */
div.modules_right div.eventpane div.header h3 {
    font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif;
}
div.modules_right div.eventpane div.dateabove a {
    color: #981002;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
div.modules_right div.eventpane div.title {
    display: none;
}
div.modules_right div.eventpane div.preamble {
    display: block;
    font-style: normal;
}
div.modules_right div.eventpane div.item {
    border-bottom: 1px solid #d3d1d1;
    padding-bottom: 15px;
    padding-top: 5px;
}
div.modules_right div.eventpane div.archivelink div.item {
    border: 0px;
    color: #4d4c4c;
    font-style: italic;
    text-align: right;
}
/* </NEWS> */

/* <BOTTOM> */
div.bottom {
    background-image: url('/layout/background.png');
    background-repeat: repeat-y;
    text-align: center;
}
div.modules_bottom {
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-left: 70px;/*5px;*/
    margin-right: 70px; /*5px;*/
    padding-bottom: 10px;
    padding-top: 10px;
}
div.bottom a {
    color: #a2a1a1;
    text-decoration: none;
}
div.bottom table {
    margin: auto;
}
/* </BOTTOM> */

/* <POWEREDBYOEW> */
div.poweredbyoew {
    float: right;
    height: 89px;
    left: -40px;/*15px;*/
    position: relative;
    top: -120px;
    width: 10px;
}
/* </POWEREDBYOEW> */