body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
	margin: 0px;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
	background-color: #000099;
	width: 920px;
	_width: 900px;
	margin: auto;
	text-align: center;
	min-width: 900px;
}
.container {
	float: left;
	clear: both;
	background-color: #000099;
	width: 99%;
	_width: 100%; /* IE */
	_margin-top: -127px; /* IE */
}
.header {
	width: 100%;
	float: left;
	clear: both;
	background-color: #000099;
	height: 152px;
}
.header-left {
	float: left;
	clear: left;
	width: 150px;
	height: 152px;
}
.header-center1 {
	float: left;
	width: 600px;
}
.header-center2 {
	float: left;
	width: 770px;
	_width: 750px; /* IE */
	background-color: #FFFFFF;
}

.header-right {
	float: right;
	width: 150px;
	height: 152px;
	text-align: right;
}
.header-right2 {
 	float: right;
	width: 150px;
	height: 152px;
	position: relative;
	top: -100px;
	left: 25px;
	z-index: 2;
	overflow:visible;

}

.header-lady {
	width: 229px;
	float: left;
	position: relative;
	top: -128px;
	left: -115px;
	z-index: 2;
	overflow:visible;
}
.header-text1 {
	width: 540px;
	float: left;
	position: relative;
	top: 47px;
	left: 50px;
	z-index: 1;
}
.header-text2 {
	width: 750px;
	height: 100px;
	float: left;
	position: relative;
	top: 47px;
	left: 75px;
	z-index: 1;
	text-align: left;
}

.green, .blue, .gold {
	background-repeat: repeat-x;
	height: 25px;
}
.green {background-image: url('img/green.gif');}
.blue {background-image: url('img/blue.gif');}
.gold {background-image: url('img/gold.gif');}

.nav { 
	text-align: right;
	margin-bottom: 3px;
}
.nav a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.tiled1 {
	background-image: url('img/ladytexttile.gif');
	background-repeat:repeat;
	width: 150px;
	height: 100%; 
	_padding-bottom: 32767px; /* for IE */
	_margin-bottom: -32767px; /* for IE */
}
.tiled2 {
	background-image: url('img/shadowtile.jpg');
	background-repeat:repeat;
	width: 150px;
	height: 100%;
	_padding-bottom: 32767px; /* for IE */
	_margin-bottom: -32767px; /* for IE */
}

.content1 {
	background-color: #FFFFFF;
	width: 600px;
	padding: 10px;
	vertical-align: top;
}
.content2 {
	background-color: #FFFFFF;
	width: 750px;
	padding: 10px;
	vertical-align: top;
}
.column {
	margin-left: 10px;
	margin-right: 10px;
}