@charset "UTF-8";
/* CSS Document */
*,html,body{
	margin:0;
	padding:0;
}

body {
	background: white;
	font-family:tahoma, arial, san serif;
	font-size:11px;
	color:#333333;
	}
	

#wrapper{
	height:100%;
	width:100%;
}
#logo h1{
	display:none;
}
#printLogo{
	display:block;
}
#topmenu{
	display: none;
}
#slogan{
	display: none;
}
#innerwrapper{
	margin:0px auto;
	width:100%;
}
#navigation{
	display: none;
}
#main{
	width:100%;
}
#content{
	margin-top:20px;
}
#content a, #content a:active, #content a:visited{
	text-decoration:underline;
	color:#cc0000
}
#content a:hover{
	text-decoration:none;
}
#flashcontent{
	display:none;
}
#side{
	display:none;
}
#content h2, #side h2{

	margin-top:20px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:14px;
	padding-left:10px;
	line-height:1.5em;
	border-bottom:#999999 thin solid ;
	margin-bottom:0.5em;
}
#content h3, #side h3{
	padding-left:10px;
	line-height:120%;
	color:#cc0000;
	margin-bottom:0.2em;
	font-size:1em;
}
#content ol, #content li, #content ul, #content blockquote{
	margin-left:20px;
}
#side p, #content p{
	line-height:18px;
	margin-bottom:1em;
	padding-left:10px;
}
#footer{
	display: none;
}
.divider{
	display:none;
}