@charset "utf-8";
/* CSS Document */

html{
	font-size:75%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background:white;
	min-height:100%;
	position:relative;
	min-width:1000px;
	font: normal 150%/1.3 "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
}

h1,h2,h3,h4,h5,h6{
	margin: 2em 0 .5em;
	line-height:1.1em;
	padding:0;
}

h1{	font-size: 3em;  }
h2{	font-size: 2.5em;}
h3{	font-size: 190%;}
h4{	font-size: 140%;}
h5{	font-size: 120%;}
h5{	font-size: 100%;}

a{
	color:#455560;
}
a:hover{
	color:#0093d0;
}
a img{
	border:0;
}
p{margin: 0 0 1em 0; padding:0;}

#Page{
	position:relative;
	min-height:100%;
}

#Menu,
.QuickLinks,
.column1_Right,
#Logo_small, 
#Footer,
.menuStub {
	display:none;
}



</*******************  Common styles   *********************/>

.clear{ clear:both; }
.relative{	position:relative; }
.thin{	font-weight:normal; }
