body{
	text-align : justify;
	font-size : 0.8em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.image{
	display: none;
}

.mainmenu{
	display: none;
}

.sidemenu{
	display: none;
}

.submenu{
	display: none;
}

.submenuhead{
	display: none;
}

.submenucell{
	display: none;
}

.printhide{
	display : none;
}

h1 {
	color:black;
	font-size:18pt;
	text-align:center;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

h2{
	color:black;
	font-size:14pt;
	text-align:center;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

h3{
	color:black;
	font-size:12pt;
	text-align:center;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a:link{
	color : Blue;
	text-decoration : none;
}

a:visited{
	color : Red;
	text-decoration : none;
}

a:active{
	color : #00FAF7;
	text-decoration : none;
	background : black;
}

a:hover{
	color: yellow;
	text-decoration : underline;
	background : black;
}

a.homepageNav:link{
	color : #00FFFF;
	text-decoration : none;
	font-weight: bold;

}

a.homepageNav:visited{
	font-weight: bold;
}

a.homepageNav:active{
	font-weight: bold;
}

a.homepageNav:hover{
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}

hr{
	color: Black;
}

div#wrapper{
	width:95%; 
	margin:0 auto;
	border: none;
padding-bottom:1em;
}

div#header{
	display : none;
}

div#mainnav{
	display: none;
}

#container{
	width:100%;
	float:left;
	border: none;
	top:0em;
}

#breadcrumb{
	display : none;
}

ul#subnav{
	display: none;
}

#content{
	position: static;
	width: 100%;
	margin-left:0px;
	padding-left:0px;
	border: none;
}

#footer{
	display: none;
	border: none;

}