/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
* {
	background: none ! important;
	color: black ! important;
}




body {
	background: White;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
}
container,subcontainer,primary {
	width: 100%; margin: 0; float: none;
}
div#container{
/*width: 760px;*/
/*margin: 0 auto;*/
text-align: left;
top:210px;
/*background-color: #9400D3;*/
}
#constantbottombar{
	display:none;
}
div.content{
	display:none;
}

img.curve {
float: right; 
clear: right; 
margin: 0 1em 0 0;
}
img.rootimage{
	float: left; 
clear: left; 
margin: 0 1em 0 0;
}

div#texttopbar{
	display: none;
}
div#printtopbar{
	display: block;
	height:200px;
	width:95%;
}

div#topbar1{
display:none;

	}

div#topbar{

		display: none;

	}

}

div#subcontainer{
	position:relative;
/*	width:760px;
   float: none;*/
	display: block;
}

div#leftbar {
	display: none;
	}



div#primary{
/*		position:absolute;*/
/*		left:5px;*/
/*		width:95%;*/

	margin-top:0;
	display: block;

/*   top:-10px;*/
/*	background-color: Fuchsia;*/
}	
	div#primary p, div#primary li, div#primary li a{
		font-family: "MS Sans Serif", Geneva, sans-serif;
		color: black;
		text-align: justify;
		font-size: 12pt;
/*		font-weight: 500;*/
/*			line-height: 22px;*/
			}
	div#primary > a{

	text-decoration:underline;
	}		
	div#primary li a:hover{
		color: #008242;
		text-decoration:underline;
	}	
	div#rightbar{

		display:none;

}







img.curve {
float: right; 
clear: right; 
margin: 0 1em 0 0;
}
img.rootimage{
	float: left; 
clear: left; 
margin: 0 1em 0 0;
}
p,td,ul {
/*	font-family: "MS Sans Serif", Geneva, sans-serif;
		color: #585858;
		text-align: left;	
	font-size: 0.7em;
	font-weight: 500;	*/
}
td{
	vertical-align: middle;
}

h1 {
	font: medium Arial, sans-serif;
	color: #6B6B6B;
	text-align: left;
	font-weight: bold;
}
h2 {
	font: small Arial, sans-serif;
	color: #6B6B6B;
	text-align: left;
	font-weight: bold;
}
h3 {
		font: 100% medium Arial, sans-serif;
	color: #9932CC;
	text-align: left;
}


