.bordered {
    border: 1px solid black;
}

.strike {
    text-decoration:line-through;
}

.futuretalkspanel {
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-top: 0.5em;
    margin-bottom: 1em;
    background-color: #f3f3f3;
    border: 1px dashed black;
}

.contacttitle {
    font-weight: bold !important;
    font-size: 1.2em;
}

.pagedetail { 
    background: #cacaca !important;
}

body {
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    margin: 0px auto;
    background: url(../images/body_bg.jpg) repeat-x top left #999999;
    width: 100%;
    font-size: 1em;
}

h1 { 
    font-weight: bold !important;
}

h2 { 
    font-weight: bold !important;
}

.header {
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    height: 300px;
    background: url(../images/header.jpg) no-repeat top left;
}

hr {
    background: black;
}

hr.space {
    background: #cacaca; 
    color: #cacaca;
}

.red {
    color: #ff0000;
}

.h2i {
    font-size:2em;
    margin-bottom:0.75em;
    font-weight: bold !important;
}

.h1i {
    font-size:3em;
    line-height:1;
    margin-bottom:0.5em;
    font-weight: bold !important;
}

.journallisting {
    padding-bottom: 1em;
}

.archivelist li {
    padding-bottom: 1em;
}

.societylink {
    padding-bottom: 1em;
}

.programmelink {
    padding-bottom: 2em;
}

.footer {
    background: #686868 !important;
    padding: 0em;   
}

.linkpanel {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    background-color: #f3f3f3;
    border: 1px dashed black;
}

.linktitle {
    font-size: 1.4em;
}

.linkdescription {
    color: green;
    padding: 0em 10em 0em 0em;
}

.contactbox {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    background-color: #f3f3f3;
    border: 1px dashed black;
}

.menu {
    margin: 0em;
    padding: 0em;
}

/* Menu stuff */
ul.menu {
    background-color: #521A12;
    border:1px solid #000;
    list-style-type:none;
    width:auto;
    height: 2em;
    position:relative;
    display:block;
}

ul.menu li {
    display:block;
    float:left;
    margin:0;
    padding:0;
}

ul.menu li a {
    float:left;
    color:#edefed;
    text-decoration:none;
    padding: .45em .45em 0;
    font-weight:normal;
}

ul.menu li a:hover,.current {
    text-decoration:none;
    background-color: #129a23;
}