#iecentering {
	text-align: center;
}
#mainwrapper {
	width: 700px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	font: 100.01% Arial, Helvetica, sans-serif;
	background: #fffff1 url(images/ivorybluegrad700.jpg) repeat-y left top;
	border: 1px solid #00246e;
}
#header {
	width: 100%;
	height: 150px;
	background: #00246e url(images/headerbg.jpg) no-repeat left top;
	color: #fffff1;
	text-align: right;
}
#header h1 {
	width: 30%;
	float: right;
	color: #fffff1;
	margin-bottom: 50px;
	padding-right: 10px;
}
#content {
	width: 450px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding-top: 20px;
}
.insidecontent {
	width: 410px;
	padding: 10px 20px;
	font-size: 83%;
}
.imgright {
	float: right;
	margin: 5px;
}
.centerstuff {
	text-align: center;
}
#rightcol {
	width: 200px;
	float: right;
	overflow: hidden;
	text-align: left;
	margin-top: -17px;
	padding-bottom: 20px;
	height: 600px;
}
/*necessary hack to make IE6 windoze behave like a normal browser*/
/* hide from IE5-mac \*/

* html #rightcol { margin-top: -1px;}

/* end hide */
.rightbox {
	width: 193px;
	margin: 0 15px 0 6px;
	height: 600px;

}
.rightbox h3 {
	padding-top: 8px;
	border-top: 1px solid #00246e;
	font-size: 100%;
	text-align: center;
	color: #00246e;
}
.rightbox p {
	padding: 2px 15px;
	font-size: 80%;
}
.clearA {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
h1 {
	font-size: 150%;
	color: #00246e;
}
