@import "style/reset.css";
@import "style/ie.css";

/*Utility Styles************************/
.alignright {
	float: left;
}

.alignleft {
	float: right;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
#iframe-container {
	width:510px;
	margin:auto;
	padding:0px 0px 0px 0px;
	font-family: Arial;
	font-size: 11pt;
	overflow:hidden;
	background:#ffffff;
}
h1 {
	font-size:20pt;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
h2,h3 {
	font-size:16pt;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
p {
	margin-bottom:10px;
}
.iframefooter {
	background: url('../images/divider2.png') no-repeat;
	background-position: center;
	width:510px;
	text-align:center;
	font-size:9pt;
	font-family:Arial;
	margin:auto;
	margin-top:35px;
	margin-bottom:20px;
	padding-top:40px;

}
.iframefooter a {
	color:#7F3781;
}
.iframefooter a:hover {
	color:#C958CE;
	text-decoration:none;
}
.myheader {
	width: 510px;
	margin-bottom:10px;
	text-align:center;
}
.steps {
	width: 510px;
	text-align:center;
	margin-bottom:10px;
}
.myheadline1 {
	width:510px;
	text-align:center;
	margin-bottom:10px;
	font-size:18pt;
	font-weight:bold;
}
.myheadline2 {
	width:510px;
	text-align:center;
	margin-bottom:10px;
	font-size:18pt;
	font-weight:bold;
}
.mytextarea1 {
	width:510px;
	margin-bottom:10px;
}
.mytextarea2 {
	width:510px;
	margin-bottom:10px;
}
.prodimage {
	width:510px;
	text-align:center;
	margin-bottom:20px;
}
.myiframefooter {
	width: 510px;
	text-align:center;
	padding-bottom:0px;
	margin-bottom:0px;
}
#mynav {
	width:510px;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}
#mynav ul, #mynav li {
	display: inline;
	margin: 0;
	padding: 0;
}