body {
margin: 0;
padding: 0;
}

/*Begin Styles for POP UP*/
#popupwrapper {
display: block;
position: absolute;
top: 225px;
width: 950px;
background-color: transparent;
margin: 0 auto;
z-index: 6;
font-size: 13px;
text-align: center;
opacity: 0.99;
filter: alpha(opacity=99);
}

#popup {
width: 400px;
border: 1px solid #ff0d13;
margin: 0 auto;
}

#nopopup {
display: none;
}

#popup img {
display: block;
width: 400px;
height: 203px;
margin: 0;
border: 0:
}

#popup p {
font: normal 12px Verdana, sans-serif;
background-color: #fff;
color: #010066;
border: 1px solid #ff0d13;
border-width: 1px 0 0 0;
margin: 0 auto;
padding: 7px 0 5px 0;
}

#popup p a {
font-weight: bold;
color: #010066;
text-decoration: none;
}

#popup p a.tmp {
font-weight: bold;
color: #000;
text-decoration: none;
}
/*End Styles for POP UP*/


/*Begin Styles for Footer and Disclaimer*/

div#footer {
font: 11px Verdana, sans-serif;
text-align: center;
border: 1px solid #ccc;
border-width: 1px 0 1px 0;
margin: 7px 0 7px 0;
}

div#footer h1 {
font-size: 13px;
color: #c33;
padding: 0;
margin: 7px 0 0 0;
}

div#footer p {
color: #666;
padding: 0;
margin: 7px 0 14px 0;
line-height: 20px;
}


div#footer p a {
color: #069;
}

div#footer p a:hover {
color: #165ba4;
text-decoration: none;
}

div#disclaimer {
display: block;
width: 100%;
margin: 0 auto;
}

div#disclaimer p {
font: 11px verdana,arial,helvetica,sans-serif;
margin: 5px 0 7px 0;
padding: 0;
}

/*End Styles for Footer and Disclaimer*/

