body {
	background:url(/images/bgTile.gif) top center;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

p {
	line-height:18px;
	margin-top:5px;
}

h1 {
	font-weight:none;
	font-family:Helvetica, Arial;
	color:#1C718C;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#extraBG {
	background:url(/images/extraBG.jpg) top center repeat-x;
}

#extraEdges {
	background:url(/images/extraEdges.jpg) top center no-repeat;
}

#allEdges {
	background:url(/images/allEdges.jpg) top center repeat-y;
}

#container {
	background:#ffffff;
	width:756px;
	/*height:600px;*/
	margin:0 auto;
	text-align:left;
}

#nav {
	background:url(/images/navBG.jpg) top left repeat-y;
	text-align:right;
}

#nav a {
	color:#32829b;
	text-decoration:none;
}

#nav a:hover {
	color:#923904;
}

#subnav {
	color:#32829b;
	padding-right:23px;
}
	#subnav a {
		color:#32829b;
	}
	#subnav a:hover {
		color:#923904;
	}
	
#content {
	background:url(/images/contentBG.jpg) right repeat-y;
}

#contentTwo {
	padding:20px;
}

#testimonials {
	background:url(/images/testimonialsBG.jpg) top right no-repeat;
}

#testimonialsTwo {
	padding:20px;
}
	#testimonialsTwo h1 {
	 	font-size:14px;
	}
	
#examinfo p {
	color:#1C718C;
	font-style:italic;
}
#examinfo p a {
	font-style:normal;
	font-weight:bold;
	color:#1C718C;
	text-decoration:none;
}
#examinfo p a:hover {
	text-decoration:underline;
}

#quotes p {
	color:#1C718C;
	font-style:italic;
	background:url(/images/quotes.gif) top center no-repeat;
}

#quotes p a {
	font-style:normal;
	font-weight:bold;
	color:#1C718C;
	text-decoration:none;
}
#quotes p a:hover {
	text-decoration:underline;
}

#footer {
	background:url(/images/footerBG.jpg) top repeat-x;
	color:#ffffff;
	padding:20px 25px 0 25px;
}
	#footer a {
		color:#ffffff;
		text-decoration:none;
	}
	#footer a:hover {
		color:#dbf3ff;
		text-decoration:underline;
	}
