@charset "utf-8";
/* CSS Document */

body {
background: url(../images/pgBackground.jpg) top left no-repeat fixed;
width: 450px;
margin: 10px 0px 25px 0px;
}

h1 {
font-size: 20px;
line-height: 24px;
margin-bottom: 5px;
color: #315b68;
}

h2 {
font-size: 17px;
line-height: 21px;
color: #555555;
}

h3 {
font-size: 14px;
line-height: 16px;
color: #315b68;
}

a {
font-weight: bold;
text-decoration: none;
color: #315b68;
}

#container {
width: 420px;
margin-left: auto;
margin-right: auto;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
}

#tabs {
/*background: #FFFFFF;*/
border-top: 1px solid #315b68;
border-bottom: 1px solid #315b68;
padding: 0px 0px 23px 0px;
clear: both;
}

#tabLine {
border-top: 1px solid #315b68;
padding: 0px 0px 0px 0px;
clear: both;
}

#tabs a {
/*background: #b0cdd5;*/
display: block;
float: left;
text-align: center;
padding: 3px 5px 3px 5px;
margin: 0px 2px 0px 2px;
font-size: 11px;
}

.shortList ul {
list-style-type: none;
margin-left: 8px;
padding-left: 0px;
}

.shortList li {
margin-bottom: 5px;
}

.headline {
display: block;
font-size: 14px;
font-weight: bold;
color: #315b68;
margin-bottom: 8px;
}