@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
p {
	font-size: 11px;
}

li {
	font-size:11px;
	list-style: circle;
	list-style-position:inside;
	margin-left:10px;
}

a,
a:link,
a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#7fbde8;
	text-decoration:underline;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

body {
	background-image:url(../images/bg.jpg);
	max-height:650px;
	overflow:hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	#flashwrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image: url(../images/card_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 629px;
	width: 955px;
}

#flashwrapper .flash {
	width:850px;
	height:573px;
	border:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#pagewrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: 640px;
	overflow:visible;
}
#pagewrapper #pencil {
	background-image: url(../images/pencil.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 619px;
	width: 270px;
	position: relative;
	z-index: 2;
	bottom: 350px;
	right: -160px;
}

#noflashlink,
#smalltxt {
	font-family:;
	font-size:11px;
	color:#666666;
	font-family: "Times New Roman", Times, serif;
}

#smalltxt {
	display:block;
	width:500px;
	height:20px;
	font-size:10px;
	color:#666666;
	float: right;
	text-align: right;
	position: relative;
	top: 8px;
	right: 50px;
	z-index: 100;
}

#noflashlink {
	width:300px;
	height:20px;
	font-size:11px;
	color:#666666;
	float: left;
	text-align: left;
	position: relative;
	top: 8px;
	left: 55px;
}
#termswrapper {
	width:850px;
	height:530px;
	border:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
.postleft {
	float: left;
	width: 425px;
}
.postright {
	float: right;
	width: 425px;
}
.postwide {
	float: left;
	width: 830px;
}

.postleft h2,
.postright h2,
.postwide h2 {
	color: #666666;
}
#flashwrapper #blockout {
	display: block;
	height: 20px;
	clear: both;
}
