
html
{
	background-color: white;
	background-image: URL('/users/images/background.png');
	background-repeat: repeat-x;
	font-family: verdana;
}
body
{
	margin: 0px; padding: 0px;
}
h1, h2, h3
{
	/*text-indent: -10000px;*/
	font-family: Garamond;
	color: #ffffee;
	font-size: 12pt;
	padding: 0px;
	margin-bottom: .5em;
}

p
{
	padding: 0px;
	margin: .5em;
}

h1
{
	font-size: 18pt;
	text-decoration: underline;
	text-align: center;
	color: #000;
}
h1.faq
{
	font-size: 16pt;
	text-decoration: none;
	text-align: start;
	color: #000;
	border-bottom: 1px solid gray;
}

h2
{
	font-size: 14pt;
}
h3
{
	font-size: 11pt;
}
input, table input
{
	border: 1px solid gray;
}
label
{
	font-weight: bold;
}
*>h1:first-child, *>h2:first-child, *>h3:first-child
{
	margin-top: 0px;
	padding-top: 1em;
}
#wrapper
{
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	/*border: 1px solid #444;
	border-bottom: 3px solid #444;*/
	/*background-color: #FEA;*/
	background-color: white;
	position: relative;
}

h1#header
{
	position: relative;
	background: white url(/users/images/logo.png) no-repeat center left;
	height: 75px;
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
}

h1#header img#mainLogo
{
	position: absolute;
	top: 50%;
	margin-top: -33px;
	right: 20px;
}
hr 
{
   display: none;
}
a:visited	
{
	color: #00253B;
}
a
{
	color: #3278A3;
}

ul.nav li
{
	padding: 0px .5em 0px .5em;
	margin: 0px;
}

ul.nav a
{
	color: white;
}

ul.nav a:hover
{

}

ul.nav ul li
{
	text-transform: lowercase;
}

ul.nav ul a
{
	text-decoration: none;
}

ul.nav li *
{
	font-weight: normal;
	vertical-align: middle;
}

ul.nav
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
	font-size: 10pt;
	font-size: 10px;
}
ul.nav ul
{
	list-style-type: none;
}
ul.nav li:last-child
{
	border: none;
}
table.shadowWrapper
{
	display: none; border: none;
}

td.tlShadow
{
	background: transparent url(/mainImages/menuTopLeftCorner.gif) no-repeat bottom right; 
	height: 16px; 
	width: 16px;
}

td.trShadow
{
	background: transparent url(/mainImages/menuTopRightCorner.gif) no-repeat bottom left; height: 16px; width: 16px;
}

td.lShadow
{
	background: #191F26 url(/mainImages/menuLeft.gif) repeat-y top left; width: 16px;
}

td.rShadow
{
	background: #191F26 url(/mainImages/menuRight.gif) repeat-y top right; width: 16px;
}

td.blShadow
{
	background: transparent url(/mainImages/menuBottomLeftCorner.gif) no-repeat top right; height: 16px; width: 16px;
}

td.brShadow
{
	background: transparent url(/mainImages/menuBottomRightCorner.gif) no-repeat top left; height: 16px; width: 16px;
}

/* *.trShadow, *.brShadow, *.blShadow, *.tlShadow
{
	display: none;
	position: absolute;
}
*.shadowWrapper
{
	position: relative;
}
*.topShadow
{
	margin-top: .5em;
	background: #191F26 url(/mainImages/menuTop.gif) repeat-x top left;
	height: 8px;
	padding-bottom: 8px;
}
*.bottomShadow
{
	background: #191F26 url(/mainImages/menuBottom.gif) repeat-x bottom left;
	height: 8px;
	padding-top: 8px;
}

*.cornerShadow
{
	background: url(/mainImages/leftMenuCorner.png) no-repeat bottom right;
}
*.cornerShadow img.menuCorner
{
	position: absolute; 
	bottom: -4px;
	right: -4px;
}
*/
ul#mainNav
{
	position: relative;
	z-index: 2;
	font-size: 10pt;
	
	height: 34px;
	border-top: 1px solid #444;
	/*border-bottom: 1px solid #262320;*/
	/*background: #001050 url(/mainImages/menuBack.gif) repeat-x top left;*/
	background: transparent url(/mainImages/menuGradientBack.png) repeat-x top left;
	
	width: *;
}
ul#mainNav li
{
	/*text-transform: uppercase; */
	padding-top: 6px;
	padding-bottom: 6px;
	height: 18px;
	float: left;
	/*border-right: 1px solid #aaa;*/
}

ul#mainNav li:hover
{
	background-color: #9B3E11;
	font-weight: normal;
}
ul#mainNav li a
{
	color: white;
	text-decoration: none;
}
ul#mainNav li#search
{
	border-right: none;
}
ul#mainNav li form
{
	margin: 0px;
	padding: 0px;
}
ul#mainNav li form input#searchString
{
	width: 100px;
	height: 13px;
	vertical-align: middle;
	width: 100px;
}

ul#mainNav li form input#searchSubmit
{
	background-color: transparent;
	color: white;
	border: none;
}

div#variableData
{
	position: relative;
	width:100%;
}

div#contextNav
{	
	position:absolute;
	left: 0px;
	top: -8px;
	left: 3px;
	width: 160px;
	min-height: 20px;
	/*border-left: 1px solid #666;
	border-top: 1px solid #666;*/
	/*float: left;*/
	text-transform: uppercase;
	font-size: 12pt;
}

div#contextNav td.blShadow
{
	background: transparent url(/mainImages/menuBottomLeftSquareCorner.gif) no-repeat top right; height: 16px; width: 16px;
	/*display: block;*/
}

div#contextNav ul
{
	padding-left: 8px;
	padding-top: 1em;
}
div#contextNav li.parent:hover
{
	background-color: transparent;
}
div#contextNav li
{
	text-transform: capitalize;
	font-size: 10pt;
   font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div#contextNav li a
{ 
	text-decoration: none;
	color: white;
}
div#contextNav li:hover
{
	background-color: #4E6277;
}
div#contextNav li li:hover
{
	background-color: #234;
}
div#contextNav li:first-child
{
	margin-top: .5em;
}

div#contextNav ul ul li:first-child
{
	padding-top: 0em;
	margin-top: 0em;
}
div#contextNav ul ul
{
	padding-top: 0px;
	margin: 0px 0px .5em .5em;
	background-image: none;
}
div#contextNav ul li
{	
	color: #84AACF;
	text-align: left;
	padding: 2px 0px 0px 0px;
}
div#contextNav li li a
{ 
	text-decoration: none;
   color: white;
}

div#contextNav .topShadow
{
	display: none;
}

#wideContent, #content
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 880px;
	min-height: 450px;
	margin: 10px 10px 10px 10px;
	color: 111111;
}

/*#content
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-height: 450px;
	margin: 5px 35px 10px 180px;
	color: 111111;
}*/

#rightPanel 
{
	font-size: 10pt;
	width: 180px;
	color: white;
	float: right;
}
#rightPanel a
{
	text-decoration: none;
}
#rightPanel h2
{
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	text-align: center;
	
}
#rightPanel ul
{
	list-style-type: none;
	/*background: #191F26 url(/mainImages/menuLeft.gif) repeat-y top left;*/
	/*background: #333 url(/mainImages/menuLeft.gif) repeat-y top left;*/
	padding: 0px 0px 0px 15px;
	margin: 0px;
	
}
#rightPanel .contentSlot
{
	width: 148px;
}

#footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: white;
	font-size: 8pt;
	height:20px;
	padding:0px;
	position:relative;
	text-align:center;
}


#footer  a {
color: white;
text-decoration:none;
}

#footer div {
width:260px;
}

#footer #contactInfo {
float:right;
text-align:right;
}

#footer #copyright {
float:left;
text-align:left;
}

table, table *
{
	border: none;
}

#headerTop {
	clear:both;
	color:white;
	font-size:8pt;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:1em;*/
	padding:0px;
	position:relative;
	width:900px;
}
.tile {
	color: #7F99CC;
 	font-weight: bold;
}

a:hover{
	color: #AABBDD;
	
}
.tile a:visited{
	color: #7F99CC;

}

.tile a:visited {
	text-decoration:none;
}

/**** YUI CSS ****/
.yui-skin-sam .yui-dt-liner 
{ 
	    margin:0; padding: .5em; /* cell padding */ } 