/* Defaults for the page */
body {
    font-family:        "Verdana","Helvetica",sans-serif;
    font-size:          12px;
    color:              #000000;
    background-color:   #FFFFFF;
    margin:             0px 0px 0px 0px;
    padding:            10px 10px 10px 10px;
}

img {
    border:             none;
}

/* Photographs and thumbnails */
img.photo {
    border:             1px solid black;
}

/* Normal and selected links */
a:link,a:active {
    text-decoration:    none;
}

/* Links when the mouse is over them */
a:hover {
    text-decoration:    none;
    outline-style:      dotted;
    outline-width:      1px;
}

/* Visited links */
a:visited {
    text-decoration:    none;
}

/* Main body table */
#main_table {
    width:              100%;
    border:             1px solid #000000;
}

/* Header panel */
#header_cell {
    text-align:         center;
    vertical-align:     middle;
    border-bottom:      1px solid black;
}

/* Title text in the header */
#title_div {
    vertical-align:     middle;
    font-size:          200%;
    font-weight:        bold;
    height:             100%;
}

/* Menu panel */
#menu_cell {
    text-align:         left;
    vertical-align:     top;
    padding:            3px 3px 3px 3px;
}

/* Menu items */
.menu_item,.menu_item_multi {
    display:            list-item;
    list-style-position:inside;
    list-style-type:    disc;
    padding-bottom:     2px;
    cursor:             default;
}

/* Menu items with children */
.menu_item_multi {
    list-style-type:    disc;
}

.menu_item_multi .menu_item {
    margin-left:       3em;
}

.menu_item_multi .menu_item_multi {
    margin-left:       3em;
}

/* Main body panel */
#body_cell {
    border-left:        1px solid black;
    background-color:   #FFFFFF;
    background-image:   url("images/background_flower_tr.jpg");
    background-position: top right;
    background-repeat:  no-repeat;
    text-align:         left;
    vertical-align:     top;
    padding:            5px 5px 5px 5px;
}

/* Title text */
.title_text {
    font-size:          175%;
    font-weight:        bold;
}

/* Body text */
.body_text {
}

/* Text in the address */
.address_text{
   font-size: 		125%;
   font-weight:		normal;
   text-align:      left;
}

/* Paragraphs in body text */
.body_text p {
    text-indent:        3em;
    margin-bottom:      0.5em;
}

/* Horizontal rules in the body */
#body_cell hr {
    width:              75%;
    border-top:         none;
    border-left:        none;
    border-right:       none;
    border-bottom:      1px dotted #000000;
}

.right_column{
    background-color: #FFFFFF;
}

.quote_text {
    margin:             6px 6px 6px 6px;
    padding:            4px 4px 4px 4px;
    border:             1px solid black;
}

.indent {
    margin-left:        6em;
}

/* Subtitles */
.subtitle_text {
    font-size:          125%;
    font-weight:        bold;
}

/* News items */
.news_item {
    margin-top:         6px;
    margin-left:        10px;
    margin-right:       10px;
    margin-bottom:      10px;
    border:             1px solid black;
}

/* News item titles */
.news_item_title {
    border-bottom:      1px solid black;
    font-weight:        bold;
    text-align:         center;
    padding-left:       3px;
    padding-right:      3px;
}

/* News item dates */
.news_item_date {
    border-bottom:      1px solid black;
    text-align:         center;
    padding-left:       3px;
    padding-right:      3px;
}

/* News item blurb */
.news_item_text {
    padding:            6px 6px 6px 6px;
}

/* Link sections in news items */
.news_item_links {
    border-top:         1px solid black;
    padding-left:        6px;
    padding-right:       6px;
}

/* A reference link in a news item */
.news_item_link {
    display:            list-item;
    list-style-position:inside;
    list-style-type:    disc;
}

/* The footer panel */
#footer_cell {
    text-align:         center;
    vertical-align:     middle;
    padding:            3px 3px 3px 3px;
    border-top:         1px solid black;
}

/* The webring table */
.webring_table {
}
