/* CSS Document */

/** layout styles **/

body {
color: #000000;
/* add tile background */
background-color:#ffffcc;
margin-top: 10px;
}

p, ul, ol, td, th, h1, h2, h3 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

a {
color: #00aeef;
text-decoration: none;
}

a:hover {
color: #544696;
text-decoration: underline;
}

/** language styles **/

#languages {
background-color: #dadada;
height: 20px;
border-bottom: 4px solid #ffffff;
}

#languages td {
font-size: 11px;
}

#languages a {
color: #544669;
}

#languages a:hover {
color: #00aeef;
}


/** menu styles **/

#sidebar {
background: url(images/sidebar.gif) right repeat-y #00aeef;
}

#menu td {
font-family:"Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;
}

#menu img {
position: absolute;
margin-left: 81px;
margin-top: 5px;
z-index: 200;
}

#menu a {
padding: 2px 0px 2px 2px;
background-color: #00aeef;
width: 84px;
display: block;
border-bottom: 1px solid #ffff33;
color: #ffffff;
}

#menu a:hover {
background-color: #544669;
color: #ffff33;
}

#menu .dropdown {
margin-left: 90px;
margin-top: -23px;
position: absolute;
width: 150px;
display: block;
z-index: 100;
visibility: hidden;
font-family:"Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;
}

#menu .dropdown a {
padding: 2px 0px 2px 5px;
width: 150px;
display: block;
color: #ffffff;
background-color: #00aeef;
border-bottom: 1px solid #ffff33;
text-align: left;
text-decoration: none;
}

#menu .dropdown a:hover {
background-color: #544669;
color: #ffff33;
text-decoration: underline;
}

/** body styles **/

#body {
background-color: #ffffff;
}

#body img {
border: 3px double #000000;
margin: 5px 5px;
}

#body #title {
font-size: 24px;
font-family:"Times New Roman", Times, serif;
color: #544669;
text-align:center;
font-weight: bold;
padding-top: 5px;
}

#body hr {
position:relative;
margin-left: 5%;
margin-right: 5%;
margin-top: -3px;
border: 1px solid #ffff33;
}

#body #subtitle {
font-size: 18px;
font-family:"Times New Roman", Times, serif;
color: #544669;
text-align:center;
}

#body #bigtitle {
font-size: 30px;
font-family:"Times New Roman", Times, serif;
color: #544669;
text-align:center;
font-weight: bold;
}

#body #footer {
font-size: 10px;
color: #544669;
text-align: center;
line-height: 12px;
}

#body .mainlinks {
text-align: center;
font-weight: bold;
}

#body .mainlinks a {
text-decoration: none;
}

#body .mainlinks a:hover {
text-decoration: none;
}

#body .mainlinks img {
border: none;
}