.container {

        background-image: url(images/cellbgbluegradhoriz1024.png);
        background-repeat: repeat-x;
}

.iframe {

	overflow:	hidden;
	scrollbar:	none;
	margins:	0px;

}

.content {
	overflow:	hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
        a { color: white; }
        a:visited { color: white; }
        a:active { color: white; }

div.main {
	position: absolute;
	border: 0px;
	width: 750px;
	height: 600px;
	left: 600px;
	margin-left: -400px;
	top: 350px;
	margin-top: -300px;
	background-color: transparent;
}

div.nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 140px;
	background-color: rgb(0, 100, 255);
	text-align: center;
	vertical-align: center;
}

div.content {
	position: relative;
	height: 600px;
	width: 750px;
	background-color: transparent;
}

iframe.contentframe {
	border: 0px;
	height: 600px;
	width: 100%;
}

div.nav.table {
	width: 80%;
}

div.nav table, div.nav td  {
	border: 0px;
	height: 39px;
	background-color: rgb(0, 0, 200);
}

table.navbar td {
	padding-right: 3px;
	padding-left: 3px;
}
