html, body {
	   text-align: center;
	   background-color:#359c9c;

	}
	#wrapper {
	   width: 730px;
	   margin: 0 auto 0 auto;
	   text-align: left;
	   padding: 10px;
	   background: #FFF;
	   border: 1px outset #eee;
	}
	#footer {
	   margin: 10px 0 0 0; 
	   font-size: 80%;
	   color: #ccc;
	}
	#error {
	   border: 1px solid red;
	   padding: 2px;
	   margin: 5px 0 15px 0;
	   background: #eee;
	}
	.center { text-align: center; }
	
	/* TOOLTIP HOVER EFFECT */
	#tooltip{ 
	   width:20em; background: #fff;
	}
	a {
		color:white;
		font-weight:bold;
		text-decoration:none;
	}
	h1 a {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	h3 a {
		color:#359c9c;
		font-weight:bold;
		font-size:80%;
		text-decoration:none;
	}
	h3  {
		color:#000;
		font-weight:bold;
		font-size:80%;
		text-decoration:none;
	}
	p a {
		color:red;
	}
	.policy a{
		color:#fff;
		font-size:75%;
		}
	.partners {
	margin: 0 auto 0 auto;
	width:730px;
	text-align: center;
	}
	.partners a{
		font-size:65%;
		color:#000;
		}
.menu {
width: 100%;
border:0;
}
.menu td {
background-color:#359c9c; 
height:30px;
}
.menu tr {
color:#000000;
}
.maxTable {
width:100%;
border:0;
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    #header {
        display: none;
    }
}
@media print { 
	/* your print styles go here */
	#header, #footer, #menu { display: none; } 

	body { font: 12pt georgia,serif; } 
	h1 { font-size: 18pt; } 
	h2 { font-size: 16pt; color: #000; }
	h3 { font-size: 70%pt; } 
}
.centerize {
text-align:center;


}