/* navigation */

#topNav {
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	width: 100%;
	height: 23px;
	color: black;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	border: 2px 2px 2px 2px;
	top: 110px;
	left: 10px;
	position: absolute;
	background: transparent
	}

#subheader {
	top: 70px;
	position: absolute;
	color: red;
	height: 50px;
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
	right: 20px;
	width: 100%;
	left: 10px;
}

a.topnav {	
	text-decoration: none;
	color: #0000ff;
	background: transparent
	}

a.topnav:hyperlink {	
	text-decoration: none;
	color: #ffff66;
	background: transparent;
	font-size: 12pt;
	font-weight: bold
	}

a.topnav:visited {	
	text-decoration: none;
	color: #CC0000;
	background: transparent;
	font-size: small;
	font-weight: bold
	}

a.topnav:hover { 
	text-decoration: none;
	color: #CC0000;
	background: transparent;
	font-size: small;
	font-weight: bold
	}


/* header */

#header {
 	background: black; 
	top: 10px;
	right: 10px;
	left: 10px;
 	width: 100%; 
 	height: 50px; 
 	padding: 5px 5px 5px 5px;
 	margin: 0px 5px 0px 0px;
	position: absolute;
	text-align: center;
	font-size: 24pt;
	color: white;
	}


/*breadcrumb */

#breadcrumb {
	background: #ffffff;
	color: #999999;
	font-size: 10pt;
	align: left;
	width: 100%;
	height: 10px;
	left: 5px;
	position: absolute; 
	margin: 10px 0px 0px 0px;
	top: 150px
	}



/* main text */

#title {
	font-size: 16pt;
	font-weight: bold;
	left: 130px;
	top: 230px;
	height: 22px;
	position: absolute;
	width: 50%;
	}

#text {
	font-size: 12pt;
	font-weight: normal;
	width: 100%;
	color: black;
	padding: 2px 4px 2px 4px;
	left: 10px;
	top: 290px;
	position: absolute;
	text-align: left;
	}

#image {
	left: 10px;
	top: 210px;
	width: 100px;
	height: 70px;	
	position: absolute;
	}

#image2 {
	right: 10px;
	top: 210px;
	width: 100px;
	height: 70px;	
	position: absolute;
	}