body {
    margin: 0px;
    padding: 0px;
    background-color: #dadada;
    background-image: url(/images/layout/ground.gif);
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #676767;
    line-height: 20px;
    overflow: scroll;
}

#layout {
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    border-top: none;
    width: 1000px;
    padding: 0px;
    height: auto;
    background-color: white;
}

#up {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: 60px;
    background-image: url(/images/layout/up.jpg);
    background-repeat: no-repeat;
}

#logo {
    position: relative;
    top: 17px;
    left: 27px;
    margin: 0px;
    border: none;
    width: 280px;
    padding: 0px;
    height: 40px;
    float: left;
}

ul#links {
    position: relative;
    top: 10px;
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    text-align: right;
    float: right;
}

ul#links li {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px 10px 0px 0px;
    height: auto;
    display: inline;
    list-style: none;
}

div.photos {
    margin: 0px;
    margin-top: 10px;
    border: none;
    width: 1000px;
    padding: 0px;
    height: 151px;
}

div.photoleft {
    float: left;
    margin: 0px;
    border: none;
    width: 666px;
    padding: 0px;
    height: 151px;
}

a.photo1 {
    margin: 0px;
    border: none;
    width: 333px;
    padding: 0px;
    height: 151px;
    background-repeat: no-repeat;
    float: left;
}

a#plphoto1 {
    background-image: url(/images/layout/plphoto1.jpg);
}

a#enphoto1 {
    background-image: url(/images/layout/enphoto1.jpg);
}

a.photo2 {
    margin: 0px;
    border: none;
    width: 333px;
    padding: 0px;
    height: 151px;
    background-repeat: no-repeat;
    float: right;

}

a#plphoto2 {
    background-image: url(/images/layout/plphoto2.jpg);
}

a#enphoto2 {
    background-image: url(/images/layout/enphoto2.jpg);
}


a.photo3 {
    margin: 0px;
    border: none;
    width: 334px;
    padding: 0px;
    height: 151px;
    background-repeat: no-repeat;
    float: right;
}

a#plphoto3 {
    background-image: url(/images/layout/plphoto3.jpg);
}

a#enphoto3 {
    background-image: url(/images/layout/enphoto3.jpg);
}


a:hover.photo1, a:hover.photo2 {
    margin: 0px;
    border: none;
    width: 333px;
    padding: 0px;
    height: 151px;
    background-color: white;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a:hover.photo3 {
    margin: 0px;
    border: none;
    width: 334px;
    padding: 0px;
    height: 151px;
    background-color: white;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

div.buttons {
    margin: 0 auto;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
}

ul.buttons {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    text-align: left;
    letter-spacing: 1px;
}

ul.buttons li {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    list-style: none;
    display: block;
}

ul.buttons li a {
    border: solid 1px #CCCCCC;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 3px 5px 3px 30px;
    width: 131px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

ul.buttons li a.grey {
    background: #EDEDED;
}

ul.buttons li a.orange {
    background: #fbe7c6;
}

ul.buttons li a.blue {
    background: #c9d5e5;
}

ul.buttons li a:link {	
    color: #888888;
}

ul.buttons li a:visited {	
    color: #888888;
}

ul.buttons li a:hover {	
    color: black;
    letter-spacing: 2px;
}

ul.buttons li a:active {	
    color: black;
    letter-spacing: 2px;
}

#text {
    margin: 12px;
    border: none;
    width: 976px;
    padding: 0px;
    height: auto;
}

#textleft {
    margin: 0px;
    margin-right: 6px;
    border: none;
    width: 168px;
    padding: 0px;
    height: auto;
    background-color: white;
    float: left;
}

#textright {
    margin: 0px;
    border: solid;
    border-color: #dadada;
    border-width: 1px;
    width: 800px;
    padding: 0px;
    height: auto;
    float: right;
}

#bottom {
    margin: 0px;
    border: none;
    width: 976px;
    padding: 0px;
    height: 8px;
    display: block;
    clear: both;
}

div.heading {
    margin: 0px 0px 0px 0px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #dadada;
    border-bottom-width: 1px;
    width: auto;
    padding: 3px 3px 4px 3px;
    height: auto;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

#textleft div.heading  {
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    border: solid 1px #dadada;
}

div.main {
    margin: 0px;
    border: none;
    width: auto;
    padding: 5px 10px 10px 10px;
    height: auto;
}

p {
    margin: 0px;
    margin-bottom: 10px;
    width: auto;
    padding: 0px;
    height: auto;
}

a:link {
    text-decoration: none;
    color: #4e5fa5;
}

a:visited {
    text-decoration: none;
    color: #727272;
}

a:hover {
    text-decoration: none;
    color: #f19f31;
}

a:active {
    text-decoration: none;
    color: #f19f31;
}

h1 {
    margin: 0px 0px 10px 0px;
    border-bottom: dotted;
    border-bottom-color: #dadada;
    border-bottom-width: 1px;
    width: auto;
    padding: 0px 0px 2px 0px;
    height: auto;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}

h2 {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px 0px 5px 0px;
    height: auto;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

h3 {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px 0px 5px 0px;
    height: auto;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

h4 {
    margin: 0px;
    margin-top: 5px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

h5 {
    margin: 0px;
    margin-top: 3px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

table.fields {
    margin: 0 auto;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
}

table.fields td {
    margin: 0px;
    border: none;
    width: auto;
    padding: 10px;
}

div.topleft {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    background-image: url(/images/layout/field/tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.topright {
    margin: 0px;
    border: none;
    width: auto;
    padding: 15px;
    height: auto;
    background-image: url(/images/layout/field/tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

div.bottomleft {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    background-image: url(/images/layout/field/bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.bottomright {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    background-image: url(/images/layout/field/br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

div.top {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    background-image: url(/images/layout/field/top.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #f3b35b;
}

div.bottom {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    background-image: url(/images/layout/field/bottom.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

table.fields a {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    display: block;
}

table.fields a:hover {
    margin: 0px;
    border: none;
    width: auto;
    padding: 0px;
    height: auto;
    display: block;
    color: black;
}

inlinea {
    display: inline;
}

#headlines {
    border: solid #dadada 1px;
    padding: 5px 5px 5px 5px;
    margin-top: 2px;
    font-size: 11px;
}

#headlines div.headline {
    padding: 3px 3px 10px 3px;
    margin-bottom: 5px;
    border-bottom: solid 1px #dadada;
}

#headlines.grey {
    background: #EDEDED;
}

#headlines.orange {
    background: #fbe7c6;
}

#headlines.blue {
    background: #c9d5e5;
}

