@charset "utf-8"; 
body  {
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	color:#4a6371;*/
}
.thrColFixHdr #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background-image:url(images/Header-Bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 145px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top:1px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
.thrColFixHdr #top-bar {
	/*height: 37px;*/
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px; /* IE8 Fix */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: -10px; /* IE8 Fix */
}
.thrColFixHdr #mainContent { 

} 
.thrColFixHdr #heading { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	padding: 15px 10px 10px 10px;
	margin-top: 35px;
	background-image: url(images/Heading-Bar-Bg.png);
	background-repeat: repeat-x;
	width: auto;
	height: 40px;
} 
.thrColFixHdr #box { 
	border: 1px solid #CCFF00;
} 
.thrColFixHdr #heading-Q { 
	background-image: url(images/Heading-Bar-Q.png);
	background-repeat: no-repeat;
	width: 65px;
	height: 70px;
	float: right;
	margin-top: -17px;
} 
.thrColFixHdr #footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/Footer-Bg.png);
	background-repeat: repeat-x;
	height: 225px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #4a6371;
	padding: 10px 30px 10px 0px;
	text-align:justify;
}
.Text-Date {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #4a6371;
}

.Text-Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #FFF;
	padding: 10px;
	text-align:left;
}

.Text-Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #4a6371;
	padding: 10px;
}

.Text-Banners {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #FFF;
	padding: 0px 10px 5px 10px;
}

.Text-Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #4a6371;
	padding: 10px 30px 10px 0px;
	text-align:justify;
}

.Text-Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 20px;
	color: #4a6371;
}

.Text-Headings-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #FFF;
	background-color: #3A4D58;
	padding: 10px;
}

.Text-Heading-Bar {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 20px;
	color: #FFF;
	background-color: #3A4D58;
	padding: 10px;
	vertical-align:middle;
}

a.LinksWhite:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: underline; }
a.LinksWhite:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: underline; }
a.LinksWhite:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: underline; }
a.LinksWhite:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #CCC; text-decoration: none; }

a.Links:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.Links:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.Links:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.Links:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666; text-decoration: none; }

a.LinksGrey:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.LinksGrey:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.LinksGrey:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.LinksGrey:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666; text-decoration: none; }

a.LinkDQ:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.LinkDQ:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.LinkDQ:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #4a6371; text-decoration: underline; }
a.LinkDQ:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #4a6371; text-decoration: none; }

.Banners {
	border: 1px solid #CCFF00;
	background-color: #666666;
}

.Banners-Heading-Bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/Banner-Bar-Bg-Image.png);
	background-repeat: repeat-x;
	height: 46px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center center;
}

.Banners-Heading-Bg-NoImage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/Banner-Bar-Bg-NoImage.png);
	background-repeat: no-repeat;
	background-color: #666666;
	height: 65px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center center;
}

.Banner {
	border: 1px solid #CCFF00;
	background-color: #666666;
	width: 205px;
	text-align:left;
}

.Banner #Banner-Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/Banner-Bar-Bg-Image.png);
	background-repeat: repeat-x;
	height: 46px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-position: center center;*/
}

.Banner #Banner-Heading-NoImage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/Banner-Bar-Bg-NoImage.png);
	background-repeat: no-repeat;
	background-color: #666666;
	height: 65px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center center;
}
.FormBox-300 {
		width: 300px;
		border: 1px solid #4a6371;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #4a6371;
		background-color: #FFF;
		text-indent: 2px;
}
.Text-Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding: 5px 10px 5px 10px
}
.Buttons-Brescia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a6371;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 100px;
	border: 1px solid #4a6371;
	cursor:hand;
	background-color: #FFF;
}

.Footer-Top {
	background-image:url(images/Footer-Top-Bg.png);
	background-repeat: repeat-x;
	height: 28px;
}

.content-main
  {
  width: 950px;
  position:relative;
  left:50%;
  margin-left:-475px;
  height: auto; 
  }
.CenterColumn
  {
  width: 950px;
  position:relative;
  left:50%;
  margin-left:-475px;
  height: auto; 
  }

.leftColumn
  {
  width: 330px;
  float: left;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style:normal;
  padding: 10 10 10 0;
  }  

.rightColumn
  {
  width: 620px;
  float: right;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style:normal;
  padding: 10 10 10 0;
  }  
