@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1{
	font-size: 13px;
	font-weight: bold;
	color: #3B73B9;
}
a {
	color:#999999;
}
p {
	 display: block;
 }
 
 strong {
 	color: #000000;
}
#wrapper {
	height: 650px;
	width: 975px;
	margin: 0px auto;
}
#flashContent {
	clear: both;
	float: left;
	height: 610px;
	width: 975px;
}
#footer {
	clear: both;
	float: left;
	height: 25px;
	width: 975px;
}
#footerLeft {
	padding: 10px 0px 0px 0px;
	height: 15px;
	width: 485px;
	float: left;
	clear: both;
}
#footerRight{
	padding: 10px 0px 0px 0px;
	height: 15px;
	width: 485px;
	float: right;
	text-align: right;
	clear: none;
}
#footerRight a {
	background: transparent url(../images/arrow.gif) no-repeat left center;
	padding: 0px 10px 0px 9px;
	height: auto;
}
a, a:link, a:visited  {
	color: #3B73B9;
	text-decoration: none;
}
a:hover, a:active {
	color: #2D5986;
}
.specialLink {
	font-size: 13px;
	font-weight: bold
}
#popUpContent {
	padding: 20px;
	width: 500px;
}
#popUpHeader {
	margin: 0px 0px 20px 0px;
	width: 500px;
	float: left;
	clear: both;
}
#popUpHeaderLeft {
	width: 250px;
	float: left;
	clear: both;
}
#popUpHeaderRight {
	padding: 12px 0px 0px 0px;
	width: 250px;
	float: right;
	text-align: right;
}