body, html {
	color: #666;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	min-width: 850px;
		}
body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	background: #fff;
}
body#home {background: #fff url(images/bg_grad_aq.jpg) repeat-x;}
body#pink {background: #fff url(images/bg_grad_pk.jpg) repeat-x;}
body#grey{background: #fff url(images/bg_grad_gr.jpg) repeat-x;}


#bghome {
	background-image: url(images/bg_aq.jpg);
	background-position: top center; 
	background-repeat: no-repeat; 
	height: 800px; 
}

#bgpink {
	background-image: url(images/bg_pk.jpg);
	background-position: top center; 
	background-repeat: no-repeat; 
	height: 700px; 
	}
	
#bggrey {
	background-image: url(images/bg_gr.jpg);
	background-position: top center; 
	background-repeat: no-repeat; 
	height: 700px; 
	}

#nav {
	text-align: center;
	margin-top: 0px;
	padding-top: 110px;
	}
		
	
#right {
		width:250px;
		float:left;
		margin-top: 18px;
		margin-bottom:20px;
		}
	
#center {
		width:400px;
		float:left;
		margin-bottom:20px;
		margin-left: 100px;
		margin-right: 17px;
		margin-top: 50px;
		}
		
#mainContainer {
	width: 850px;
	margin: 0 auto; /*** Centers the design ***/
	margin-top: 0px;
	min-height: 400px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
	
* html #mainContainer {
	height: 400px;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
		
		
a {
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: underline;
}
a.con {
	color: white;
	text-decoration: none;
}
a.con:hover{
	color: black;
	text-decoration: none;
}

h1 { font-family: Arial, Tahoma, sans-serif;
	font-size: 20px; 
	font-weight: normal;
	padding-bottom: 2px;
	color: #666;
	line-height: 100%;
}
body#pink h1  { font-family: Arial, Tahoma, sans-serif;
	font-size: 20px; 
	font-weight: normal;
	padding-bottom: 2px;
	color: #F6A1A7;
	line-height: 100%;
}

body#grey h1  { font-family: Arial, Tahoma, sans-serif;
	font-size: 20px; 
	font-weight: normal;
	padding-bottom: 2px;
	color: #888;
	line-height: 100%;
}

body#home h1  { font-family: Arial, Tahoma, sans-serif;
	font-size: 20px; 
	font-weight: normal;
	padding-bottom: 2px;
	color: #6CCFF6;
	line-height: 100%;
}
.pale {
	font-size: 9px; 
	font-weight: normal;
	padding-bottom: 1px;
	color: #999;
}

ul {
	line-height: 170%;
	list-style-type: square;
	list-style-image:  url("images/bullet.gif");
	list-style-position: outside
	}
ul#pink {list-style-image:  url("images/bullet_pk.gif");}	
ul#grey {list-style-image:  url("images/bullet_gr.gif");}	
	
	
li {
	line-height: 170%;
	}
	
#grad	{ 	background-image: url(images/grad.jpg);
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 180px;
	float: left;
	padding: 10px;
}
	
table.fine {
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	border-collapse: collapse;
}

table.fine td {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 5px;
}

.quote {
	font-style: italic; 
	padding-bottom: 2px;
	color: #555;
}
select, input, menu, list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}	
.clear { clear: both; }

hr { color:#e5e5e5; height: 1px; shade:no-shade;}
/**************************
FOOTER
**************************/
#footer {
	width: 850px;
	margin-top: 30px;
	text-align: left;
	margin:0 auto;

}
