.red 		{color: red;}
.green 		{color: green;}
.blue 		{color: blue;}
/*.orange		{color: orange;}*/
.black		{color: black;}
/*.brown		{color: brown;}*/
.purple		{color: purple;}

.error 		{color: red; font-weight: bolder;}
.warning,
.success		{color: green; font-weight: bolder;}

.message-basic,
.message-notice,
.message-warning,
.message-debug,
.message-error,
.message-db_notice, 
.message-db_error {
	border: 1px solid #600;
	background: #eee;
	color: #333;
	font-weight: bolder;
	padding: 5px;
	margin: 20px 50px;
	height: 100%;
}
.message-warning {
	background: #fdd;
	color: red;
}

.message-notice {
	background: #ddf;
	color: blue;
}

.message-db_notice {
	background: #fda;
	color: black;
}
.message-error,
.message-db_error {
	background: yellow;
	color: red;
}

/* IE 6 peak-a-boo fix */
* html h2 {height: 1%;}
* html center {height: 1%;}
* html h1 {height: 1%;}
* html p {height: 1%;}
/** html ul {height: 1%;}*/
* html dd {height: 1%;}
* html dt {height: 1%;}
* html b {height: 1%;}
* html span {height: 1%;}
* html div.form-label {height: 1%;}
* html div.form-field-container{height: 1%;}
* html div.form-field{height: 1%;}
* html div.form-field 	TEXTAREA {height: 1%;}
* html div.form-field 	INPUT {height:1%;}

/** html li {height: 1%;}*/
/* End IE 6 peak-a-boo fix */
body {
	background-color: #EEE;
    font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	padding: 0px;
	text-align: left;
}

h1 {
	font: 900 20px/24px verdana, arial, helvetica, sans-serif;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #000;
}
h2 {
	font: bold 14px/18px verdana, arial, helvetica, sans-serif;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
h3 {
	font: bold italic 12px/14px verdana, arial, helvetica, sans-serif;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

h5 {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 14px;*/
	font-size: 15px;
/*	line-height: 22px;*/
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	padding-top: 10px;
}


ul {
	text-align: left;
}

li {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	padding-top: 3px;
	padding-left: 0px;
	text-align: left;
}

p {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	padding: 0px;
	text-align: left;
}

a:link, a:visited {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #600;
	text-decoration: underline;
	text-align: inherit;
}

a:hover {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #C00;
	text-align: inherit;
	text-decoration: underline;
}

a.middlePageLink:link, a.middlePageLink:visited {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #600;
	text-decoration: underline;
	text-align: inherit;
}

a.middlePageLink:hover {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #C00;
	text-align: inherit;
	text-decoration: underline;
}

a.newsItem:link, a.newsItem:visited {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 10px;*/
	font-size: 11px;
	color: #600;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
}

a.newsItem:hover {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 10px;*/
	font-size: 11px;
	color: #C00;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
}

a.paragraphLink:link, a.paragraphLink:visited {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #600;
	text-decoration: underline;
	text-align: inherit;
}

a.paragraphLink:hover {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #C00;
	text-align: inherit;
	text-decoration: underline;
}

a.borderlessImg:link img, a.borderlessImg:visited img, a.borderlessImg:hover img {
    text-decoration: none;
    border-style:none;
}

p.front-para {
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 12px;*/
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	text-align: left;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#masterFrame {
	position: relative;
	min-width: 600px;
}

#tableHeader {
    width: 100%;
    height: 30px;
    border: 0px;
    border-collapse: collapse; 
}

#tableMaster {
	width: 100%;
/*	height: 100%;*/
	border: 0px;
	border-collapse: collapse;
}

#tableHeaderRow {
	background-color: #600;
	height: 30px;
	width: 100%;
	border: 0px;
}

#tableHeaderBrightCell {
	background-image: url(/images/header30.png);
/*    background-color: #eee;*/
	background-repeat: no-repeat;
	height: 30px;
	width: 288px;
	border: 0px none;
}

#tableHeaderPhraseCell {
    background-color: #600;
	height: 30px;
	min-width: 312px;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 12px;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	border: 0px;
}

#tableBodyRow {
	border: 0px;
}

#tableBodyCell {
}

#subtableBody {
	background-color: #666;
	width: 100%;
	border: 0px;
	border-collapse:collapse;
}

#subtableMainRow {
	background-color: #EEE;
}

#subtableMenuCell {
	background-color: #EEE;
	border: 0px;
	vertical-align: top;
	width: 177px;
}

#subtableMainCell {
	vertical-align: top;
}

#roundTop {
	width: 177px;
	height: 15px;
	vertical-align: top;
}

#menuLeftTop {
	background-color: #CCC;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 175px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menuLeftExtra {
	background-color: #CCC;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 175px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#infoFor {
	background-color: #600;
	width: 160px;
	height: 20px;
	color: #FFF;
	border: 1px solid #666;
	margin-left: 0px;
	vertical-align: bottom;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 12px;*/
	font-size: 13px;
}

#quickLinks {
	background-color: #600;
	width: 160px;
	height: 20px;
	color: #FFF;
	border: 1px solid #666;
	margin-left: 0px;
	vertical-align: bottom;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 12px;*/
	font-size: 13px;
}
#menuLeftBottom {
	/*background-color: #333;
	border: 1px solid #666;*/
	background-color: #444;
	border: 1px solid #666;
	width: 175px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#csLogo {
	width: 175px;
	height: 101px;
}

#csLogoImage {
/*	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 2px solid #666;
	border-top: 1px solid #666;*/
	border: 1px solid #666;
	width: 175px;
	height: 101px;
}

#lookLogo {
	width: 175px;
	height: 72px;
}

#makeAnImpactLogo {
	width: 175px;
	
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#giveNowLogo {
	width: 175px;
	
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#codeMaroonLogo {
	width: 175px;
	
	padding-top: 0px;
}

#roundBottom {
	width: 177px;
	height: 15px;
	vertical-align: bottom;
}

#lookLogoImage {
	border: 1px solid #666;
	width: 175px;
	height: 70px;
}

#giveNowLogoImage {
	border: 1px solid #666;
	width: 175px;
}

#codeMaroonLogoImage {
	border: 1px solid #666;
	width: 175px;
}

#menuFiller {
	width: 177px;
}

#mainBody {
	vertical-align: top;
	min-height: 470px;
	background-color: #EEE;
/*	padding-right: 5px;*/
}

#mainCenter {
	vertical-align: top;
}

#centerStrip {
    background-image: url(/image/hrbb-strip.png);
	background-repeat:repeat-x;
	height: 75px;
/*	min-width: 500px;*/
}

#centerStripBlank {
    background-color: #EEE;
/*	height: 75px;*/
	min-width: 350px;
	text-align:center;
	font-size: 23px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentCell {
	vertical-align: top;
}

#newsCell {
/*    background-color: #CCC;*/
	vertical-align: top;
	width: 200px;
}

#mainNews {
/*	padding-left: 10px;*/
	width: 200px;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
}

#menuTop {
/*	width: 100%;*/
	height: 20px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #CCC;
	vertical-align: bottom;
	padding-left: 5px;
}

#roundLeft {
	width: 100px;
	height: 25px;
	display: table-cell;
	text-align: center;
}

#subsubtableCenter {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

#subsubtableMenuCell {
	vertical-align: top;
}

#mainContent {
	margin-left: 25px;
	margin-right: 25px;
	background-color: #EEE;
	height: 100%;
}

#centerImage {
	text-align: center;
}

#centerImageBG {
	background-image: url(/image/brightCenter05.png);
	background-repeat:repeat-x;
	min-width: 500px;
	min-height: 450px;
}

#frontCenterTable {
    border-collapse:collapse;
    border: 0px;
}

#outerFooter {
	text-align: center;
	color: #600;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	font-size: 10px;
}

#outerFooter a:link, #outerFooter a:visited {
	color: #600;
}

a.logo, a.logo:link, a.logo:visited {
    text-decoration: none;
}

.menuItemLeftTop, .menuItemLeftBottom, .menuItemLeftTopSelected, .menuItemLeftBottomSelected {
	width: 159px;
	border: 0px;
	margin-left: 2px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
}

.menuItemLeftTop {
	background-color: #CCC;
}

.menuItemLeftBottom {
	background-color: #333;
}

.menuItemLeftTopSelected, .menuItemLeftBottomSelected {
	background-color: #EEE;
}



.menuItemLeftTop a:link, .menuItemLeftTop a:visited, 
.menuItemLeftTopSelected a:link, .menuItemLeftTopSelected a:visited, 
.menuItemTop a:link, .menuItemTop a:visited,
.menuItemTopSelected a:link, .menuItemTopSelected a:visited,
.submenuItem a:link, .submenuItem a:visited {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #600;
	text-decoration: none;
}

.menuItemLeftBottom a:link, .menuItemLeftBottom a:visited,
.menuItemLeftBottomSelected a:link, .menuItemLeftBottomSelected a:visited {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}

.menuItemLeftBottomSelected a:link, .menuItemLeftBottomSelected a:visited {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #600;
	text-decoration: none;
}

.menuItemLeftTop a:hover, .menuItemLeftTopSelected a:hover,
.menuItemLeftBottom a:hover, .menuItemLeftBottomSelected a:hover,
.menuItemTop a:hover, .menuItemTopSelected a:hover,
.submenuItem a:hover {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #C00;
	text-decoration: none;
}

.searchbox {
	width: 159px;
	height: 40px;
	background-color: #CCC;
	color: #600;
	border: 0px;
	margin-top: 2px;
/*	margin-bottom: 10px;*/
	padding-left: 12px;
	padding-top: 5px;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
}

.submenu {
	position: absolute;
	z-index: 100;
	border: 1px solid #666;
	background-color: #CCC;
	left: 182px;
	padding-top: 2px;
	visibility: hidden;
}

.submenuItem {
	background-color: #CCC;
	padding: 5px 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
}

.front-table {
    border-bottom: 1px solid #600;
}

.front-image {
    height: 120px;
    width: 160px;
    float: left;
    border: 1px solid #600;
}

.front-para {
    font-family: Verdana, Helvetica, Arial, SansSerif;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #000;
	margin-left: 170px;
	vertical-align: middle;
}

.front-box {
/*    margin-bottom: 10px;*/
/*    vertical-align:bottom;*/
/*    display:block;*/
    border-left: 1px solid #600;
    border-right: 1px solid #600;
    
}
.front-table {
    border-bottom: 1px solid #600;
}

.box-title {
	font-family: Verdana, Helvetica, Arial, SansSerif;
    /*font-size: 12px;*/
	font-size: 13px;
	font-weight: bold;
	background-color: #600;
	color: #EEE;
	padding: 3px 4px;
	text-align: center;
}

.box-body {
/*	border-left: 1px solid #600; 
	border-right: 1px solid #600;*/ 
	padding: 6px;
/*	margin-bottom: 25px;*/
    background-color: #CCC;
}

.bc1-maroon-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:4px;
  margin-right:4px;
  background:#600;
  font-size:1px;
  border-left: 1px solid #D1B3B3;
  border-right: 1px solid #D1B3B3;
}
.bc2-maroon-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:3px;
  margin-right:3px;
  background:#600; 
  font-size:1px;
}
.bc3-maroon-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:2px;
  margin-right:2px;
  background:#600; 
  font-size:1px;
}
.bc4-maroon-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:1px;
  margin-right:1px;
  background:#600; 
  font-size:1px;
}
.bc5-maroon-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:0px;
  margin-right:0px;
  background:#600; 
  font-size:1px;
  border-left: 1px solid #D1B3B3;
  border-right: 1px solid #D1B3B3;
}
.bc1-gray {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:4px;
  margin-right:4px;
  background:#666;
  font-size:1px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.bc2-gray {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:3px;
  margin-right:3px;
  background:#CCC; 
  font-size:1px;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
}
.bc3-gray {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:2px;
  margin-right:2px;
  background:#CCC; 
  font-size:1px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.bc4-gray {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:1px;
  margin-right:1px;
  background:#CCC; 
  font-size:1px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.bc5-gray {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:1px;
  margin-right:1px;
  background:#CCC; 
  font-size:1px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.bc1-maroon-margin {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:4px;
  margin-right:4px;
  background:#600;
  font-size:1px;
  border-left: 1px solid #d1b3b3;
  border-right: 1px solid #d1b3b3;
  margin-bottom: 25px;
}
.bc1-maroon {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:4px;
  margin-right:4px;
  background:#600;
  font-size:1px;
  border-left: 1px solid #d1b3b3;
  border-right: 1px solid #d1b3b3;
}
.bc2-maroon {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:3px;
  margin-right:3px;
  background:#eee; 
  font-size:1px;
  border-left: 2px solid #600;
  border-right: 2px solid #600;
}
.bc3-maroon {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:2px;
  margin-right:2px;
  background:#eee; 
  font-size:1px;
  border-left: 1px solid #600;
  border-right: 1px solid #600;
}
.bc4-maroon {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:1px;
  margin-right:1px;
  background:#eee; 
  font-size:1px;
  border-left: 1px solid #600;
  border-right: 1px solid #600;
}
.bc5-maroon {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:1px;
  margin-right:1px;
  background:#eee; 
  font-size:1px;
  border-left: 1px solid #600;
  border-right: 1px solid #600;
}
.bc2-maroon-c {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:3px;
  margin-right:3px;
  background:#CCC; 
  font-size:1px;
  border-left: 2px solid #600;
  border-right: 2px solid #600;
}
.bc3-maroon-c {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:2px;
  margin-right:2px;
  background:#CCC; 
  font-size:1px;
  border-left: 1px solid #600;
  border-right: 1px solid #600;
}
.bc4-maroon-c {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:1px;
  margin-right:1px;
  background:#CCC; 
  font-size:1px;
  border-left: 1px solid #600;
  border-right: 1px solid #600;
}
.bc5-maroon-c {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:1px;
  margin-right:1px;
  background:#CCC; 
  font-size:1px;
  border-left: 1px solid #600;
  border-right: 1px solid #600;
}
.bc1-gray-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:4px;
  margin-right:4px;
  background:#666;
  font-size:1px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.bc2-gray-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:3px;
  margin-right:3px;
  background:#666; 
  font-size:1px;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
}
.bc3-gray-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin-left:2px;
  margin-right:2px;
  background:#666; 
  font-size:1px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.bc4-gray-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
/*  margin-left:1px;
  margin-right:1px;*/
  background:#666; 
  font-size:1px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.bc5-gray-fill {
  display:block; 
  overflow:hidden; 
  height:1px; 
/*  margin-left:1px;
  margin-right:1px;*/
  background:#666; 
  font-size:1px;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

/* This establishes the formatting for xml_form_functions()  */
.form-label {
	font: normal 12px Verdana, Arial, Sans-Serif;
	color: black; 
	display: block; 
  height: 100%;
  float:none;
}
.form-label-check {
	font: normal 12px Verdana, Arial, Sans-Serif;
	color: black; 
	display: block; 
	height: 100%;
	
}
.form-heading {
	font: 900 16px Verdana, Arial, Sans-Serif;
	margin-top: 15px;
	text-align: center;
	color: #990033; 
	display: block; 
	padding-bottom: 10px;
	height: 100%;
}

.form-note {
	font: normal 12px Verdana, Arial, Sans-Serif;
	color: black; 
	display: block; 
	padding: 3px 0px;
	height: 100%;
}

.form-error {
	font: 500 12px Verdana, Arial, Sans-Serif;
	color: red;
	display: block;
}

.form-field-container {
	margin: 3px 0px;
}

.form-help 		{color: gray; display: block; padding-left:10px;}
.form-button	{margin-top: 15px; display: block;}

.form-field 	.button {
	border: 1px solid black;
	margin: 10px 0px;
}
.form-field	.radio {
	height: 20px;
	width: default;
	border:none;	
}
.form-field	.check {
	height:15px;
	width:default;
	border:none
}
.form-field 	{display: block;}
.form-field 	TEXTAREA {font: 12px Arial, Sans-Serif; border: 1px solid gray;}
.form-field 	INPUT {border: 1px solid gray;}
.form-table {
	background-color:#eee;
}


.form-section-heading {
	font: 900 14px Verdana, Arial, Sans-Serif;
	margin-top: 5px;
	color: #990033; 
	display: block; 
	padding: 5px 0px;
	border-bottom: 1px solid gray;
}

.byline { height: 100%; }
.bydate { height: 100%; }


.popup {
	width: 600px;
	height: auto;
	position: fixed;
	top: 25em;
	left: 32em;
	z-index:101;
}
.popup-title {
	font-weight: bolder;
	background-color: #AAAAAA; 
	padding: 3px 6px; 
}

.popup-body {
	background-color: #E8E8E8;
	border-bottom: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	padding: 6px;
}
.popup-body table{
	width: 85%;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align:center;
}
.popup-body p{
	padding: 0;
	margin: 0;
}
.popup-mask {
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	visibility:hidden;
	z-index: 100;
	position: fixed;
	background-color: White;
	opacity: 0.7;	
	overflow: hidden;
}

