/* CSS Document */

*{	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
	}

body { background-color: white; }

#pop_up {
width: 615px;
height:auto;
}

#header{

position:relative;
background-image: url(../images/pop/header.jpg);
background-repeat:no-repeat;
width:615px;
height:103px;
}
#hdrlinks{
margin-top:5px;
float:right;
height:12px;
width:100px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
position:relative;
}

#hdrlinks a:link{
color:#FFFFFF;
text-decoration:none;
}

#hdrlinks a:visited{
color:#FFFFFF;
text-decoration:none;
}
#hdrlinks a:hover{text-decoration:underline;}

#hdrinfo{
display:none;
padding-top:8px;
float:right;
height:20px;
width:322px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
position:relative;
}

#hdrinfo a:link , p{
color:#FFFFFF;
text-decoration:none;
}

#hdrinfo a:hover{text-decoration:underline;}


#blue{
height:10px;
width:615px;
background-color: #393996;
}

.print { display: none; }

#top{
width:615px;
height:50px;
background-image:url(../images/pop/weShare.jpg);
background-repeat:no-repeat;
position:relative;
}

#top img{
margin-left: 25px;
margin-top:38px;
margin-bottom:10px;
padding:0;
}
#printer{
position:absolute;
top:35px;
right:0;
margin-top:0px;
height:33px;
width:215px;
}
#printer a:visited{
color:#000000;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;

}
#printer a:link{
color:#000000;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;

}
#printer a:hover{
text-decoration:underline;
}

#printer p {
color:#000000;
margin-top: 3px;
}

#printer img{
margin:0;
}

.print_nav {display: none;}


.italic {
font-style: italic;
}

#content{
background-color:#FFFFFF;
width:615px;
height:auto;

}

#content p{
padding: 5px 25px 5px 25px;
height: auto;
font-size:12px;
font-family:Arial;
line-height: 14px;
color:#333333;
}
#content a:link {text-decoration:underline;}
#content a:visited{ color:#009fb2;}


