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

body {
color: #000000;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif; 
font-size: 90%;
line-height: 180%;
}

#wrap {
position: absolute;
width:1024px;
margin: 0;
padding: 0;
}

#content {
background-image: url(../img/content.gif);
background-position:top;
background-repeat: repeat-y;
color: inherit;
background-color: transparent;
min-height: 400px;
width: 1024px;
}

#nav {
color: #FFFFFF;
background-color: #00285A;
position: absolute;
max-width: 220px;
top: 310px;
}

#nav a:link {
color: #FFFFFF;
background-color: #00285A;
display: block;
font: Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 15px;
border-bottom: thin solid #FFFFFF;
text-decoration: none;
}

#nav a:visited {
color: #FFFFFF;
background-color: #00285A;
display: block;
font: Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 15px;
border-bottom: thin solid #FFFFFF;
text-decoration: none;
}

#nav a:hover {
color: #FFFFFF;
background-color: #DD4A22;
display: block;
font: Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 15px;
border-bottom: thin solid #FFFFFF;
text-decoration: none;
}

h1 {
padding: 0 0 10px 0;
color: #DD4A22;
background-color: transparent;
padding-left: 280px;
}

p {
margin: 0;
padding: 0;
text-align: justify;
}

p a:link {
color: #dd4A22;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}

em {
font-weight: bold;
font-style:normal;
}

blockquote {
font-style: italic;
}

h2 {
color: #003399;
background-color: transparent;
font-size: 130%;
margin: 0 0 0 280px;
padding-top: 30px;
}

#content p {
padding-left: 280px;
padding-right: 70px;
}


#stars {
border: none;
padding: 35px 0 0 0;
margin-left: 235px;
}

#footer {
background-image: url(../img/footer.gif);
background-repeat: no-repeat;
min-height: 40px;
}

#terms a {
color: #dd4A22;
background-color: #FFF;
text-decoration: none;
font-size: 73%;
font-weight: bold;
padding: 0 0 0 560px;
}