/**********************/
/* General formatting */
/**********************/

html *,body *{ 
    padding:0; 
    margin:0;
    font-family: Verdana, Arial, sans-serif;
}

body{
   background-color:#eee;
}

a{
   text-decoration:none;
   color:#3371a2;
}

a:hover{
   text-decoration:underline;
   color:#3371a2;
}

a[rel="external"] {
    background: url(imgs/ext-link.png) no-repeat right;
    padding-right: 1.5em;
}


/*****************************/
/* Formatting of the content */
/*****************************/

#content{ 
    padding:10px 15px 10px 10px;
    background-color:white;
    width:570px;
    float:left;
    font-family: Verdana, Arial, sans-serif;
    font-size:0.9em;
}

#content h1{
    padding: 20px 0px 10px 10px;
    font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0.005em;
}

#content h2{
    padding: 20px 0px 10px 10px;
    font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size:1.2em;
    font-weight:normal;
    color: #3371a2;
}

#content p{
    padding: 10px 0px 10px 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.8em;
    text-align: justify;
}

#content li{
    margin-left: 1.5em;
    line-height: 1.5em;
    font-family: Verdana, Arial, sans-serif;
    font-size:0.9em;
    font-weight:normal;
    line-height: 1.8em;
    text-align: justify;
}

#content table td{
    font-family: Verdana, Arial, sans-serif;
    font-size:0.9em;
    font-weight:normal;
    line-height: 1.8em;
}

#content .first_column{
    width: 120px;
    vertical-align: top;
    text-align: left;
    padding-right: 1em;
}

#content .sec_column{
    text-align: justify;
}

#content img{
    float: left;
    margin: 0.5em 1em 0em 0em;
    padding: 3px 3px 3px 3px;
    border: 1px solid #ddd;
}

/************************************/
/* Formatting of the sub-navigation */
/************************************/

#subnavi{
    font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.8em;
    padding: 0em 0em 2em 0em;
    background-color: white;
    width: 175px;
    float: left;
}

#subnavi ul{
    padding: 10px 0px 10px 0px;
    list-style-type:disc;
    color:#3371a2;
}

#subnavi ul li{
    margin-left: 1.5em;
    list-style-type:disc;
    padding: 1em 0em 0em 0em;
    color:#3371a2;
}

#subnavi ul ul{
    padding: 0em 0em 0em 0em;
}

#subnavi ul ul li{
    list-style-type: circle;
    padding: 0em 0em 0em 0em;
    color:#3371a2;
}

#subnavi a{
    font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    text-decoration:none;
    color:black;
}

#subnavi a:hover{
   text-decoration:underline;
}

/********************************/
/* Formatting of the main-frame */
/********************************/

#mainframe {
    width: 780px;
    margin: 0 auto;
    background-color:white;
    border:1px solid #ddd;
}

/**************************/
/* Formatting of the head */
/**************************/

#header{ 
    padding-top:20px;
    background-color:white;
    height:200px;
}

#header ul{
    padding:0px 0px 0px 35px;
    background-color:#3371a2;
    height:25px;
}

#header li{
    list-style-type:none;
    background-color:white;
    float:left;
    margin-right:10px;
}


#header li a{
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.7em;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px;
    height: 15px;
}


#header li a:hover{
    background-color:#ebf5fd;
}

/**************************/
/* Formatting of the foot */
/**************************/

#footer{ 
    margin:0 auto;
    width:780px;
    height:100px;
    clear:both;
    padding:10px;
    font-family: Verdana, Arial, sans-serif;
    font-size:0.6em;
    text-align:center;
}

#footer img{
    border: 0px;
    margin: 1em 0em 0em 0em;
}


/**************************/
/* Formatting of the logo */
/**************************/

#logo{
    height: 110px;
    background-color: #3371a2;
    padding: 60px 0px 0px 35px;
}

#logo h1{
    font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size: 1.8em;
    color: white;
}

#logo h2{
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.7em;
    color: white;
}

/***************/
/* other stuff */
/***************/

.nofloat{
    clear:both;
}


