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

body{
background-color: #e7e7e7;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #4d4d4d;
padding: 0px;
margin: 0px;
}

a{
font-family:Arial, Helvetica, sans-serif;
color: #8ab3e1;
text-decoration: none;
}

a:hover{
font-family:Arial, Helvetica, sans-serif;
color: #0071c7;
text-decoration: none;
}

#container{
width: 371px;
padding: 0px;
margin: 0px;
}

#top_margin{
height: 40px;
}

#top_shell{
background: url(images/sl_bg_header.jpg) no-repeat;
width: 371px;
height: 20px;
}

#content_shell{
background: url(images/sl_bg_pattern.jpg) repeat-y;
width: 371px;
min-height: 300px;
}

#headline_block{
width: 290px;
height: 50px;
background-color: #d3e0ef;
border:dotted;
border-width: thin;
border-color:#CCCCCC;
padding-top: 20px;
}

#content_body{
width: 330px;
}

#bottom_shell{
background: url(images/sl_bg_footer.jpg) no-repeat;
width: 371px;
height: 20px;
}

.headline{
font-size:14px;
color: #333333;
}

.text_height{
line-height: 18px;
}

.copyright{
color: #bfbfbf;
font-size: 9px;
}