/* Main Content */

DIV#divContent {
	clear: both;
	background-color: white;
	color: inherit;
	width: 730px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 25px 15px;
}

DIV#divContent H1 {
	font-size: 2.1em;
	border-bottom: 1px solid #DDD;
	padding: 0 0 1px 0;
	margin: 0 0 10px;
}

DIV#divContent H2 {
	font-size: 1.7em;
	background-color: transparent;
	color: #269;
	border-bottom: 1px solid #DDD;
	padding: 0 0 1px 0;
	margin: 0 0 10px;
}

DIV#divContent H3 {
	margin: 10px 0 0;
	font-size: 1.3em;
	background-color: transparent;
	color: #269;
	padding: 0 0 1px 0;
	margin: 10px 0 10px;
	border-bottom: 1px solid #DDD;
}

DIV#divContent BLOCKQUOTE {
	margin: 20px 0 0px 0;
	padding: 20px;
	text-align: left;
	font-size: 1.0em;
	font-family: verdana, arial, sans-serif;
	line-height: 140%;
	color: #777;
	
	
	background-image: url(/www/images/QuoteBubbleTop.png);
	background-repeat: no-repeat;
	background-position: top left;
}

DIV.CloseQuote {
  background-image: url(/www/images/QuoteBubbleBottom.png);
  background-repeat: no-repeat;
  background-position: top left;
  
  height: 30px;  
  margin-bottom: 20px;
  }

DIV#divContent CITE {
	display: block;
  padding: 40px 20px 20px 10px;

	color: #058;
		
	background-image: url(/www/images/QuoteBubbleBottom.png);
  background-repeat: no-repeat;
  background-position: top left;
  
  height: 20px;  
  margin-bottom: 20px;
}

DIV#divContent IMG {
	border: 1px solid #CCC;
	text-align: center;
	margin: 10px auto 0;
}


DIV#divContent P, DIV#divContent UL, DIV#divContent DD, DIV#divContent OL {
	font-size: 1em;
	margin: 0 0 25px 0;
	line-height: 140%;
}

DIV#divContent OL {
	margin-left: 25px;
}

DIV#divContent UL LI {
	list-style-type: none;
	background: url("/www/images/bullet_blue.png") left 3px no-repeat transparent;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

DIV#divContent DL {
	margin: 5px 0 15px;
}

DIV#divContent DT {
	font-size: 1.3em;
	color: #269;
	margin: 1em 0 .3em 0;
}

DIV#divContent DD {
	margin: 0 0 0 .25em;
}


/* Content Left Bar */

DIV#divContentRight {
	float: left;
	clear: right;
	width: 215px;
	padding: 0 0 0 0;
}

DIV#divContentRight H2 {
	font-size: 1.2em;
}


/* Content Right Bar */

DIV#divContentLeft {
	float: left;
	clear: left;
	width: 490px;
	padding: 0 25px 2em 0;
}

/* Submenu */

DIV#SubMenu {
  width: 210px;
  background-color: #D0E4F2;
 	background: url('/www/images/bottom.png') bottom left no-repeat;
  margin-bottom: 20px;
  margin-right: 0px !important;
  
  padding-bottom: 10px;
  }
  
H2#h2SubMenu {	
  background: url('/www/images/top.png') top left no-repeat #D0E4F2 !important;

	width: 210px;
	height: 1.5em;
	font-size: 1.3em !important;
	
	padding: 12px 0 0 0 !important;
	margin-bottom: 0px;
	
	text-align: center !important;
	font-weight: bold;
}

UL#ulSubMenu {	
	padding: 0 !important;
	margin-left: 0px !important;	
	padding-left: 0px !important;
	margin-bottom: 20px !important;
	width: 190px;
}

UL#ulSubMenu LI {
	display: block;
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-left: 10px !important;
  width: 100%;
}

UL#ulSubMenu LI A {
	display: block;
	text-decoration: none;
  
  margin-left: 0px;
  margin-bottom: 5px;
  
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 25px;
  
  line-height: 99%;
	background: url('/www/images/icons/three_state_page.png') 5px 7px no-repeat transparent;
  }

UL#ulSubMenu LI A:hover {
	background-color: #D0E4F2;
	background-image: url('/www/images/icons/three_state_page.png');
	background-repeat: no-repeat;
	background-position: 5px -43px;
	color: black;
}
	
UL#ulSubMenu LI A.selected {
	font-weight: bold;
}

LI.sub A {
	background: url('/www/images/icons/three_state_page.png') 5px -93px no-repeat transparent !important;
}

LI.sub A:hover {
	display: none;
	}
	
UL.ulSecondSub {
	display: none;
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

UL.ulSecondSub LI {
  margin-left: 0px !important;
  padding-left: 0px !important;
  width: 145px !important;
  
  }
  
UL.ulSecondSub LI A {
	display: block;
	background: url('/www/images/icons/page.png') 20px 7px no-repeat transparent !important;
	padding: 8px 5px 5px 40px !important;
	width: 145px !important;
	margin-left: 0px !important;
}

UL.ulSecondSub LI A:hover {
	background-color: #D0E4F2 !important;
	color: black;
}
	
/* SIDE Bar */

DL#dlHelp {
	background-color: #fdf9f5;
	border: 1px solid #CCC;
	padding: 0 10px 10px 10px;
}

DL#dlHelp DT {
	color:#F55D1A;
	font-weight:bold;
    font-size:10pt;
}


DL#dlHelp DD {
	font-family:verdana;
    font-size:8pt;
    color:#59482F;
	margin: 5px 0 10px;
}


DIV#divContactInfo {
  padding-top: 10px;
  }


/* Primary Column */

DIV#divPage {
	border-top: 5px solid #058;
	background-color: #FFF;
	color: #333;
	width: 782px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}

DIV#divContent {
	clear: both;
	background-color: white;
	color: inherit;
	width: 730px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 25px 15px;
}

/* Content Right Bar */

DIV#divContentLeft {
	float: left;
	clear: left;
	width: 490px;
	padding: 0 25px 2em 0;
}

