@charset "utf-8";
/* CSS Document */

/* GENERAL */ 

address,
blockquote,
body, dd, div,
dl, dt,
fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, iframe,
noframes,
object, ol, p,
ul, applet,
center, dir,
hr, menu, pre {
  display: block; 
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 1.3;  
}
body {
  background-color: #6095c1;
  background-image:url(../img/page_bg.gif);
  background-repeat:repeat-x;
  color: #000000;
  font: 100% Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
} 
#wrapper { 
  border: none;
  margin: 0 auto;
  text-align: left;
  width: 950px;
}
a:link{
  color: #ea6700;
  text-decoration: none;
}
a:visited{
  color: #ea6700;
  text-decoration: none;
}
a:hover {
  color: #ea6700;
  text-decoration: underline;
}

/* MASTHEAD */ 

#header { 
}
#header div.imghead {
  padding-bottom: 68px;
  padding-top: 31px;
}
#header div.imghead2 {
  padding-bottom: 64px;
  padding-top: 27px;
}
#header h1 {
  display:none;
}
#header h2 {
  background-color:#ffffff;
  background-image:url(../img/content_top_bg.gif);
  background-repeat:no-repeat;
  color:#666666;
  font-size: 1.50em;
  font-weight: 900;
  line-height: 1.1;  
  margin: 0;
  padding: 15px 0px 20px 222px;
}
#header h2 span.parent {
  color:#999999;
  font-size:.75em;
}

/* MAIN WRAPPERS */ 

#page { 
  background-color:#ffffff;
  background-image:url(../img/shim_ffffff.gif);
  background-repeat:repeat;
  width: 950px;
} 
#container { 
  background-color:#ffffff;
  float: right;
  width: 740px;
}

/* MAIN CONTENT */

#maincontent { 
  background-color:#ffffff;
  float: left;
  padding: 0px 15px 0px 11px;
  width: 714px;
}
#maincontent h2 {
  color:#666666;
  font-size: .9em;
  font-weight: 900;
}
#maincontent h2.intro {
  margin-top: 0;
}
#maincontent h2.extra {
  font-size:1.3em;
  font-weight:400;
}
#maincontent h2.childPage {
  font-size:.85em;
  font-weight:400;
}
#maincontent h3.childPage {
  font-size:.95em;
  font-weight:400;
}
#maincontent h3 {
  color:#666666;
  font-size: .75em;
  font-weight: 900;
  margin: auto;
}
#maincontent h3.tightLead {
  color:#666666;
  font-size: .75em;
  font-weight: 900;
  margin: 0 0 .5em 0;
}
#maincontent hr {
  color: #cccccc;
  height: 1px;
}
#maincontent p {
  color: #474747;
  font-size: .75em;
  font-weight: 400;
}
#maincontent .opening {
  margin-top: 0;
}
#maincontent p.intro {
  color: #666666;
  margin-top: 0;
  font-size: .85em;
  font-weight: 900;
}
#maincontent p span.qa {
  font-size:130%;
  font-weight:900;
  color:#6095c1;
}
#maincontent ul {
  list-style-type:square;
  margin-left: 0px;
  margin-top:.5em;
  padding-left:1.0em;
}
#maincontent ul.noBull {
  list-style-type:none;
  padding-left:1.0em;
}
#maincontent ul li{
  color:#474747;
  font-size: .75em;
  font-weight: 400;
  padding-bottom:.5em; 
}
#maincontent ul li ul li{
  font-size: 1em;
}
#maincontent ul li a{
  color:#4584b7;
  text-decoration:none;
}
#maincontent ul a:hover {
  text-decoration:underline;
}
#maincontent table {
}
#maincontent table th p {
  color: #474747;
  font-weight: 900;
  margin:0;
  padding-bottom: 12px;
  text-align: left;
  vertical-align:bottom;
}
#maincontent table td p {
  color: #474747;
  font-weight: 400;
  margin:0;
  padding-bottom: 12px;
  text-align: left;
  vertical-align:top;
}
#maincontent a, #maincontent a:link, #maincontent a:visited {
  color: #336e9f;
  text-decoration:none;
}
#maincontent a:hover {
  text-decoration:underline;
}
#maincontent a.standalone, #maincontent a:link.standalone, #maincontent a:visited.standalone {
  color: #ea6700;
  text-decoration:none;
}
#maincontent a:hover.standalone {
  text-decoration:underline;
}
#maincontent ol {
  margin-left:.5em;
  margin-top:.5em;
  padding-left:1.0em;
}
#maincontent ol li{
  color:#474747;
  font-size: .75em;
  font-weight: 400;
  padding-bottom:.5em; 
}
.button
{
    font-weight: bold;
    font-size: 8pt;
    background: #ebe6db url(../images/MenuItemBackground.gif) repeat-x;
    color: #3f3f3f;
    padding: 0.1em 0.2em 0.1em 0.2em;
    cursor: hand;
    border: solid 1px #a19c92;
}
.errors
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	background-color: red;
}
/* LEFT SIDEBAR */

#sidebarleft {
  background-color:#ffffff;
  float: left;
  padding: 0px 15px 0px 15px;
  width: 180px;
}
#sidebarleft h2 {
  background-color:#8693a3;
  background-image:url(../img/sidebarleft_heading_bg.gif);
  background-position:bottom;  
  background-repeat:repeat-x;
  color:#e1e4e8;
  font-size: .80em;
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 13px 10px;
}
#sidebarleft h2.2line {
  background-color:#8693a3;
  background-image:url(../img/sidebarleft_heading_2line_bg.gif);
  background-position:bottom;
  background-repeat:repeat-x;
}
#sidebarleft a h2 {
  background-color:#8693a3;
  background-image:url(../img/sidebarleft_heading_bg.gif);
  background-position:bottom;  
  background-repeat:repeat-x;
  color:#e1e4e8;
  font-size: .80em;
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 13px 10px;
}
#sidebarleft a:hover h2  {
  color:#e1e4e8;
  text-decoration:underline;
}
#sidebarleft ul {
  list-style-type:none;
  margin-left: 0;
  margin-top: -6px;
  padding-left: 0;
}
#sidebarleft ul li{
  display:inline;
}
#sidebarleft ul li div{
  background-color:#ea6700;
  border-bottom: 1px solid #ffffff;
  color:#ffffff;
  display:block;
  font-size: .75em;
  font-weight: 400;
  height:10px;
  padding: 6px 10px 10px 10px;
  text-decoration:none;
  width: auto;
}
#sidebarleft ul li a{
  background-color:#ecf8fd;
  border-bottom: 1px solid #ffffff;
  color:#4584b7;
  display:block;
  font-size: .75em;
  font-weight: 400;
  height:10px;
  padding: 6px 10px 10px 10px;
  text-decoration:none;
  width: auto;
}
#sidebarleft ul a:hover {
text-decoration:underline;
}
#sidebarleft p {
  color: #474747;
  font-size: .75em;
  font-weight: 400;
  margin-top: .5em;
}
#sidebarleft ul li div.level3 {
  background-color:#ea6700;
  border-bottom: 1px solid #ffffff;
  color:#ffffff;
  display:block;
  font-size: .75em;
  font-weight: 400;
  height:10px;
  padding: 6px 10px 10px 20px;
  text-decoration:none;
  width: auto;
}
#sidebarleft ul li a.level3 {
  background-color:#ecf8fd;
  border-bottom: 1px solid #ffffff;
  color:#4584b7;
  display:block;
  font-size: .75em;
  font-weight: 400;
  height:10px;
  padding: 6px 10px 10px 20px;
  text-decoration:none;
  width: auto;
}
#sidebarleft ul a:hover.level3 {
text-decoration:underline;
}
#sidebarleft ul li a.level3_2line {
  background-color:#ecf8fd;
  border-bottom: 1px solid #ffffff;
  color:#4584b7;
  display:block;
  font-size: .75em;
  font-weight: 400;
  height:26px;
  padding: 6px 10px 10px 20px;
  text-decoration:none;
  width: auto;
}
#sidebarleft ul a:hover.level3_2line {
text-decoration:underline;
}
#sidebarleft ul li div.level3_2line {
  background-color:#ea6700;
  border-bottom: 1px solid #ffffff;
  color:#ffffff;
  display:block;
  font-size: .75em;
  font-weight: 400;
  height:26px;
  padding: 6px 10px 10px 20px;
  text-decoration:none;
  width: auto;
}
.sidebarimage {
  margin-top:6px;
}

/* GLOBAL NAVIGATION AND SEARCH */

#globalnavwrapper { 
  margin: 0 auto;
}
#globalnav { 
  position:absolute;
  top:90px;
  left:auto;
  background-image:url(../img/global_nav_bg.gif);
  background-repeat:repeat-x;
  height:40px;
  width: 950px;
}
#searchdiv {
  display:inline;
  margin:0;
  padding: 1px 0 0 0;
  float:right;
}
#searchgo {
display:inline;
margin: 0 15px 0 4px;
vertical-align:middle;
}

/* FOOTER */

#footer { 
  height: 44px;
  background-color:#6095c1;
  background-image:url(../img/footer_bg.gif);
  background-repeat:repeat-x;
  background-position:bottom;
  padding: 10px 20px 0 20px;
} 
#footer p {
  color: #d2dfea;
  margin: 0;
  padding: 15px 0;
  font-size: 70%;
  font-weight: 400;
}
#footer p a {
  color: #d2dfea;
  text-decoration:underline;
}

/* MISCELLANEOUS */

.clearfloat {
  clear:both;
  height:10px;
  font-size: 1px;
  line-height: 0px;
}
.floatleft {
  float:left;
}
.floatright{
  float:right;
}
.clearfloat0 {
  clear:both;
  height:0px;
  font-size: 1px;
  line-height: 0px;
}
.strong {
  font-weight:900;
}
h4.hidescreen {
  color: #00ff00;
  display: none;
  font-size: .70em;
}