body {
	background: #ffffff url('../images/background.gif') repeat-x 0px 0px;
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 14px;
	margin-top: 7px;
}
td {
	font-size: 14px;
}

td.top {
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	
}
td.topnav {
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
}

td.left {
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;		
}

td.nav {
	border-right: #000000 1px solid;
	
}
a.footnav:link {
	color: #000000;
}
a.footnav:visited {
	color: #000000;
}
a.footnav:hover {
	color: #000000;
}
a:link {
	color: #005471;
}
a:visited {
	color: #005471;
}
a:hover {
	color: #005471;
}
p.title {
	font-size: 14pt;
	text-decoration: bold;
}



DIV.window {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 20px;
}

DIV.content {
	width: 765px;
	height: auto;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
	DIV.content #topBar {
		width: 765px;
		height: 170px;
	}
	
	DIV.content #topNav {
		width: 764px;
		height: 33px;
		background-image: url('../images/navback.gif') repeat-x 11px 33px;
	}

	DIV.content #left {
		width: 273px;
		height: auto;
		padding: 10px;
		background-color: #6ab5d1;
		float: left;
		border-top: #000000 1px solid;
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
	}
	
	DIV.content #right {
		height: 100%;
		padding: 10px;
		background-color: #FFFFFF;
		border-top: #000000 1px solid;
		border-right: #000000 1px solid;
		
	}
	
	DIV.content #footer {
		padding: 5px;
		border: #000000 1px solid;
	}

	DIV.content #footnav {
		padding: 5px;
		font-size: 10px;
		color: #000000;
	}