@import url("menuh.css");

body { background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ffffff;

	background-image: URL('LineVert_in.jpg');
	background-repeat: repeat-y;

	margin: 0px;

      text-align: justify;
      font-family: Verdana, Arial, Helvetica, Tahoma;
      font-size: 9pt;
      color: #4256b6; 

/*     scrollbar-face-color: #b64647; 
      scrollbar-shadow-color: #b62627; 
      scrollbar-highlight-color: #8296b6; 
      scrollbar-track-color: #b68687; 
      scrollbar-arrow-color: #000407;
*/
}

body, div, p { float: none; } 

.policy { margin: 60px 80px 60px 80px;

	background-image: none;

      text-align: justify;
      font-family: Verdana, Arial, Helvetica, Tahoma;
      font-size: 10pt;
      color: #000407;

/*    scrollbar-face-color: #b64647; 
      scrollbar-shadow-color: #b62627; 
      scrollbar-highlight-color: #8296b6; 
      scrollbar-track-color: #b68687; 
      scrollbar-arrow-color: #000407;	*/
}

.policy a:link { text-decoration: none; color: #4256b6; }
.policy a:visited { text-decoration: none; color: #2236b6; }
.policy a:hover { text-decoration: none; font-style: italic; color: #8296b6; }
.policy a:active { text-decoration: none; font-style: italic; color: #8296b6; }


p.headline {
	height: 40px;
	margin: 0px 40px 0px 40px;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
}

a:link	{ text-decoration: none; color: #b64647; }
a:hover	{ text-decoration: none; font-style: normal; color: #4256b6; }
a:active	{ text-decoration: none; font-style: normal; color: #4256b6; }
a:visited	{ text-decoration: none; color: #b64647; }



p.fancy {
	text-indent: -20px;
	text-align: justify;
	margin: 10px 20px 10px 20px;
}

.note {
	font-size: 8pt;
	color: #4256b6;
}

#MainContent {
	position: absolute; top: 205px; left: 120px;
	width: 720px;
}

#horizontal {
	background-image: URL('LineBG_in.jpg');
	background-repeat: repeat-x;
	position: absolute; top: 0px; right: 0px;
	width: 100%; height: 123px;
	margin: 0px; border: 0px; padding: 0px;
}

#Accreditations {
	text-align: right;
	position: relative; bottom: 0px; right: 0px;
	margin: 40px 0 10px 0;
}

#footer {
	text-align: right; font-size: 7pt; 
	position: relative; bottom: 0px;
	border-width: 1px 0 1px 0; border-color: #b64647; border-style: solid; 
	height: 50px; vertical-align: middle; margin-top: 10px;
}


.row {
display: table-row;
vertical-align: middle;
margin: 0;
padding: 0;
}

.cell {
	width: 240px;
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	float: left;
}

* html .row, * html .cell { display: inline-block; }

.preview { 
	height: 40px; width: 40px;
	float: right;
	border: dotted 1px; margin: 0 5px 5px 5px;
	}

.caption {
	position: absolute; top: 0px; left: 0px;
	background-color: #e0e0e0;
	filter:alpha(opacity=65); -moz-opacity:.65;opacity:.65;
	font-weight: bold;
	}

.Cold {	position: absolute; top: -50px;
	font-size: 10pt;
	font-weight: bold;
	color: #66aa99;
	width: 100%; text-align: center; }

.Cold img { vertical-align: middle; }