<!--
body
{
background-color:#fff6dd;
}

body, td
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt;
color: #000000;
}

table#main
{
border-style:solid;
border-color:#dfd4c9;
border-width:1px;
padding-left:10px;
}

p, UL
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt;
line-height: 1.3;
color: #000000;
}

H1	
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt;
line-height: 1;
font-weight: bold;
color: #666666
}

H2
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt;
line-height: 1.3;
color: #666666
}

.SmallText
{
font-size: 7.5pt;
color: #666666;
}

a:link, 
a:visited, 
a:active	
{
text-decoration: none; 
color: #1D2B65;
font-weight: bold;
}

a:link.White, 
a:visited.White, 
a:active.White,
.White	
{
color: #ffffff;
}

a:link.GreyLink, 
a:visited.GreyLink, 
a:active.GreyLink,
.GreyLink	
{
color: #666666;
font-weight: normal;
}

a:link.SkinObject, 
a:visited.SkinObject, 
a:active.SkinObject
{
font-family: Palatino, CopperPlate, Georgia, Times New Roman, Times; 
font-size: 12pt;
line-height: 1;
font-weight: bold;
color: #ffffff;
padding-left:10px;
}


a:hover
{
text-decoration: none;
color: #CCCCCC;
}

#footer .SkinObject
{
font-weight:normal;
font-size:10px;
color: #999999;
}

#navBox
{
width:197px;
border-style:solid;
border-color:#c2bbb3;
border-left-width:1px;
border-right-width:1px;
border-top-width:1px;
border-bottom-width:15px;
height:300px;
}

.TabList {
    font-size:85%;
}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width:197px;
		font-size: 8pt;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.75em;
		margin-bottom : -1px;
		width:197px;
		list-style: none;
padding: 0;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 195px;
		margin-top : -2.4em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width:191px;
		display : block;
		color : A19588;
		font-weight : bold;
		text-decoration : none;
		border-bottom: solid;
		border-bottom-width:1px;
		border-bottom-color:#CCCCCC;
		margin: 3px;
	}
	
	#nav li ul a {
		width:193px;
		display : block;
		color : #FFFFFF;
		font-weight : bold;
		text-decoration : none;
		background-color : A19588;
		border : 1px solid A19588;
		padding : 2px;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #83A6A5;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#nav li a.SelectedTab {
    font-weight:bold;
    background-color: #FFF;
    color:#000;
}
#nav .DisabledTab {
    color:#ccc;
}
/*no need to change these hover classes unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.iehover ul, 
#nav li li.iehover ul, 
#nav li li li.iehover ul {
	left: auto;
}
-->


