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

body {
background-color: #00274E;
background-image:url(images/Background.png);
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: justify;
color: #404040;
}

h1 {
display: none;
}

h2 {
color: #5086B6;
font-size: 14pt;
padding: 0;
margin: 0;
text-align: left;
}

img {
border: none;
}

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #00274E;
}

a:hover {
text-decoration: underline;
color: #00274E;
font-weight: bold;
}

#wrapper {
position: relative;
width: 640px;
margin: 0 auto 0 auto;
}

#header {
width: 640px;
height: 175px;
background-image: url(images/Header.png);
float: left;
}

#middle {
width: 560px;
background-image: url(images/Middle.png);
padding: 0 40px;
float: left;
padding-bottom: 10px;
}

#container {
}

#listentosampler {
height: 25px;
width: 560px;
background-image: url(images/SamplerSign.png);
margin-top: 15px;
}

#logos {
height: 100px;
width: 560px;
background-image:url(images/Logos.png);
margin-top: 15px;
}

#footer_text_left {
float: left;
}

#footer_text_right {
float: right;
padding-right: 40px;
}

#footer {
width: 640px;
height: 45px;
background-image: url(images/Footer.png);
font-size: 8pt;
padding-top: 10px;
color: #FFFFFF;
float: left;
}

/*
#footer a:hover, #footer a:link, #footer a:visited, #footer a:active {
color: #FFF;
}
*/