/* Pop Styles */

body {
font: 11px "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	background:#f4f8fb url(../images/pop_content_bg.gif) repeat-y center;
	margin: 0 auto 0 auto;
	}
	
*, html {padding:0; margin:0; }

#pop_wrapper {
	text-align: left;
	width: 500px;
	margin: 0 auto 0 auto;
	}
	
#pophead_wrapper {
	margin: 0px;
	padding: 0px;
	}

#pop_mainbanner {
	clear: both;
	width: 500px;
	height:50px;
	background: url(../images/pop_head.gif) no-repeat top;
	padding: 0;
	margin: 0;
	}

/* Content Area */

#pop_content {
	clear: both;
	text-align: center;
	height:100%;
	background: url(../images/pop_content_bg.gif) repeat-y;
	margin: 0 auto 0 auto;
	}
	
#pop_content table {
	width: 470px;
	text-align: left;
	margin: 0 auto 0 auto;
	}
	
#pop_content table td.right {
	vertical-align: top;
	padding: 10px 5px 0 5px;
	}
	
#pop_content table td.img {
	padding: 0;
	text-align: center; 
	}
	
#pop_content table td span.square {
	float:left;
	vertical-align:text-top;
	padding:0 8px 0 0;
	}
	
/* Links */
a:link, a:visited {
	font-weight: normal;
	color: #A8007D;
	text-decoration: underline;
	}
a:hover {
	font-weight: normal;
	color: #360F8F;
	text-decoration: none;
	}
a:visited:hover {
	font-weight: normal;
	color: #A8007D;
	text-decoration: underline;
	}
	
/* Text Styles */

h1 {
	font-size:16px;
	color: #1F358B;
	padding:0 0 10px 0;
	}
	
h4 {
	font-size:12px;
	color: #1F358B;
	padding:0 0 8px 0;
	}
	
p {
	line-height:16px;
	padding:0 0 8px 0;
	}
	
p.underline {
	line-height:16px;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #1F358B;
	}
	
ul, ol {
	line-height:16px;
	padding:0 0 8px 10px;
	}
	
.indent {
	padding:0 0 8px 30px;
	}
	
/* Colors */
	
.blue {
	color: #1F358B;
	}
	
.red {
	color: #AD208E;
	}
