body
{
	margin: 0;
	background: url(/cms/outertemplates/images/background_square.gif) left repeat;
	font-family: verdana;
	font-size: 0.8em;
}

td{font-size: 0.8em}

a:link
{
	color: blue;
	text-decoration: underline;	
}

a:visited
{
	color: purple;
	text-decoration: underline;	
}

a:hover
{
	color: #FD9104;
	text-decoration: underline;
}

h1{
	color: #000065;
	font-size: 1.2em;
}

a.ft
{
	font-size: 0.8em;
	color: #14305E;
}

a:link.ft
{
	text-decoration: none;	
}

a:visited.ft
{
	text-decoration: none;
}

a:hover.ft
{
	text-decoration: underline;
}

.bt
{
	color: #000065; 
	text-decoration: none;
}

.ft
{
	color: #14305E; 
	text-decoration: none;
}


.btn
{
	background-color: #fff;
	border-color: #000065;
	color: #000065;
}

.txt{
	background-color: #fff;
	border-color: #000065;
	color: #000065;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
}
 
#nav a {
	display: block;
	width: auto;
	padding: 4px 5px;
	margin: 0;
	text-decoration: none;
	color: #000065;
}
 
#nav li:hover, #nav li.sfhover {
	background-color: #FD9104;
	color: #fff;
}
 
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: left;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	padding; 0;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 0;
}

#nav li ul {
	border: 0.1em solid #FD9104;
}
 
#nav li ul li { /* second-level lists */
	clear: left;
}
 
#nav li ul li a{ /* second-level lists */
	width: 11em;
	line-height: 1.4em;
} 
 
#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 11em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
 
#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: url() ;
}
 
#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: url('/cms/outertemplates/images/arrow.gif') right no-repeat;
}