body {
	margin: 0;
	padding: 0;
	/*width: 1004px;*/
}
div#container {
	width: 1004px;
	margin: 0 auto;
	padding: 0;
}

div#menuPos {
	clear: both;
	position: relative;
	width: 100%;
	height: 20px;
	text-align: center;
}
div#marqueeHolder {
	display: none;
	background-color: #C41C4D;
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 12pt;
}
div#marqueeHolder table {
	font-size: 12pt;
}

div#contentHolder {
	float: left;
	width: 754px;
	padding-top: 1em;
}

a,a:visited {
	color: #0082C4;
}

a:hover {
	color: #C41C4D;
}

body,table {
	font-family: Univers,Verdana,Arial;
	font-size: 10pt;
}

div.header {
	display: block;
	background-image: url('../layout/backHeader.jpg');
	width: 100%;
	height: 112px;
	text-align: left;
	overflow: hidden;
}

div.headerLogo {
	position: relative;
	left: 89px;
	background-image: url('../layout/backcolor.jpg');
	text-align: left;
	height: 132px;
	display: inline;
	align: left;
}

div.headerImage {
	display: inline;
}

div.headerBar {
	display: block;
	background-color: #C41C4D;
	color: WHITE;
	font-weight: bold;
	text-align: left;
	height: 25px;
	padding-left: 102px;
	clear: both;
	line-height: 26px;
	font-size: 12pt;
}


div.leftContent {
	float: left;
	width: 250px;
	font-size: 10pt;
}

div.column2 {
	float: left;
	text-align: left;
	font-size: 10pt;
	width: 370px;
	margin: 0;
	padding: 0;
	padding-right: 7px;
}

div.column1 {
	float: left;
	text-align: left;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

div.searchField {
	text-align: right;
	float: right;
	margin-right: 3px;
	margin-top: 1px;
}
div.searchField input {
	position: relative;
	top: -5px;
}
div.searchField button {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

address.boginaddress {
	margin: 3px;
	color: #000000;
	font-style: normal;
}

