body,html {
	padding: 0;
	margin: 0;	
	height: 100%;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	background-color: white;
	color: #333;
}

#header, #footer { 
	position: absolute;	
	top: 10px;
	height: 90px;
	width: 100%;
	background-image: url("bkgheader.png");
}

#mainTopic, #mediaMenu {
	position: absolute;
	top: 10px;
	text-align : right;
	width: 60%;
}

#mainTopic h1 {
	margin: 0;
	padding: 0;
}

#mainTopic img {
	margin-right: 20px;
}

#subTopic, #mainMenu {
	position: absolute;
	top: 30px;
	right: 0;
	width: 40%;	
}

 #subTopic h2 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	top: 10px;
}




#content {
	margin-top: 120px;
	margin-left: 40px;
	padding-right: 20px;
	background-color: white;
	overflow: auto;
	color: black;
}


#footer {
	top: auto;
	bottom: 10px;
	background-image: url("bkgfooter.png");
}






br.clear { 
	clear: both;
}


#bordert, #borderb, #borderl, #borderr{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #333;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}

#borderb {
	top: auto;
	bottom: 0;
}

#borderl, #borderr {
	width: 10px;
	height: 100%;
	left: 0;
}

#borderr { left:auto; right: 0; }

acronym { border-bottom: 1px dotted #333; }


h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

a {
	color: black;
}