﻿/* CSS Document 
Authored by: jlm
For: Hartford
Date: 7/11 */


html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, table, td, hr {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	background: url(/Portals/0/images/redesign2011/bkgd.jpg);
	text-align: center;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
blockquote {
  margin-top: 0px;
}
form {
	display:inline;
}
h1 {
	color: #910E0C;
	font-size: 1.9em; /*24px*/
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 110%;
	letter-spacing: -0.5px;
	
	background: url(/Portals/0/images/redesign2011/bkgd_h1.gif) no-repeat bottom left;
	border-bottom: 1px solid #E7E0C1;
	padding-left: 48px;
	padding-top: 16px;
}
.landing h1 {
	background: url(/Portals/0/images/redesign2011/bkgd_h1_landing.gif) no-repeat bottom left;
	border-bottom: 1px solid #DDD6AA;
	margin:0px;
	padding: 30px 10px 8px 68px;
}
h2 {
	color: #000000;
	font-size: 1.3em;  /*20px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: -1px;
}

h3 {
	color: #000000;
	font-size: 1.15em; /*17px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 8px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: -0.5px;
}
h4 {
	color: #000000;
	font-size: 1em; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 120%;
}

table {
	border-collapse: collapse;
	margin-bottom: 5px;
}
sup, sub {
	font-size:80%;
}
p, ul, ol {
	padding-bottom: 20px;
}

ul ul, ol ol {
	padding-bottom: 0;
}
ul li {
	margin-left: 25px;
	padding-left: 15px;
	margin-bottom: 8px;
	list-style-type: none;
	background: url(/Portals/0/images/redesign2011/bullet.gif) no-repeat 0 5px;
}
.ZLDNN_ArticleList li {
	margin-left: 1px;
	padding-left: 15px;
	margin-bottom: 10px;
	list-style-type: none;
	background: url(/Portals/0/images/redesign2011/bullet.gif) no-repeat 0 5px;
}
.sidebar_green ul li {
	background: url(/Portals/0/images/redesign2011/bullet.png) no-repeat 0 5px;
}
#subextra ul li {
	margin-left: 1px;
}
ol li {
	margin-left: 40px;
	margin-bottom: 3px;
}
a, a:link, a:visited {
	color: #047468;
	text-decoration:underline;

	outline: none;
	cursor: pointer;
}
a:hover {
  color:#8C0E0C;
  text-decoration:underline;
}
.home a, .home a:link, .home a:visited,
.landing a, .landing a:link, .landing a:visited {
  text-decoration: none;
}
.home a:hover,
.landing a:hover { 
  text-decoration: underline;
}

hr {
	border:0;
	border-top:1px dashed #DCA83B;
	height:1px;
	
	margin: 5px 0px 20px;
}

input,textarea,select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/*table - Adds 1px border around a table.*/
.table {
	border-top: 1px solid #E9E2C7;
	border-right: 1px solid #E9E2C7;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.table th {
	border-bottom: 1px solid #E9E2C7;
	border-left: 1px solid #E9E2C7;
	background:  #F4F1E4;
	padding: 5px;
	margin: 0;
	
	color: #910F0C;
	font-size:1.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:left;
}
.table td {
	border-bottom: 1px solid #E9E2C7;
	border-left: 1px solid #E9E2C7;
	padding: 5px;
	margin: 0;	
	
	font-size:1em;
}
.imageright {
	margin-left: 26px;
	margin-bottom: 5px;
	float: right;
}
.imageleft {
	margin-right: 26px;
	margin-bottom: 5px;	
	float: left;
}

#subinfo .imageright,
#bottomcols .imageright{
  margin-left: 11px;
}
#subinfo .imageleft,
#bottomcols .imageleft {
  margin-right: 11px;
}
.home #bottomcols .imageright{
  margin-left: 15px;
}
.home #bottomcols .imageleft {
  margin-right: 15px;
}

.tableright {
	margin-left: 26px;
	margin-bottom: 5px;
	float: right;
	
	width: 417px;
}
.tableleft {
	margin-right: 26px;
	margin-bottom: 5px;	
	float: left;
	
	width: 417px;
}
.landingImage {
  margin-bottom: 16px;
}
.tableright td,
.tableleft td,
.landingImage td {
	display: block;
	position: relative;
}
.landingImage img {
  border: 1px solid #DDD6AA;
  border-top: 0px;
}
.caption {
  background: url(/Portals/0/images/redesign2011/bkgd_caption.png);
  color: #FFFFFF;
  font-size: 12px;
  font-weight:bold;
  letter-spacing: 0.5px;
  padding: 2px 9px !important;
  
  position: absolute;
  bottom: 10px;
  right: 2px;
  width: 342px;
}
.ie8 .caption {
 letter-spacing:0px;
}
.landing .caption {
  width: 369px;
}

p.caption, .caption p { margin:0px; padding: 0px; }

.largetext {
  font-size: 1.25em; /*16px;*/
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 150%;
  letter-spacing:0.5px;
}
.ie8 .largetext {
 letter-spacing:0px;
}
.largetext p,
p.largetext {
  margin-bottom: 2px;
}
.landing .largetext {
  letter-spacing: 0px;
}
.landing .largetext p,
.landing p.largetext {
  margin-bottom: 4px;
}

.quote, 
.quoteLeft,
.quoteRight {
  background: url(/Portals/0/images/redesign2011/quote_left.gif) no-repeat 26px 26px;
  border-top: 1px dashed #DCA83B;  
  border-bottom: 1px dashed #DCA83B;
  padding: 19px 20px 19px 47px;
  margin-bottom: 19px;
  margin-top: 7px;
  
  color: #8C0D0C;
  font-size: 15px; 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 160%;
}
.quoteLeft {
  float: left;
  width: 255px;
  margin-right: 26px;
  margin-bottom: 15px;	
  
  background-position: 12px 25px;
  padding: 18px 5px 19px 30px;
}
.quoteRight {
  float: right;
  width: 255px;
  margin-left: 26px;
  margin-bottom: 15px;	
  
  background-position: 12px 25px;
  padding: 18px 5px 19px 30px;
}
.quoteEnd {
  background: url(/Portals/0/images/redesign2011/quote_right.gif) no-repeat right 4px;
  padding-right: 23px;
  margin-right: 11px;
  display: inline-block;
}
.quoteName {
  color: #333333;
  font-style: normal;
  text-align:right;
  font-size: .85em;
  display: block;
}

.calloutLeft,
.calloutRight {
  border-top: 1px dashed #DCA83B;  
  border-bottom: 1px dashed #DCA83B;
  padding: 19px 20px 19px 47px;
  margin-bottom: 19px;
  margin-top: 7px;
  
  color: #8C0D0C;
  font-size: 15px; 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 160%;
}
.calloutLeft {
  float: left;
  width: 255px;
  margin-right: 26px;
  margin-bottom: 15px;	
  
  padding: 18px 15px 19px 15px;
}
.calloutRight {
  float: right;
  width: 255px;
  margin-left: 26px;
  margin-bottom: 15px;	
  
  padding: 18px 15px 19px 15px;
}

a.button_1line, a.button_1line:visited 
.button_1line a, .button_1line a:visited,
input.button_1line {
  border:0px;
  background: url(/Portals/0/images/redesign2011/bkgd_button.jpg) no-repeat;
  padding: 8px 5px;
  width: 210px;
  display:inline-block;
  text-align:center;
  
  color: #FFFFFF !important;
  font-size: 13px;
  font-family: museo-sans, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 125%;
  letter-spacing: 0px;
}
a.button_2line, a.button_2line:visited 
.button_2line a, .button_2line a:visited,
input.button_2line {  
  border:0px;
  background: url(/Portals/0/images/redesign2011/bkgd_button2line.jpg) no-repeat;
  padding: 10px 15px 9px;
  width: 190px;
  display:inline-block;
  text-align:center;
  
  color: #FFFFFF !important;
  font-size: 13px;
  font-family: museo-sans, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 125%;
  letter-spacing: 0px;
}
a.button_1line:hover,
.button_1line a:hover,
a.button_2line:hover,
.button_2line a:hover {
  text-decoration:none;
}
/*
.ie8 a.button_1line, .ie8 a.button_1line:visited 
.ie8 .button_1line a, .ie8 .button_1line a:visited,
.ie8 input.button_1line,
.ie8 a.button_2line, .ie8 a.button_2line:visited 
.ie8 .button_2line a, .ie8 .button_2line a:visited,
.ie8 input.button_2line {
  letter-spacing: -0.5px;
}
.gecko a.button_1line, .gecko a.button_1line:visited 
.gecko .button_1line a, .gecko .button_1line a:visited,
.gecko input.button_1line,
.gecko a.button_2line, .gecko a.button_2line:visited 
.gecko .button_2line a, .gecko .button_2line a:visited,
.gecko input.button_2line {
  letter-spacing: -0.5px;
}
*/
.seeall {
  position: absolute;
  top:8px;
  right:6px;

  font-size: 13px;
  line-height:100%;
}

.rss {
  position: absolute;
  top:3px;
  left:125px;

  font-size: 11px;
  line-height:100%;
}

p.seeall, .seeall p,
p.rss, .rss p {
  padding: 0px;
  margin:0px;
}

.error,
.red {
  color: #FF0000;
}

.newsFirst {
  display: block;
  padding-top: 4px;
  margin-bottom: 21px;
}
.newsFirst p {
  padding-bottom: 2px;
}
p.newsList {
  clear:both;
  background: url(/Portals/0/images/redesign2011/bullet_home.gif) no-repeat 0px 5px;
  padding-left: 20px;
  padding-bottom: 8px;
}

.video_article_first {
  clear:both;
  display:block;
  padding-top: 0px;
}
.video_article {
  clear:both;
  display:block;
  padding-top: 15px;
}
.stories_article {
  clear:both;
  display:block;
  padding-top: 15px;
}
#maininfo .stories_article p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.feedList {
  line-height: 140%;
}

/*google search*/
#cse-search-results iframe {
	width: 600px;
}
/*for space underneath each entry of DNN search results*/
.searchtable td {
}
.searchtable .SubHead {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.searchtable_index {  /*DNNSearch numbers*/
}
.searchtable_title {  /*DNNSearch module title links*/
}
.contentapprovalhead {
font-size: 11px;
}



#containerouter {
	width: 1002px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: url(/Portals/0/images/redesign2011/bkgd_main_top.jpg) no-repeat top left;
}

/*mast styles*/
#mast {
  margin: 0px 11px 0px 11px;  
}
.ie7 #mast {
  height: 188px;
}
#topnav {
  text-align: right;
  padding: 13px 6px;
  margin-bottom: 24px;
  
  color: #FFFFFF;
  font-size: .8em;
  line-height: 100%;
}
.ie7 #topnav {
  padding: 11px 6px 15px;
}
#topnav * {
  position: relative;
  vertical-align:middle;
}
#topnav a, #topnav a:visited, #topnav a:link {
  padding: 0px 7px;
  margin:0px; 
  text-decoration:none; 
  vertical-align:top;
  
  color: #FFFFFF;
  font-weight: bold;
}
#topnav a:hover {
  text-decoration:underline; 
}
#topnav a.last {
  padding-right: 0px;
}

#mastleft {
  float: left;
  width: 616px;
  padding: 21px 0px 36px 32px;
}

#logo {
}
#logo a,
#logo a:visited{
  border:0px;
}

#mastright {
  float: right;
  width: 276px;
  
  text-align:right;
  padding-right: 31px;
}

#donate_holder {
  
}

#socialmedia {
  float: left;
  text-align:left;
  width: 155px; 
  padding-top: 4px; 
  margin-left: -35px;
}

#socialmedia a, #socialmedia a:visited {
  display: inline-block;
  padding: 0px 10px 0px 9px;
  border-right: 1px dotted #DCA83B;
}

#donate {
  float: right;
  width: 142px;  
  text-align:right;
}
#donate a,
#donate a:visited {
  border:0px;
  background: url(/Portals/0/images/redesign2011/button_donate.gif) no-repeat;
  padding: 8px 15px;
  width: 112px;
  display:inline-block;
  text-align:center;
  
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: museo-sans, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 125%;
  letter-spacing: -0.5px;
}

.ie8 #donate a,
.ie8 #donate a:visited {
  font-weight: normal;
  letter-spacing: 0px;
}


#search {
	clear:both;
	text-align:right;
	padding-top: 46px;
}

#search * {
  position: relative;
  vertical-align:middle;
}

#search input.textfield {
	border: 0px;
    background: #FFFFFF url(/Portals/0/images/redesign2011/bkgd_search.gif) no-repeat;
	width: 186px;
	font-size: 12px;
	text-align: right;
	padding: 6px 6px 5px;
	color: #333333;
	margin:0px;
	margin-right: 3px;
}
.chrome #search input.textfield,
.safari #search input.textfield { 
  margin-top: -3px;
}
.mac.safari #search input.textfield { 
  margin-top: -1px;
}
#search .go {
  background:none;
  border: none;
  vertical-align: top;
  margin:0px;
}
/* Google Search */
#search input.GCSearchBox {
	border: 0px;
    background: #FFFFFF url(/Portals/0/images/redesign2011/bkgd_search.gif) no-repeat;
	width: 186px;
	font-size: 12px;
	text-align: right;
	padding: 6px 6px 5px;
	color: #333333;
	margin:0px;
	margin-right: 7px;
}
#search .GCSearchButton {
  background: url(/Portals/0/images/redesign2011/search.gif) no-repeat;
  border: none;
  vertical-align: top;
  margin:0px;
  
  height: 25px;
  width: 32px;
}

/* Search Results search box */
#content-search {
  margin-bottom: 15px;
}
#content-search input.textfield {
	border: 0px;
    background: #FFFFFF url(/Portals/0/images/redesign2011/bkgd_search.gif) no-repeat;
	width: 186px;
	font-size: 12px;
	text-align: right;
	padding: 6px 6px 5px;
	color: #333333;
	margin:0px;
	margin-right: 7px;
	margin-top:2px;
}
.ie7 #content-search input.textfield,
.safari #content-search input.textfield {
  margin-top: 0px;
}
.chrome #content-search input.textfield {
  margin-top: 1px;
}
#content-search .go {
  background: url(/Portals/0/images/redesign2011/search.gif) no-repeat;
  border: none;
  vertical-align: top;
  margin:0px;
  
  height: 25px;
  width: 32px;
}

/* Search Results search box */
#content-gcsearch {
  margin-bottom: 15px;
}
#content-gcsearch input.textfield {
	border: 0px;
    background: #FFFFFF url(/Portals/0/images/redesign2011/bkgd_search.gif) no-repeat;
	width: 186px;
	font-size: 12px;
	text-align: right;
	padding: 6px 6px 5px;
	color: #333333;
	margin:0px;
	margin-right: 3px;
}
#content-gcsearch .go {
  background: url(/Portals/0/images/redesign2011/search.gif) no-repeat;
  border: none;
  vertical-align: top;
  margin:0px;
  
  height: 25px;
  width: 32px;
}


#mainav_holder {
  clear:both;
  margin: 0px 21px;
  
  background: #047569 url(/Portals/0/images/redesign2011/bkgd_mainav.gif) no-repeat;
}


#mainav {
  float: left;
  width: 790px;
  text-align:left;
  /*margin-left: 7px;*/
}

#mainav ul {
    margin:0px;
	padding:0px;
}
#mainav li {
	list-style-type: none;
	background: none;
	padding:0px;
	margin:0px;
/*
	display:inline-block;*/
}

/*
#mainav a, #mainav a:link, #mainav a:visited {
	border: 0px;
	padding: 7px 15px 6px;
	display:inline-block;
	
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	font-family: museo-sans, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 160%;
	letter-spacing:-0.5px;
}

#mainav a:hover,
#mainav .active a, #mainav .active a:link, #mainav .active a:visited  {
	text-decoration:none;
}
#mainav ul li:hover,
#mainav ul li.active {
  background: #D3920A;
}

#mainav ul li.menuitem4 {
  padding-right: 13px;
}
*/

#toolbar {
  float: right;
  width: 140px;
  
  text-align:right;
  
  padding: 11px 12px 0px 0px;
}

#toolbar * {
  position: relative;
  vertical-align:bottom;
}
#toolbar a, #toolbar a:visited, #toolbar a:link {  
  margin:0px 8px 0px 7px;
}



#container {		
	line-height: 145%;
	color: #333333;
	font-size: .8em; /*13px*/
	font-family:  Arial, Helvetica, sans-serif;
	
	background: url(/Portals/0/images/redesign2011/bkgd_main_mid.jpg) repeat-y;
}

.landing #container {		
  line-height: 155%;
}
.home #container {
	background: url(/Portals/0/images/redesign2011/bkgd_main_mid_home.jpg) repeat-y;
}

#maininfo { 	
  background: url(/Portals/0/images/redesign2011/bkgd_maininfo.gif) repeat-x;
  margin:0px 21px;
}

/*right column */
#content {
	float: left;
	width: 650px;
	
	padding: 14px 0px 15px 22px;
	min-height: 300px;
}
.landing #content {
  width: 656px;
}

#content.HFPG_main {
  font-size: 1.1em;
}
.home #content {
  width: 960px;
  padding: 3px 0px;
  	min-height: 2px;
}
.HFPG_main a,
.HFPG_main a:link,
.HFPG_main a:visited {
  font-weight:bold;
  text-decoration:none;
}
.HFPG_main a:hover {
  text-decoration:underline;
}
#breadcrumbs {
  clear:both;
  text-align:right;
  margin-bottom: 6px;
  
  font-size: .95em; /*12px;*/
  font-family:"Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  letter-spacing:-0.5px;
  word-spacing:1px;
  color:#333333;
}
.landing #breadcrumbs {
  margin-bottom: 4px;
}
#breadcrumbs .SkinObject {
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
  text-decoration: none;
  color:#047367;
}
#breadcrumbs a:hover {
  color: #966606;
  text-decoration: underline;
}
#breadcrumbs a.active, #breadcrumbs a.active:link, #breadcrumbs a.active:visited {
  color: #966606;
  font-weight:normal;
}

.contentpane {
}


/* Landing page */
.landing #midcols {}
.landing .midleft {
  float: left;
  width: 430px;
}
.landing .midright {
  float: right;
  width: 207px;
  
  margin-right: 2px;
  /*padding-top: 13px;*/
  padding-top: 5px;
}
.landing #bottomcols {
  padding-top:16px;
}
.landing #bottomcols p {
  padding-bottom: 8px;
}
.landing .btmleft {
  float: left;
  width: 315px;
}
.landing .btmright {
  float: right;
  width: 315px;
  margin-right: 3px;
}

/* Home page */
.home #midcols {
  background: url(/Portals/0/images/redesign2011/bkgd_midcol_top.jpg) no-repeat top left;
  margin: 11px 0px 22px;
  
  font-size: 1.25em;
  font-family: museo-sans, Arial, Helvetica, sans-serif;
  letter-spacing:-1px;
}
.ie .home #midcols{ 
  letter-spacing: 0px;
  font-weight: normal;
} 
.gecko .home #midcols{ 
  letter-spacing: -0.5px;
}
.safari .home #midcols { 
  letter-spacing: -2px;
}
.mac.safari .home #midcols { 
  letter-spacing: -1px;
}
.home #midcol_inner {
  background: url(/Portals/0/images/redesign2011/bkgd_midcol_btm.jpg) no-repeat bottom left;
}
.home #midcols td {
  vertical-align: middle;
}
.home #midcols td * { 
  position: relative;
  vertical-align:middle;
}
.home #midcols p {
  padding-bottom:5px;
}
.home #midcols .calloutpane {
  width: 365px;
  padding: 15px 0px 3px 22px;
  
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 145%;
  letter-spacing: 0px;
}
.ie8 .home #midcols .calloutpane { 
  padding-top:16px;
}
.chrome .home #midcols .calloutpane { 
  padding-top:16px;
  padding-bottom: 4px;
}
.safari .home #midcols .calloutpane { 
  padding-top:17px;
}
.home #midcols .calloutpane h2 {
  color: #8D0F0C;
  font-size: 1.6em;
  letter-spacing:0px;
  
  margin-top: 0px;
  margin-bottom: 5px;
}
.home #midcols .midlink {
  padding-left: 20px;
  font-size: .9em;
}
.ie .home #midcols .midlink {
  padding-left: 25px;
}
.home #midcols .midlink a, .home #midcols .midlink a:visited {
  margin-left: 10px;
} 
.home #midcols .midlink a img {
  margin-right: 10px;
}
.home .midlink a:hover {
  text-decoration: none;
} 
.home #bottomcols {
  background: url(/Portals/0/images/redesign2011/bkgd_bottomcols.gif) repeat-y;
/*  margin-bottom: 18px;*/
}
.home #bottomcols h3 {
  font-size: 1.55em;
  font-weight:normal;
  margin-top: 0px;
}
.ie8 .home #bottomcols h3 {
  letter-spacing:0px;
}
.home .column1 {
  float: left;
  width: 220px;
  
  margin-left: 22px;
  margin-right: 48px;
  position: relative;
}
.home .column2 {
  float: left;
  width: 385px;  
  position: relative;
}
.home .column3 {
  float: right;
  width: 220px;
  position: relative;
  margin-right: 20px;
}
.home .column3 p {
  padding-bottom: 15px;
}

/*left column - cp*/
#subinfo {
  float: right;
  width: 201px;
  margin-right: 21px;
  padding-top: 36px;
}

#subnav {
  margin-bottom: 29px;
}
#subnav ul {
  margin:0px;
  padding:0px; 
   
}
#subnav ul li {
	list-style-type: none;
	background: none;
	margin:0px;
	padding:0px;
}
/*
#subnav a, #subnav a:link, #subnav a:visited {
  display:block;
  padding-left: 16px;
  margin-bottom: 8px;
  background: url(/Portals/0/images/redesign2011/bullet.gif) no-repeat 0px 5px;

  color: #047569;
  font-size: 1.1em;
  font-weight:normal;
  line-height: 130%;
  text-decoration:none;
}
#subnav li:hover a,
#subnav li.active a {
  color:#966606;
}
*/
#enews {
  border-top: 1px dotted #BEBA6D;
  border-bottom: 1px dotted #BEBA6D;
  padding: 11px 0px 21px;
  margin-top: 10px;
}
.home #enews { 
  border:0px;
  padding:0px;
  margin:0px;
}
#enews h4 {
  color: #000000;
  font-size: 1.3em;
  font-weight:normal;
  letter-spacing: 0px;
  margin-bottom:11px;
}

.enewsForm * {
  position: relative;
  vertical-align:middle;
}

.enewsForm input.textfield {
	border: 0px;
    background: #FFFFFF url(/Portals/0/images/redesign2011/bkgd_enews.gif) no-repeat;
	width: 141px;
	font-size: 12px;
	text-align: right;
	padding: 5px 12px 5px;
	color: #333333;
	margin:0px;
	margin-right: 4px;
}
.mac .enewsForm input.textfield {
  padding: 6px 12px 5px;
}
.ie9 .enewsForm input.textfield {
  padding: 6px 12px 5px;
}
.home .enewsForm input.textfield { 
    background: #FFFFFF url(/Portals/0/images/redesign2011/bkgd_enews_home.gif) no-repeat;
	width: 157px;
	margin-right: 7px;
}
.mac.gecko .home .enewsForm input.textfield { 
  margin-top: 1px;
}

.enewsForm .go {  
}



/*footer styles*/

#footerholder {
	padding: 39px 15px 10px 20px;
	background: url(/Portals/0/images/redesign2011/bkgd_main_btm.jpg) no-repeat left top;

	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:160%;
	text-align:left;
}
.ie #footerholder {
	padding-top: 40px;
}
.gecko #footerholder {
	padding-top: 38px;
}
#footerholder p {
  padding-bottom: 0px;
}


#footerholder a, #footerholder a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
#footerholder a:hover {
  color: #047569;
  text-decoration: underline;
}

#footer_left {
	float: left;
	width: 500px;
}

#footer_right {
float: right;
width: 356px;
text-align:right;
padding-top:1px;
}

#footer_right .imageleft {
  margin-right: 10px;
  margin-top: 5px;
}
#footer_right a, #footer_right a:visited {
  margin: 0px 3px 0px 2px;
}

#footer_right a.last {
  margin-right: 0px;
}

#loginlinks {
  text-align: right;
}



/* containers */
.sidebar_green {
  background: #047569 url(/Portals/0/images/redesign2011/bkgd_sidebargreen_btm.jpg) no-repeat bottom left;
  margin-bottom: 30px;
  
  position: relative;
}
.sidebar_green .cont-content { 
  background: url(/Portals/0/images/redesign2011/bkgd_sidebargreen_top.gif) no-repeat top left;
  padding:14px 16px 5px 16px;

  color: #FFFFFF;
  font-weight: bold;
  line-height: 150%;
}
.sidebar_green h3 {
  margin:0px;
  margin-bottom: 10px;

  color: #FFFFFF;
  font-size: 1.55em;
  font-weight: normal;
  letter-spacing:-1px;
}
.sidebar_green p {
  padding-bottom: 10px;
}
.sidebar_green a, .sidebar_green a:link, .sidebar_green a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:underline;
}
.sidebar_green a:hover {
  color: #E9E2C7;
  text-decoration:underline;
}
.sidebar_green strong {
  font-size: 1.3en;
}


.sidebar_tan {
  background: url(/Portals/0/images/redesign2011/bkgd_sidebartan_top.gif) no-repeat top left;
  margin-bottom: 30px;
  padding-top: 12px;
  
  position: relative;
}
.sidebar_tan .cont-content { 
  background: url(/Portals/0/images/redesign2011/bkgd_sidebartan_btm.jpg) no-repeat bottom left;
  padding:0px 15px 5px 17px;
  line-height: 140%;
  
  min-height:135px;

}
.sidebar_tan h3 {
  margin:0px;
  margin-bottom: 10px;

  color: #910E0C;
  font-size: 1.55em;
  font-weight: normal;
  letter-spacing:0px;
}

.landingCont {

}

.landingCont h3 {
  background: url(/Portals/0/images/redesign2011/bkgd_landing.gif) no-repeat;
  padding: 7px 13px;
  
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight:normal;
  letter-spacing: 0px;
}
.landingCont h3 .Head {
  color: #FFFFFF;
  font-size: 1em;
  font-weight:normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.landingCont .cont-content {
  padding: 0px 13px;
}

.datapoint {
  background: url(/Portals/0/images/redesign2011/bkgd_datapoint_cont_top.gif) no-repeat top left;
}
.datapoint .cont-content {
  background: url(/Portals/0/images/redesign2011/bkgd_datapoint_cont_btm.gif) no-repeat bottom left;
  padding: 18px 22px;
  
  color: #910D0C;
  font-size: 0.9em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 170%;
}
.datapoint .cont-content p {
  padding-bottom: 12px;
}

.datapoint .largetext {
  font-size: 2.15em;
  font-weight: normal;
  line-height: 100%;
}
.datapoint .largetext p,
.datapoint p.largetext {
  margin:0px;
  padding:0px;
  
  padding-bottom: 9px;
}

#subinfo .datapoint {
  background: url(/Portals/0/images/redesign2011/bkgd_datapoint_top.gif) no-repeat top left;
}
#subinfo .datapoint .cont-content {
  background: url(/Portals/0/images/redesign2011/bkgd_datapoint_btm.gif) no-repeat bottom left;
}
.brighter-futures {
 background:url(/Portals/0/images/brighter-futures-bg.jpg) no-repeat;
 width:283px;
 height:161px;
 margin-left:4px;

}
.brighter-futures .cont-content {
 width:148px;
 float:left;
 margin:10px 0px 5px 10px;
}
.brighter-futures .cont-content a, .brighter-futures .cont-content a:link, .brighter-futures .cont-content a:active,
.brighter-futures .cont-content a:visited {
 font-weight:bold;
}


/*Conversations Special Container styles*/
.container_blueheader {
  border:1px solid #005085;
  background:#FFFFFF;
  margin-bottom:10px;
}
.container_blueheader h4{
  background: #005085;
  padding: 8px;
}
.container_blueheader .Head {
  color:#FFFFFF !important;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1em;
}
.ie .container_blueheader .Head, 
.ie .container_blueheader .Head,
.ie .container_greenheader .Head,
.ie .container_redheaderyellowbody .Head,
.ie .container_redheaderwhitebody .Head {
  font-size:1em !important;
}
.container_blueheader .Normal {
  padding:8px;
  padding-bottom:0;
}

.container_blueheader img {
  border:0;
}

.container_blueheader table table td {
  border:1px solid #005085;
  padding:5px;
}
.container_blueheader a {
  color: #990000;
  text-decoration:none;
}
.container_blueheader a:hover {
  text-decoration:underline;
}


.container_greenheader {
  border:1px solid #048475;
  background:#FFFFFF;
  margin-bottom:10px;
}
.container_greenheader h4{
  background: #048475;
  padding: 8px;
}
.container_greenheader .Head {
  color:#FFFFFF !important;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1em;
}
.container_greenheader .Normal {
  padding:8px;
  padding-bottom:0;
}
.container_greenheader img {
  border:0;
}
.container_greenheader a {
  color: #990000;
  text-decoration:none;
}
.container_greenheader a:hover {
  text-decoration:underline;
}


.container_redheaderyellowbody {
  border:1px solid #990000;
  background:#F5EFB9;
  margin-bottom:10px;
}
.container_redheaderyellowbody h4{
  background: #990000;
  padding: 8px;
}
.container_redheaderyellowbody .Head {
  color:#FFFFFF !important;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1em;
}
.container_redheaderyellowbody .Normal {
  padding:8px;
  padding-bottom:0;
}
.container_redheaderyellowbody img {
  border:0;
}
.container_redheaderyellowbody table table td {
  border:1px solid #990000;
  background:#FFFFFF;
  padding:5px;
}
.container_redheaderyellowbody a {
  color: #990000;
  text-decoration:none;
}
.container_redheaderyellowbody a:hover {
  text-decoration:underline;
}


.container_redheaderwhitebody {
  border:1px solid #990000;
  background:#FFFFFF;
  margin-bottom:10px;
}
.container_redheaderwhitebody h4{
  background: #990000;
  padding: 8px;
}
.container_redheaderwhitebody .Head {
  color:#FFFFFF !important;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1em;
}
.container_redheaderwhitebody .Normal {
  padding:8px;
  padding-bottom:0;
}
.container_redheaderwhitebody img {
  border:0;
}
.container_redheaderwhitebody a {
  color: #990000;
  text-decoration:none;
}
.container_redheaderwhitebody a:hover {
  text-decoration:underline;
}

.container_redbody {
  background:#990000;
  color:#FFFFFF;
  margin-bottom:10px;
}
.container_redbody .Normal {
  padding:8px;
  padding-bottom:0;
}
.container_redbody img {
  border:0;
}
.container_redbody a {
  color: #FFFFFF;
  text-decoration:none;
}
.container_redbody a:hover {
  text-decoration:underline;
}
/*end special containers*/
.conversations_caption {
  color:#990000;
 /*font-style:italic;*/
  font-size:80%;
}
.conversations_calloutleft {
  border:1px solid #990000;
  color: #990000;
  width:150px;
  font-weight:bold;
  padding:10px;
  float:left;
  margin:8px;
  margin-left:0;
}
.conversations_calloutright {
  border:1px solid #990000;
  color: #990000;
  width:150px;
  font-weight:bold;
  padding:10px;
  float:right;
  margin:8px;
  margin-right:0;
}

/*Dynamic Forms*/
.DynamicForms_Maintable .NormalBold,
.DynamicForms_Maintable .DynamicForms_LabelCell {
  color: #333333;
  font-size: 12px;
  font-weight:bold;
  padding-right: 20px !important;
}
.DynamicForms_Maintable .NormalTextBox {
  margin-bottom: 5px;
}
#tblMain {
margin-bottom: 5px;
}
.DynamicForms_Maintable input.DynamicForms_TextBox,  .DynamicForms_Maintable input.NormalTextBox,
.DynamicForms_Maintable select.DynamicForms_ComboBox, .DynamicForms_Maintable select.NormalTextBox,
.DynamicForms_Maintable textarea.NormalTextBox,
.DynamicForms_Maintable .DynamicForms_Captcha input,  .DynamicForms_Maintable .NormalRed input {
  border: 1px solid #B5A26A !important;
  color: #000000;
  font-size: 12px;
}

#donationform .TextBox,
#donationform .riTextBox {
  border: 1px solid #B5A26A !important;
  color: #000000;
  font-size: 12px;
}
.RadComboBoxDropDown_Vista .rcbItem, 
.RadComboBoxDropDown_Vista .rcbHovered, 
.RadComboBoxDropDown_Vista .rcbDisabled, 
.RadComboBoxDropDown_Vista .rcbLoading {
  background: none;
}
#dnn_ctr2748_DynamicForms_imgSave {
  margin-left: 150px;
}
.chrome #dnn_ctr2748_DynamicForms_imgSave,
.safari #dnn_ctr2748_DynamicForms_imgSave,
.ie7 #dnn_ctr2748_DynamicForms_imgSave {
  margin-left: 135px;
}


#dnn_ctr955_DynamicForms_tblQuestions .DynamicForms_LabelCell {
  width: 140px !important;
}
.DynamicForms_QuestionTableCell span {
  width: 300px !important;
}
#dnn_ctr955_DynamicForms_imgSave {
  margin-left: 150px;
}
.safari #dnn_ctr955_DynamicForms_imgSave,
.ie7 #dnn_ctr955_DynamicForms_imgSave {
  margin-left: 150px;
}

#dnn_ctr2776_DynamicForms_tblQuestions .DynamicForms_LabelCell {
  width: 140px !important;
}

#dnn_ctr2776_DynamicForms_imgSave {
  margin-left: 133px;
}
.safari #dnn_ctr2776_DynamicForms_imgSave,
.ie7 #dnn_ctr2776_DynamicForms_imgSave {
  margin-left: 133px;
}

.smalltext {
  font-size: 10px;
}

#divCategory {
 position:relative;
 z-index:999;
 background:#FFFFFF;
}


/*clears floats with no presentational markup*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
	display: block;
	height: 1%;
}
/*End Hack \*/

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.ControlPanel, .PagingTable {
	width: 100%;
	height: 64px;
	background-color: #FFFFFF;
	BORDER-RIGHT: #003366 1px solid;
	BORDER-TOP: #003366 1px solid;
	BORDER-LEFT: #003366 1px solid;
	BORDER-BOTTOM: #003366 1px solid;
}
.SkinObject {
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	text-decoration: none;
}
A.SkinObject:link {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:visited {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:active {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:hover {
	text-decoration:    none;
	color:#003366;
}
/* style for module titles */
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem {
	background-color:White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container {
	background-color: Transparent;
}
.DataGrid_Footer {
	background-color:White;
}
.DataGrid_Header {
	background-color:Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item {
	background-color:Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem {
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.TreeMenu_NodeSelected {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	text-decoration:    none;
	color: #ff0000;
}
/* styles used in the FileManager */
.FileManager {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar {
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer {
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList {
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #999999 1px solid;
	height: 25px;
}
.FileManager_Pager {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #999999 1px solid;
	height: 25px;
}
.FileManager_StatusBar {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}
.FileManager_AltItem {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}
.FileManagerTreeNode {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.FileManagerTreeNodeSelected {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	text-decoration:    none;
	color: #ff0000;
}
/* styles used in the Wizard Framework */
.Wizard {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton {
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #999999;
}
.WizardHeader {
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter {
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText {
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText {
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
/* text style used for help text rendered by modules */
.Help {
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:underline;
	color: #003366;
}
A.CommandButton:visited {
	text-decoration:    underline;
	color: #003366;
}
A.CommandButton:active {
	text-decoration:    underline;
	color: #003366;
}
A.CommandButton:hover {
	text-decoration:    underline;
	color: #ff0000;
}
/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
HR {
	color: #999999;
	height:1pt;
	text-align:left
}
/* Custom admin module fixes */
#dnn_ctr605_DD select {
	width: 110px;
}
#dnn_ctr606_DD select {
	width: 110px;
}
#dnn_ctr607_DD select {
	width: 110px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	height:16px;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {
	font-size:  12px;
	font-weight:    bold;
	color: #4F7884;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled {
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled {
}
/*Container style*/
.dropdown select {
	font-size: 10px;
	font-family: Arial, sans-serif;
}
@charset "utf-8";
/* CSS Document */



.RadWindow 
{
    z-index:999999 !important;   
}



