#links a:link {color: #FFCCCC; text-decoration:none}
#links a:visited {color: #FFCCCC; text-decoration:none}
#links a:hover {color: #FFCCCC; text-decoration:none}

#contents a:link {color: #774411; text-decoration:none}
#contents a:visited {color: #774411; text-decoration:none}
#contents a:hover {color: #774411; text-decoration:underline}

* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #001900;
    font-family: Gill Sans, Verdana, Arial, sans-serif;
    font-size: 10pt;
    position: relative;
}

#container {
    height: 100%;
    margin: 0px auto;
    position: relative;
    width: 692px
}

.imageContainer {
    max-width:100%;
    max-height:100%;
}

#title {
    background-image: url(images/title.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 151px;
}

#links {
    background-color: #3C1F01;
    width: 692px
}

#contents {
    background-color: #44a832; 
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid #3C1F01;
    min-height: 100%;
    padding: 10px;
    text-align: justify
}

#info {
    padding: 5px
}

h1 {
    background-image: url(images/claddagh_branch.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 33px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%
}

h2 {
    font-weight: bold;
    margin: 0px;
}

#links h2 {
    color: #FFFFCC;
    font-size: 10pt;
    font-variant: small-caps;
}

#info h2 {
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border-bottom: 2px groove #006600;
    color: #003300;
    font-size: 10.5pt;
    margin-bottom: 5px;
    padding-bottom: 1px;
    padding-left: 17px
}

h3 {
    color: #3C1F01;
    display: inline;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 3px;
    text-decoration: underline
}

h4 {
    color: #003300;
    display: inline;
    font-size: 8pt;
    font-weight: bold;
}

img {vertical-align: middle}

p {padding: 2px 0px}

p.image {text-align: center}
p.noticeHeader {
    text-align: center;
    font-size: 20;
    font-weight: bold;
}
p.notice {
    text-align: left;
    font-size: 17;
}

table {width: 100%}

td {
    border: 1px solid #774411;
    text-align: center;
    width: 16%
}
