/* January 2007 - PW */
/* CSS Style Fixs to add support for the "old" Website when its displayed using the CMS's Style Sheets */
/* DELETE when all old pages transfered to CMS */

#content_old {
	margin-left: 185px;
	margin-top: 5px;
}

/* Hide from IE5-mac. Only IE-win sees this. 3px IE BUG Fix \*/ 
#content_old {
	height: 1%;
}
/* End hide from IE5/mac */

#content_nomenu_old {
	margin-left: 0px;
	margin-top: 5px;
}

#content_old div {
	height: 1%; /* Dirty Hack to fix IE 5.5 / 6 Text Shifting bug when using nested DIVs */
}

#content_old h1, #content_nomenu_old h1 {
	background-color: #7EB4DC;
	background-image: url(../../Images/bar_background_gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
	/*/*//*/
	background-color:#FFFFFF;
	/* */
	color: inherit;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #A7B8C1;
	border-right: 1px solid #A7B8C1;
	font-weight: bold;
	font-size: 110%;
}



#Footer_Address p {
	margin-top: 0px;
}

.fivePercentFont {
	font-size: 5%;
}

.fortyPercentFont {
	font-size: 40%;
}

.seventyPercentFont {
	font-size: 70%;
}

.hundredThirtyPercentFont {
	font-size: 130%;
}

.fivePointIndentation {
	margin-left:5px;
}

.thirtyPointIndentation {
	margin-left:30px;
}

.fiftyPointIndentation {
	margin-left:50px;
}

.seventyPointIndentation {
	margin-left:70px;
}


.blueBoxBlackBorder {
	border: 1px solid #A7B8C1;
	background-color: #F5F7F7;
	padding: 10px;
}

.highlight {
	background-color:#FFFF00;
}

.noHighLight {
	font-weight:normal;
	text-align:left;
}

.copyright {
	font-size:80%;
}

.pageBreak {
	page-break-after: always;
}

h2 {
	margin-top: 0px;
}

.imgpage {
	float: right;
	padding: 30px 10px 10px 10px;
}

.layouttable {
	padding: 0px;
	margin-right:0px;
	margin-left:0px;
	border:none;
}

.layouttable  td {
	padding: 0px;
	margin-right:0px;
	margin-left:0px;
	border:none;
	background-color:transparent;
}

.oldsearchbox {
	background-color: #F5F7F7;
	color: inherit;
	border: 1px solid #A7B8C1;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom:0em;
}