body, td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	background: #c7c7c7;
	color: black;
}

body, div {
	margin: 0;
	padding: 0;

}

body {
	margin-top: 3em;
	margin-left: 3em;

}

hr {
  display: none;
}

table {

	table-layout: fixed;
	border-collapse: collapse;
/*	border: 0px solid green;*/
	width: 47em;
	
}


td, th {
	vertical-align: top;
	background-color: white;

}



#pageContainer {
/*	font-size: 100%;
	line-height: 100%;*/
	width: 81em;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
	z-index: 1;
}


#headerLogo {

	background-color: white;
	background-image: url(../images/page/header.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 16em;
	height: 100%;
	float: left;
}

#headerImage {
	background-image: url(../images/page/image.png);
	background-position: 0em 0em;
	background-repeat: repeat-x;
	width: 17em;
	height: 100%;
	float: left;
}

#headerLogo2 {
	background-image: url(../images/page/logo2.png);
	background-position: 0em 0em;
	background-repeat: repeat-x;
	width: 33em;
	height: 100%;
	float: left;
}

#headerMenu {

	width: 13em;
	height: 90%;
	margin-top: 0.3em;
	margin-right: 0.6em;
	float: right;
	vertical-align: bottom;
	text-align: right;
	line-height: 130%;
}


#blockMenu {
	font-size: 100%;
	line-height: 120%;
	/*padding-top: 100px;*/
	padding-top: 1em;
	width: 16em;
/*	border: 2px solid blue;*/
}



#columnContent {
	width: 100%;
	float: right;
	margin: 0 0 0.6em -16em;
	display: inline;
}

#content {
	margin: 7em 0 0 16em;
/*	width: 66.90em;*/
/*	padding: 0 1em 1.5em 1em;*/
	padding-top: 0.5em;
	padding-bottom: 1.2em;
	padding-right: 1em;
}


#header {
	position: absolute;
	left: 3em;
	top: 3em;
/*	background-color: #dddddd;*/
	background-color: #f17d00;
	width: 81em;
	height: 7em;
	border-right: 1px solid #aaa;
	color: white;
/*	margin: 0;
	padding: 0;*/
}


#content {
/*	background: white;*/
	color: black;
	border: 1px solid #aaa;
/*	line-height: 1.5em;*/
	padding-left: 1em;
	background-color: white;
}


#columnMenu {
	/*background-color: #EB6414;*/
	background-color: #858585;
	background-color: #666;
	background-image: url(../images/common/stripe.png);
	background-repeat: repeat-y;
/*	border: 2px solid blue;
	height: 100%;*/
	
}

#columnMenu {

	position: absolute;
	left: 3em;
	top: 10em;
	width: 16em;
	margin: 0;
	border-top: 1px solid #aaa;
	padding-bottom: 1em;

}


#rowFooter {

	text-align: center;
	margin-bottom: 1em;
}


/* more IE fixes */
/* float/negative margin brokenness */
* html #rowFooter {margin-top: 0;}
* html #columnContent {
	display: inline;
	margin-bottom: 0;
}


/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
	float: none;
}
* > html #column-one {
	position: absolute;
	left: 0;
	top: 0;
}
* > html #footer {
	margin-left: 13.2em;
}





.clearFloats {
	clear: both;
}

TABLE.twoColumnPageTable {
	width: 47em;
	border: 0px solid yellow;

}

TABLE.threeColumnPageTable {
	width: 29.5em;
	border: 0px solid red;


}


DIV.tcpFloatRight {
	position: relative;
	float: right;
	width: 23.1em;
	text-align: right;
	border: 0px solid blue;
}


DIV.tcpFixedLeft {
/*	text-align: justify;*/
	margin-bottom: 2em;
	border: 0px solid blue;
	padding-right: 24em;
}

DIV.pageTitle { /* == caption1 */
	font-size: 1.5em;
  line-height: 1.6em; 
  font-weight: bold;
  color: #EB6414;
	margin: 1em 0em;
	border: 0px solid green;
}

DIV.contact {

	clear: both;
	width: 25em;
	border: 0px solid green;
	margin-bottom: 0;
	margin-top: 3em;
	position: relative;
	left: 35em;
}

DIV.cite {

	font-size: 0.8em;
	border: 0px solid green;
	margin-bottom: 1em;

}

#rowFooter {
	clear: both;
	background-color: white;
	border: 1px solid #aaa;
}

.imageSubTitle {
  font-style: italic;
	padding-top: 1em;
}

#columnEvents {

	color: white;	
	width: 15em;
	float: right;
	padding-top: 0.5em;
	padding-left: 1.6em;
	background-color: #f17d00;
	margin-left: 3em;
	margin-bottom: 2em;

	background-image: url(../images/common/stripe.png);
	background-repeat: repeat-y;
}


.newsBlock {
	clear: left;
	border: 0px solid red;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: 1em;
	padding-right: 1em;
	
}

.newsText {
	margin-top: 0.25em;

}

.newsImage {

	width: 12em;
	border: 0px solid blue;
	float: left;
	font-style: italic;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

IMG.autoscale {
 	width: 95%;
}

.contactTitle {
	font-weight: bold;
	margin-bottom: 0.1em;
}
