@charset "UTF-8";

body {
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	font-family: "Lucida Grande",Geneva, Arial,Verdana,sans-serif;
	background-color: #fffacd;
	color: #444444;
}

a {
  text-decoration: underline;
  color: #444444 !important;
}

a:hover {
  text-decoration: none;
}

strong {
	font-weight: bold;
}

em { font-style: italic; }



/* ----- Headings ----- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em;
}

h1 {
	color: #38393F;
	font-size: 2.25em;
	padding: 0 0 2px 0;
	font-weight: normal;
}
  h1 a { color: #38393F !important;}
  h1 a:visited { color: #4c4c52 !important;}

h2 {
	color: #455982;
	font-weight: bold;
	font-size: 1.5em;
	padding: 12px 0 2px 0;
}
  h2 a {color: #455982 !important;}
  h2 a:visited { color: #57698e !important; }

h3 {
	font-weight: bold;
	color: #686B77;
	font-size: 1.333em;
	padding: 12px 0 2px 0;
}
  h3 a { color: #686B77 !important; }
  h3 a:visited { color: #7f818b !important; }

h4 {
	font-weight: bold;
	font-size: 1.333em;
	padding: 12px 0 3px 0;
	color: #38393F;
}
  h4 a { color: #38393F !important; }
  h4 a:visited { color: #4c4c52 !important; }

h5 {
	font-weight: bold;
	font-size: 1.25em;
	padding: 12px 0 4px 0;
	color: #455982;
}
  h5 a { color: #455982 !important; }
  h5 a:visited { color: #57698e !important; }

h6 {
	font-weight: bold;
	font-size: 1.16667em;
	padding: 12px 0 4px 0;
	color: #686B77;
}
  h6 a { color: #686B77 !important; }
  h6 a:visited { color: #7f818b !important; }


/* ----- Lists ----- */

#topMenuWrapper ul li, 
#mainBodyFooter ul li {
  background-image: none;
  padding: 0;
  margin: 0;
}

ul li {
	padding: 6px 0 6px 18px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left .9em;
}

ol li {
  
  margin: 0 0 0 20px;
  padding: 6px 0 6px 0px;

/*  margin: 0 0 0 20px;
	padding: 6px 0 6px 18px; */
/* 	background-image: url(../img/bullet.gif); */
  list-style-type: decimal;
  list-style-position: outside;
}

table.noBullets ul, table.noBullets ul li {
	background-image: none;
	margin-left: 0;
	padding: 0;
	border: none;
}
table.noBullets td {
	padding: 5px;
	border: 1px solid #EFE2AE;
}

table.noBullets th { text-align: center !important; font-weight: bold !important;}

/* ----- Blockquote ----- */

blockquote {
	background-color: #f6f6f6;
	border: #455982 solid 1px;
	padding: 10px 20px;
	margin: 5px 0;
}


/* ----- Important Boxes ----- */ 
.important-blue, 
.important-orange {
	background-color: #fffacd;
	border: #455982 solid 1px;
	padding: 15px;
/*	margin: 15px 0; */
  width: 200px;
}

.important-blue .title, .important-orange .title {
	background-color: #fffacd;
	color: #455982;
	margin-top: -25px;
	display: block;
	float: left;
	padding: 0 8px;
	font-size: 1.1667em;
	font-weight: bold;
	
	position: relative;
}


.important-orange {
	border-color: #915b00;
}

.important-orange .title {
	color: #915b00;
}

/* ----- Tables ----- */

table td{
	vertical-align: top;
}

/* ----- SNIPPETS ----- /*
/* ----- ID's are used rather than classes to prevent them from showing up in tinyMCE ----- */
/* ----- Snippet Table (2-column) ----- */
  #fullTable {
    width: 744px;
  }

  #fullTable #col1 {
    border: solid #e3d29a;
    border-width: 0 1px 0 0;
    padding-right: 20px;
    width: 351px;
  }

  #fullTable #col2 {
    padding-left: 20px;
    width: 352px;
  }

  #fullTable #noCol {
    padding-right: 20px;
    width: 352px;
  }
  
/* -------------------------------------------------- */

#fullTable td .rowUnderline td{
  padding: 10px 0;
  border: solid #e3d29a;
  border-width: 1px 0 0 0;
}

  /* ----- Style1 ----- */
  
    table.style1 {
    	border: #455982 solid;
    	border-width: 0 0 1px 1px;
    }
    
    table.style1 td {
    	padding: 5px;
    	border: #455982 solid;
    	border-width: 1px 1px 0 0;
    }
    
    table.style1 .heading td {
    	background-color: #61718d;
    	color: #ffffff;
    	font-weight: bold;
    	font-size: 1.15em;
    }
    
    table.style1 .highlight td {
      background-color: #eceac5;
    }
    
    
  /* ----- Style2 ----- */
    table.style2 {
      padding: 0 0 1px 1px;
    	border: #ccc8a4 solid;
    	border-width: 1px;
    }
    
     table.style2 td {
    	padding: 5px;
    	border: #fffacd solid;
    	border-width: 1px 1px 0 0;
    }
    
    table.style2 .heading td {
    	background-color: #e5e1b8;
    	font-weight: bold;
    	font-size: 1.15em;
    }
    
    table.style2 .highlight td {
      background-color: #ede8bf;
    }
    
    
    
   





/* ----- Styles ----- */
.heading {
}

.highlight { }


.QandA { 
  margin: .75em 0;
  line-height: 1.75em !important; 
}
.QandA strong { font-size: 1.25em; }
.QandA em { font-size: 1.1667em; font-weight: bold; }


.right {
  float: right !important;
  margin: 10px;
}