html {
	height: 100%;
}

body {	background-color: #546973;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 704px;
	margin-left:auto;
	margin-right:auto;
	height:100%;}a:link {	text-decoration: none;	color: #003366;}a:hover {//	background-color: #FFCC00;
    color: #FF6600;
    text-decoration: none;}a:active {//	background-color: #FF6600;
    color: #FF6600;
   	text-decoration: none;}a:visited {	text-decoration: none;	color: #003366;}

.tableWrapper {
	width: 100%;
	border-spacing: 0px;
	height: 100%;
}

.topBanner {
	background-image: url("/images/layout/top_bumper.png");
	height:64px;
}

.bottomBanner {
	background-image: url("/images/layout/bottom_bumper.png");
	height:64px;
}


.containerRow {
	height: 100%;}

.container {
	height: 100%;}
.centerContainer {
	background-color:#FFFFFF;
	min-height: 256px;
	overflow: hidden;
	margin-left:5px;
	margin-right:5px;
	height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url("/images/layout/background.png");
}

.contentContainer {
	width: 425px;
	margin-top: 55px;
	margin-left: 15px;
}

.contentBox {
	width:inherit;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	float: left;
	position:relative;
	margin-bottom:15px;
}

.buttonNavigationContainer {
	margin-top:50px;
	margin-right: 15px;
	float: right;
}

.zepBanner {
//	width: 278px;
	height: 101px;
	position:absolute;
	top:0px;
	margin-top:15px;
	margin-left: -15px;
}

.zepBannerText {
    top: 25px;
    position:relative;
}

.loomsoftLogo {
//	width: 209px;
	height: 81px;
	float:right;
	position:relative;
	margin-top:-17px;
    overflow:hidden;
}

.copyrightText {
    text-size: large;
    top: 17px;
    position:relative;
}