* {
    padding: 0px;
    margin: 0px;
}
body{
    background-color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    padding-top:5px;
}

#main_content {
    margin:auto;
    width:700px;
    padding-left:21px;
}

img {
    background-color:transparent;
}

#top {
    background-image:url(/img/site/small_boy.gif);
    background-repeat:no-repeat;
    height:150px;
    margin:auto;
    width:330px;
    border-left: 60px solid white;
    padding:0 0 0 157px;
}
#top a{
    font-family: Haettenschweiler, Times New Roman;
    white-space:nowrap;
    font-size:76px;
    line-height:78px;
    color: #005599;
    text-decoration:none;
    position:relative;
    bottom:51px;
}
#top a span{
    color: #003366;
}
#top a:hover span{

}
#top_comment {
    color:#003366;
    font-family:Arial;
    font-weight:bold;
    font-size:13px;
    left:50px;
    height:100px;
    position:relative;
    font-style:italic;
    top: 15px;
}
#top_comment li{
    list-style-type:disc;
}
h1 {
    color: #006699;
    font-size:2em;
    font-weight:bold;
}
h2 {
    font-size:16px;
    color:#006699;
    padding: 3px 48px 6px;
}
h3, .h3 {
    color: #556666;
    font-weight:bold;
    font-size:14px;
}
#copyright {
    font-family:Arial,Helvetica,sans-serif;
    text-align: center;
    font-size: 12px;
    margin: 5px;
    color: #CCCCCC;
}
#copyright img{
    position:relative;
    top:1px;
}
#bottom_menu {
    text-align: center;
    font-size: 12px;
    margin-top: 0px;
}
#bottom_menu a{
    color:#003366;
    padding: 0px 5px;
}
#footer {
    clear: both;
}

td.form-field input{
    width:150px;
    padding:2px;
}

div.languages {
    left:57%;
    position:absolute;
    width:100px;
}
div.languages a {
    float:right;
    margin:0 3px;
}
div.languages a img{
    border: 1px solid #999;
}

.success_message {
    border: 1px solid green;
    text-align: center;
    background-color: rgb(250, 255, 255);
    color: green;
    padding: 2px;
}

.failure_message {
    border: 1px solid red;
    text-align: center;
    background-color: #FFF8F8;
    color: red;
    padding: 2px;
}