@charset "UTF-8";
body {
	background-color: #1E40AC;
	background-image: url(images/popUpBack.jpg);
	background-repeat: repeat-x;
}
#content {
	background: url(images/popUpTop.gif) no-repeat center top;
	margin: 0px auto;
	height: 350px;
	width: 350px;
}
#content #main {
	margin: 0px 45px 0px 60px;
	padding-top: 40px;
	padding-bottom: 0px;
	height: 240px;
}
#content #clip {
	margin-left: 60px;
	overflow: hidden;
	margin-right: 40px;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 20px;
	color: #031882;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0em 0px 1em;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
