body {
        margin: 10px auto 10px auto;
        font-family: arial, san-serif;
        font-size: 15px;
        /*background-color: #70D593;*/
        background-image: url('images/mainbg.jpg');
        background-repeat: repeat-x;
        padding: 0px;
        color: #000;
}

h1 {
        font-size: 28px;
        margin-top: 0px;
}

h2 {
        font-size: 18px;
        margin-top: 0px;
}

h3 {
        font-size: 18px;
        text-align: center;
}

a img {
        border: none;
}

a {
        color: #000;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

#content {
        margin: 0 auto;
        padding: 0px;
        width: 1056px;
        background-color: #B6F7CD;
        background-image: url('images/drop_bg.jpg');
        background-position: top center;
        background-repeat: repeat-y;
        text-align: left;
}

#header {
        width: 1056px;
        height: 153px;
        margin: 0 auto;
        padding: 0px;
        background-position: top center;
        background-image: url("images/header_drop_top.jpg");
        background-repeat: no-repeat;
}

#flash {
        margin-left: 28px; /* width of the drop shadow */
}

#main {
        padding: 0 1px;
        background-color: #B6F7CD;
}

/* Left Column */                               
#leftcol {
        float: left;
        width: 150px;
        font-size: 14px;
        margin-left: 28px; /* width of the drop shadow */
}

.title {
        background-image: url("images/title.jpg");
        background-repeat: no-repeat;
        height: 40px;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        padding-top: 10px;
        margin-bottom: -10px; /* simply for the sake of keeping the spacing neat */
}

#language {
        border: solid 1px #38A969;
        background-color: #A4F9C2;
        text-align: left;
        width: 150px;
}

#language img {
        vertical-align: middle;
        padding: 5px;
        padding-left: 20px;
}

/* Navigation */        
#navigation {
        background-color: #6FFAA1;
        border: solid 1px #38A969;
        width: 150px;
        margin-top: 5px;
}
        
#navigation ul {
        width: 150px;
        margin-top: 5px;
        padding: 0px;
        padding-bottom: 10px;
        list-style-type: none;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
}

#navigation .title {
        padding-bottom: 10px;
}

#navigation li {
        padding: 0px;
        background-image: url("images/navbuttons.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        width: 150px;
        height: 34px;
}

#navigation li a {
        display: block; /* makes the link the width of the li */
        width: 140px; /* minor fix to compensate for the text padding */
        height: 26px;
        padding-left: 10px;
        padding-top: 8px;
}

/*Nav End */    

/* Left Column End */


/* Middle Column */
#midcol {
        float: left;
        width: 688px;
        margin: 0px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px;
        margin-bottom: 5px;
}

#midcol .menu {
        list-style: none;
        padding: 0;
        margin: 5px 0;
}

#midcol .menu li {
        display: inline;
}


#midcol .menu li a {
        padding: 5px;
}

#midcol .menu li a:hover {
        background-color: #6ffaa1;
        padding: 5px;
}

#welcome {
        float: left;
        background-image: url("images/bg.jpg");
        background-repeat: repeat-x;
        background-color: #72f8a1;
        width: 648px;
        min-height: 450px;
        padding: 20px;
        border: solid 1px #38A969;
}

#map {
        margin: auto;
        text-align: center;
}

#map img {
        border: solid 1px #38A969;
}

#latestNews, #latestEvents {
        float: left;
        width: 330px;
        margin-top: 5px;
        min-height: 165px;
        padding: 5px;
        font-size: 12px;
        border: solid 1px #38A969;
        background-color: #74F8A4;
}

.newsStory h2 {
        clear: right;
}

#latestEvents {
        float: right;
        margin-right: -2px;
}

.newsimagesmall, .newsimagelarge {
        float: right;
        padding: 0 5px 5px 5px;
}

.more {
        text-align: right;
        font-weight: bold;
        margin: 0px;
}

.morenews {
        padding-top: 10px;
        font-weight: bold;
}


/* Middle Column End */

/* Right colum */
#rightcol {
        float: left;
        width: 150px;
}

#rightcol img {
        margin: 5px 0px;
}
/* Right Column End */          

#engfooter, #cymfooter {
        background-image: url("images/footer_eng.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        width: 1056px;
        height: 127px;
        clear: both;
        text-align: right;
        font-size: 12px;
}

#cymfooter {
        background-image: url("images/footer_cym.jpg");
}

#footerContent {
        position: relative;
        top: 100px;
        padding-right: 50px;
}

#footerContent img {
        vertical-align: bottom;
        padding-right: 5px;
}

#dropfooter {
        height: 28px;
}

/* Text End */

