
html
{
	background-color: black;
	font-family: verdana;
}

body
{
   margin: 0px;
   padding: 0px;
}
h1, h2, h3
{
	/*text-indent: -10000px;*/
	font-family: Garamond;
	font-size: 14pt;
	color: #000055;
}
h1
{
	font-size: 18pt;
	text-decoration: underline;
	text-align: center;
}
h2
{
	font-size: 16pt;
}
h3
{
	font-size: 11pt;
}

*>h1:first-child, *>h2:first-child, *>h3:first-child
{
	margin-top: 0px;
	padding-top: 0em;
}

div#referenceMakers
{
    position:relative;
    float:right;
    z-index: 2;
 }
a img
{
     
     border: none;
}
a img:hover
{
    border: blue;
}
#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: 1px solid #111;
	background-color: white;
}
#insideWrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	border: 25px solid #fff;
	background-color: white;
}

h1#header
{
	position: relative;
	/*background: gray url(/images/fullLogo.jpg) no-repeat top left;*/
	height: 111px;
	width: 850px;
	text-indent: -10000px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

h1#header img#leftHeader
{
	position: absolute;
	top: -53px;
	left: -35px;
	width: 540px;
	height: 175px;
}

h1#header img#rightHeader
{
	position: absolute;
	top: -10px;
	left: 540px;
	width: 320px;
	height: 85px;
}


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 *
{
	vertical-align: middle;
}

ul.nav
{
	padding: 0px;
	margin: 0px 0px 10px 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;
}
*/
div#mainNavWrapper
{
	position: relative;
	width: 900px;
	height: 34px;
	background: #111;
}
ul#mainNav
{
                position:absolute;
                right:0px;
                top:0px;
               z-index: 2;
	font-size: 10pt;
	height: 34px;
	
	/*border-bottom: 1px solid #262320;*/
	/*background: #001050 url(/mainImages/menuBack.gif) repeat-x top left;*/
	background: #111;
	margin: 0px;
}
ul#mainNav li
{
	/*text-transform: uppercase; */
	padding-top: 7px;
	padding-bottom: 7px;
	height: 18px;
	float: left;
	/*border-right: 1px solid #aaa;*/
}

ul#mainNav li:hover
{
	background-color: #777;
	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: black;
	border: none;
}

div#variableData
{
	position: relative;
}

div#contextNav
{	
	position:absolute;
	left: 0px;
	top: -8px;
	left: 3px;
	width: 150px;
	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: black;
}
div#contextNav li:hover
{
	background-color: #4E6277;
}
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: #84AACF;
}

div#contextNav .topShadow
{
	display: none;
}

#content
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 500px;
	min-height: 90px;
	margin: 5px 35px 0px 0px;
	color: black;
}

#content p
{
   text-align: justify;
}
#rightPanel 
{
	font-size: 10pt;
	width: 300px;
	color: black;
	float: right;
	padding-left: 25px;
	padding-bottom: 100px;
	border-left: 1px solid #000055;
}
#rightPanel a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size:9pt;
}
#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 10px 15px;
	margin: 25px 0px 10px 0px;
	background-color: #eee;
}

#rightPanel li
{
	margin: 0px 0px 5px 10px;
}

#rightPanel li>a:hover
{
        color: #00f;
}


#rightPanel>ul>li:first-child
{
              font-size: 14pt;
              position: relative;
              top: -10px;
              left: -10px;
              font-family: Garamond; 
              font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	width: 100px;
	color: white;
	margin-bottom: -3px;
	background-color: #333;
	height: 26px;
}

#rightPanel .contentSlot
{
	width: 148px;
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: #ccc;
	font-size: 8pt;
	height:20px;
	padding:0px;
	position:relative;
	text-align:center;
}


#footer  a {
color: #ccc;
text-decoration:none;
}

#footer div {
width:260px;
}

#footer #infoMail {
float:right;
text-align:right;
}

#footer #copyright {
float:left;
text-align:left;
}

table, table *
{
	border: none;
}