h2 { font-size: 18px; }
body {
    background-attachment: fixed;
    background-image: url('/layout/background.jpg');
    background-repeat: repeat-x;
}

div.main {
    border: 0px;
	margin-top: 7px; 
	width: 768px;
}

/* <TOP/MENU> */
div.top {
    background-color: #ccc;
    border: 3px solid #375e9d;
    height: 249px;
    padding: 3px;
    vertical-align: top;
}
div.top object {
    border: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
}
div.menu {
    background-image: url('/layout/menu_background.png');
    background-repeat: no-repeat;
    border: 0px;
    height: 31px;
    margin: 0px;
    padding-left: 13px;
    padding-top: 7px;
    position: relative;
    top: 0px;
}
div.menu td {
    padding-left: 7px;
}
div.menu td.first {
    padding-left: 0px;
}
div.menu table td div.divider {
    color: #fff;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 11.5px;
    margin-top: -3px;
}
div.menu div.item {
    display: inline-block;
}
div.menu div.item a {
    color: #fff;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 11.5px;
}
div.menu div.item a:hover {
    font-weight: normal;
    text-decoration: none;
}
/* </TOP/MENU> */

div.middle {
    background-color: #ccc;
    border: 3px solid #375e9d;
    margin-top: 11px;
    padding: 3px;
    width: 756px;
}
div.middle table.content_table {
    background-color: #fff;
    height: 100%;
    width: 756px;
}
td.center{
    background-image: url('/layout/right_border.png');
    background-position: right top;
    background-repeat: repeat-y;
	max-width: 493px;
	padding: 20px 35px 20px 25px;
	width: 493px;
}
div.modules_center {
    width: 100%;
}
div.modules_center div.page div.preamble img {
    margin-bottom: 10px;
    margin-left: 20px;
}
div.modules_bottom {
    border-top: 1px solid #375e9d;
    width: 100%;
}
div.modules_bottom td p,
div.modules_bottom td p a {
    color: #375e9d;
}
div.modules_bottom table.NOBORDER {
    width: 493px;
}
div.modules_bottom table.NOBORDER img {
    display: none;
}
td.right {
    padding: 20px 20px 20px 20px;
    width: 163px;
}
td.right .pane {
    padding: 0px;
    width: 163px;
}

td.right div.eventpane div.item {
    padding-bottom: 10px;
}
td.right div.eventpane div.preamble,
td.right div.eventpane div.readmore {
    display: block;
}

td.right div.eventpane div.dateabove a {
    color: #375e9d;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 11px;    
}
td.right div.eventpane div.title a {
    color: #375e9d;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
}
td.right div.eventpane div.preamble a {
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 11px;
}
td.right .eventpane .readmore a {
	color: #375e9d;
}
