/* 
/* Basic tags
*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
a {
}
a:visited {
    color: blue;
}
form, fieldset {
    margin: 0;
    padding: 0;
}
ul, li, input {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
iframe {
    width: 0;
    height: 0;
    border: 0;
}
ul, li {
    list-style-position: none;
    list-style-type: none;
}
button {
    height: 20px;
    font-size: 11px;
}
select {
    width: 170px;
}
td {
    border-spacing: 0px;
    border-collapse: collapse; 
}
th { vertical-align: middle }
td { vertical-align: middle }

table   { border-collapse: collapse }
table { border:solid black 1px}
td { 
    border:solid black 1px;
    padding: 2px;
    text-align: left;
}

/*
/* basic classes
*/
.clearboth {
    clear: both;
}
.visible {
    display: block;
}
.invisible {
    display: none;
}
.text {
    color: #000;
}

/*
/* basics elements
*/
h2 {
    font-family: Georgia, Garamond, Times, serif;
    font-size: 21px;
    font-weight: normal;
    font-variant: small-caps;
    color: #8c8c8c;
    margin-bottom: 20px;
    text-align: left;
}
p.warning {
    background-color: #cc0000;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    width: 340px;

}
div.warning {
    margin-left: 10px;
    margin-top: 10px;
}
/*
/* form elements
*/
input, select, textarea {
    color: #000;
    background-color: #fff;
    font-size: 11px;
    padding: 1px;
}
input {
    width: 100px;
}
button {
    color: #ffc000;
    background-color: #478dc2;
    border: 0;
    white-space: nowrap;
    margin-bottom: 3px;
    width: 104px;
    font-weight: bold;
}
textarea {
    width: 300px;
    height: 200px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*
/* Layout
*/
div#container {
    text-align: center;
    margin: auto;
    margin-left: 20px;
    background-color: #fff;
}
div#header {
}
h1#headerTitle {
    display: none;
}
div#header img {
    margin-top: 0px;
}
div#body {
    text-align: center;
    margin: auto;
    text-align: left;
    width: 726px;
}
div#content {
    font: 11px Verdana, Helvetica, sans-serif;
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}
div#footer {
    color: #a3a3a3;
    font-size: 10px;
    margin-top: 50px;
    padding-bottom: 10px;
}
div#footer a {
    color: #808080;
    text-decoration: none;
}
div#footer a:hover {
    text-decoration: underline;
}


/*
/* Menu
*/
ul#menu {
    float: left;
    margin-top: 20px;
    width: 240px;
}
ul#menu li {
    background-color: #031056;
    border-bottom: 1px solid #fff;
}
ul#menu li ul {
    /*display: none;*/
}
ul#menu li ul li {
    background-color: #3398cc;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #3398cc;
}
ul#menu li.selected a {
    font-weight: bold;
    color: #FFF;
}
ul#menu li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 4px;
}
ul#menu li a:hover {
    text-decoration: underline;
}
.menuBullet {
    height: 15px;
    width: 3px;
    margin-right: 5px;
    background-color: yellow;
}
/*
/* text
*/
div#text {
    float: left;
    width: 455px;
    line-height: 17px;
    font-size: 12px;
}
div.text {
    text-align: justify;
}
.highlight {
    background-color: #C7E3FF;
}

/* gallery */
div#gallery {
}
div#gallery ul {
    width: 450px;
}
div#gallery ul li {
    float: left;
    width: 215px;
    height: 250px;
    background-color: #f0f0f0;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
div#gallery ul li p {
    margin-top: 5px;
}
div#gallery ul li img {
    margin-top: 10px;
}