body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#318ECC;
	
	}
a {
	text-decoration: none;
	outline: none;
	color:#386672;
	}
a:visited {color:#386672;
	}
a:active {color:#386672;
	}
a:hover {
	color: #B1A498;
	}
	a:focus{
		color:#386672;
		}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	font-size:75%;
	line-height: 1.5em;
	margin: 0 1.5em 1.2em;
	padding: 0em;
	}
p.copyright{
	font-size:65%;
	color: #999999;
	}
p.caption
{color:#03677f;
font-size:70%;

}
li {
	font-size: 75%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	line-height: 1.5em;
	}

 ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	list-style: none url(../images/bulletImg.gif);
	margin-left:1em;
	}
td {
	font-size: 80%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
img.tealBorder{
	border:solid 1px #03677f;
	float:left; margin:0 10px 10px 0;
	}
#footer p {
	text-align:right;
	font-weight:bold;
	color: #999999;
	}
#subfooter p{
	font-size:70%;
	font-weight:normal;
	font-style: italic;
	}
	
h1 {
	font: normal 90% "Century Gothic", serif;
	text-transform: uppercase;
	color: #85bce2;
	margin: 1.5em 1.5em .5em 1em;
}
.homePage {
	margin-left:450px;
	margin-right: 20px;
	margin-top:50px;
	height: 200px;
}
.homePage p {
	color:#1C3264;
	text-align:justify;
}
.homePage h1{
	margin-top:0;
	padding-top:0;
}

ul.homePage{
	margin-left:265px;
}

.dottedLine {
	background: url(../images/horizDot.gif) repeat-x bottom;
	margin-right: 200px;
	margin-left: 15px;
	margin-bottom: 1.2em;
}

.boldTeal {
	font-weight: bold;
	color: #03677f;
}
