/*
print
*/ 
html, body{
	margin:0;
	padding:0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
 } 
 
#pagewidth{
	max-width:95%;
	min-width:50%;
	background-image: url(../images/bground.gif);
	margin-top: 1em;
	margin-right: 3em;
	margin-bottom: 3em;
	margin-left: 3em;
	border: thin double #999999;
}

a:link{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bold;}
 
#header{
	position:relative;
	height:175px;
	width:100%;
	color: #333333;
	font-size: x-small;
	background-color: #FFFFFF;
	background-image: url(images/idealogo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
} 
 
#sidebar{
	display:none;
 }

 
#content{
	background-color: #FFFFFF;
	float: left;
	position: relative;
	width:90%;
	text-align: justify;
	vertical-align: top;
	min-width: 40%;
	margin-left: 1em;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #333333;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
 } 
#footer{
	height:100px;
	width:96%;
	margin-left:1em;
	clear:both;
	font-size: x-small;
	color: #333333;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #FF6600;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FF6600;
	margin-bottom: 1em;
	padding-left: 1em;
	background-image: url(images/minitree.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
 } 
#footer a:link{
	color: #FF6600;
	text-decoration: none;
	display: inline;
}
#footer a:hover{
	color: #663300;
	text-decoration: underline;
	display: inline;
}
#footer a:active{
	color: #663300;
	text-decoration: underline;
	display: inline;
}
#footer a:visited{
	color: #333333;
	text-decoration: none;
	display: inline;}
 
