.page
{
	background-color: #143470;
}

.hdrFtr
{
	border: 4px;
	border-collapse: collapse;
	bodrer-style: none;
	border-color: #1D4A9F;
	background-color: #1D4A9F;
	cell-spacing: 0px;
	padding: 4px;
	width: 750px;
}

.content
{
	border: 4px;
	border-collapse: collapse;
	bodrer-style: none;
	border-color: #0069B4;
	background-color: #0069B4;
	cell-spacing: 0px;
	padding: 4px;
	width: 750px;
}


.cell
{
	border: 4px;
	border-collapse: collapse;
	bodrer-style: none;
	border-color: #1D4A9F;
	background-color: #1D4A9F;
	cell-spacing: 0px;
	padding: 4px;
}

.cellContent
{
	border: 4px;
	border-collapse: collapse;
	bodrer-style: none;
	border-color: #0069B4;
	background-color: #0069B4;
	cell-spacing: 0px;
	padding: 4px;
}


p
{
margin-top: 0px;
margin-bottom: 0px;
}








#main {
	border: none;
	clear: both;
	background: #FFF3B3;
	padding-top: 3em;
}

#contents {
	padding: 1.5em;
	background: #0069B4;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma;
	font-size: 85%;
	text-decoration: none;
	color: #C0C0C0; /* Text Color */
}

#header ul#primary span
{
	font-weight: bold;
	color: #FFFFFF;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: none;
	border-bottom: 2px solid #0069B4;
	background: #0069B4};  /* Active Color */
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #0062AA; /* Tab Off Color */
	border: none;
	border-bottom: 2px solid #1D4A9F;
}

#header ul#primary a:hover {
	margin-top: 0;
	background: #0069B4;  /* Tab Hover Color */
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #C0C0C0;
	background: none;

}

#header ul#secondary li a {
	color: #C0C0C0;
}

#header ul#secondary li a:hover {
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li:last-child a { border: none; }