/* startoutsites.css */

body {
     margin:0; padding:0; 
	  height: 100%; 
	  font: normal 100.01% sans-serif;
     color: #000066;
     background-color: #ffF0dc;  /* #ffF8dc #f0EAea */
}
body.contactUs { background-color: #f0F8ff; color: #333333; }

h1 { text-align: center; }
p  { 
   max-width: 600px;
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
 }
.pageContainer { 
   margin: 1.5em 1.5em 1.5em 1.5em; 
	width: 100%;
	max-width: 600px;
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
}

.contactText {
   font-size:   1.2em;
  	margin: 1.5em 0 0.2em 0;
}
.contactReminder { 
   font-size:   1.2em;
  	margin: 0 0 0.2em 0;
	color: #660000;
}

.contactAddress  {
   font-size:   1.2em;
  	margin: 0 0 0 1.0em;
}
.msgBox { 
	max-width: 600px; 
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
	color: #000066;
	background-color: #ffF0dc;
}
.emailField { color: #000066; background-color: #ffF0dc; }
.emailBox   { padding: 0.5em 0 1em 0 }
.submit1 {
   font-size: 1.2em;
	padding: 0.1em 0.2em;
}
.submitBox1 {
   margin: 0.5em 0 0 5.0em;
}

.errorText {
   font-size:   1.2em;
  	margin: 1.5em 0 0.2em 0;
  	color: #aa0000;
}
