/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#0F9;
	opacity: 50;
}

a {
	color:#00FF33;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

A:link	{
	color:	#000000;
	}	
		
A:visited	{
	color:	#000;
	}	
		
A:active	{
	text-decoration:
	color:	#0066FF	}	
		
A:hover	{
	text-decoration:	none;
	color:	#36C;
	}

A:hover.subnav	{
	text-decoration:underline;
	color:#ff6600;
	size:11;
}

b {
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

B:link	{
	text-decoration:	none;
	color:	#000;
	}	
		
B:visited	{
	text-decoration:	none;
	color:	#000;
	}	
		
B:active	{
	text-decoration:
	color:	#0066FF;
	}	
		
B:hover	{
	text-decoration:	none;
	color:	#36F;
	}

B:hover.subnav	{text-decoration:none; color:#ff6600; size:11;}


h1_ {
	font:1.0em georgia,serif;
	margin:0;
	margin-left: 0px;
	padding: 0;
	padding-left: 0px;
}

h2 {
	margin:0 0 0.5em;
}
	h1, h2, a {
	color:#09F;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	background:#FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0em;
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	height: 72px;
}
	div#header p {
		font-style:italic;
		font-size:1.8em;
		margin:0;
	}

div#content {
	padding:0; /* bottom padding for footer */
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
}
	div#content p {
	text-align:justify;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ffffff;
	border-top:solid;
	height: 25px;
	border-color: #999;
	border-top-width: 1px;
}
	div#footer p {
	margin:0;
	color: #000;
	}

