body {
	background-color: #08083F;
	position: absolute;
	top: 0px;
	min-width: 730px;
	margin: 0;
    padding: 0;
}	

#table-content {
	background-color: #FFFFFF;
	background-image: url(images/watermark.png);
	border: 1px solid #ccc;
	width: 734px;
	min-height: 100%;
	_height: 100%;	
	background-repeat: no-repeat;
}

#cell-1 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#cell-2 {
	border-bottom: 1px solid #ccc;
}

#cell-3 {
	border-right: 1px solid #ccc;
	z-index: 50;
}

#cell-4 {
	padding: 1em;
	padding-left: 2em;
	z-index: 30;
}

#container {
	margin: 0 auto;
	width: 730px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	margin-top: 2em;
	min-height: 520px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	border-bottom: 1px solid #ccc;
}

#header img {
	margin-left: 4px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
}

#navigation {
		float:left;
		width:249px;
		background-color: #FFF;
		background: inherit;
		position: relative;
		z-index: 50;
		}

#focus-bar {
}

#content {
		position: relative;
		top: -74px;
		padding-top: 100px;
		padding-right: 1em;
		padding-left: 2em;
		z-index: 30;
		margin-left: 249px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		min-height: 400px;
		}

img {
	border: 0;
}
		
/* TEXT FORMATTING */

a, a:visited {
	color: #003;
}

#cell-4,td {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
}

#cell-4 h1 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #003;
}

.copyright {
	text-transform: uppercase;
	font-size: .8em;
	color: #003;
}	

body {
	background-color: #00015F;
	position: absolute;
	top: 0px;
	text-align: center;
	min-width: 730px;
	margin: 0;
    padding: 0;
}	
#container {
	margin: 0 auto;
	width: 730px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	margin-top: 2em;
	min-height: 520px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	border-bottom: 1px solid #ccc;
}

#header img {
	margin-left: 4px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
}

#navigation {
		float:left;
		width:252px;
		background-color: #FFF;
		background: inherit;
		position: relative;
		z-index: 50;
		}

#focus-bar {
}

#content {
		position: relative;
		top: -74px;
		padding-top: 100px;
		padding-right: 1em;
		padding-left: 2em;
		z-index: 30;
		margin-left: 252px;
		border-left: 1px solid #ccc;
		/*min-height: 400px;*/
		}
		
#content img {
		padding: 0px;
		margin: 2px;
		border: 1px solid #ccc;
		
}


