/** BASIC */

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

/** TEXTS */

body, th, td, input, textarea, select {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol, dl {
    text-align: justify;
}

.text2 {
    text-align: center;
}

/** LISTS */

.list1 {
    list-style: none;
}

.list2 {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
    float: left;
    margin: 3px 15px 0px 0px;
}

.img2 {
    float: right;
    margin: 3px 0px 0px 15px;
}

em
{
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

p.header
{
    font-size: 1.2em;
    font-weight: bold;
}

div.contact-info
{
    margin: 0px 0px 10px 10px;
    padding: 5px;
}

div.centered
{
    text-align: center;
    margin: 0px auto;
}

div.link
{
    text-align: center;
    margin: 0px auto 20px;
}

div.link > p
{
    font-size: 1.2em;
    text-align: center;
    margin: 10px auto;
}

/** Event Calendar */

.event-list {
    text-align: center;
    vertical-align: middle;
}

.event-list td {
    border: thin solid black;
}

.ui-tabs-hide { display: block; }
.title
{
    display: block !important;
}
#subtitle { display: none; }
#colB { display: none; }

/* vim:set et sw=4 fdm=marker: */
