body {
margin: 0;
padding: 0;
}

/*POPUP 5/19/14 - No close etc.*/
/*Begin Styles for POP UP*/

#popupwrapper {
display: block;
/*position: absolute;
top: 105px;
left: 775px;*/
position: relative;
left: 690px; 
top: 149px;
width: 245px;
height: 43px;
margin-left: 10px;
background-color: transparent;
z-index: 6;
font-size: 13px;
text-align: center;
}

#popup {
width: 245px;
margin: 0 auto;
border: 0;
}

#popup img {
display: block;
width: 245px;
height: 43px;
margin: 0;
border: 0:
}

/*End Styles for POP UP*/

/*POPUP PREVIOUS
#popupwrapper {
display: block;
position: absolute;
top: 245px;
width: 950px;
background-color: transparent;
margin: 0 auto;
z-index: 6;
font-size: 13px;
text-align: center;
opacity: 0.95;
filter: alpha(opacity=95);
}

#popup {
background-color: transparent;
width: 570px;
margin: 0 auto;
border: 1px solid #5696f7;
}

#nopopup {
display: none;
}

#popup img {
width: 570px;
height: 250px;
margin: 0;
border: 0:
}

#popup p {
font: normal 12px Verdana, sans-serif;
background-color: #fff;
color: #232c65;
border: 1px solid #5696f7;
border-width: 1px 0 0 0;
margin: 0 auto;
padding: 7px 0 7px 0;
text-align: center;
font-weight: bold;
}*/
/*default style*/
#popup p a {
color: #232c65;
text-decoration: none;
}
/*for transparent bg
#popup p a {
display: block;
position: relative;
top: -40px;
z-index: 100;
background-color: #fff;
width: 90px;
border: 1px solid #223064;
color: #223064;
margin: 0 auto;
padding: 5px 0 5px 0;
text-decoration: none;
}*/
/*End Styles for POP UP*/

/*Begin Styles for Disclaimer*/

div#disclaimer p {
color: #000;
font: 11px Verdana, sans-serif;
margin: 7px 0 20px 0;
padding: 0;
}
/*End Styles for Disclaimer*/

