body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	background-image: none;
}

#outerframe {
	position:relative;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header {
	background-image: none;
	background-repeat: no-repeat;
	border: 1px solid #FF00FF;
}

#logo {
	position: absolute;
	left: 0px;
	top: 22px;
}

#navigation {
	display:none;
}

#skiptonavigation {
	display:none;
}

#leftpanel {
	display:none;
}


#content {
	float:left;
	width: auto;
	margin-top: 140px;
	margin-bottom: 20px;
}

#endcontent {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	margin-top:-1px;
	margin-bottom: 0px;
}


#footer {
	display:none;

}

#printfooter {
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}

h1 {
	font-size: 1.2em;
	color: #003B7C;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.1em;
	color: #5CB957;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin: 0px 0px 7px;
	padding: 0px;
}
li {
	margin: 0px 0em 0.25em;
	padding: 0px;
	
}

li.spaced {
	margin: 25px 0em 0.25em;
	padding: 0px;
	
}
ul {
	margin: 0em 0px 0.75em 10px;
	padding: 5px;

}

ol {
	margin: 0em 0px 0.75em 25px;
	padding: 5px;

}
A:link      {
	COLOR: #6BC464;
	text-decoration: underline;
}
A:visited   {
	COLOR: #6BC464;
	text-decoration: underline;
}
A:hover     {
	COLOR: #7F9DBD;
	text-decoration: underline;
}
table, th, td {
	font-size: 1em;
	line-height: 1.4em;
}
.tdlight {
	background-color: #E5EBF2;
}
.tdark {

	background-color: #C5D2E2;
}
.tableback {


	background-color: #7F9DBD;
}
.tdwhite {


	background-color: #FFFFFF;
}
.tdhead {
	background-color: #6BC464;
	font-weight: bold;
	color: #FFFFFF;
}