@charset "UTF-8";
/* CSS Document */

div#footer {
	font-size:85%;
	color: #677380;
}
body {
	font : 70%/1.5 Verdana, Arial, "san-serif";
	color: #666;
}
h1 {
	color:#903A2C;
	font-size:90%;
	text-transform: uppercase;
	margin-top: 2.25em;
	margin-bottom: 0.5em;
}
h2, h3, h4, p, blockquote {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0.75em;
}
a {
	color: #4C6C89;
	text-decoration: none;
}
a:visited {
	color: #4C6C89;
}
a:hover {
	color: #666;
}
.emphasis {
	font-weight:bold;
}
.smallBullet {
	font-size: 69%;
}
div#footerHome {
	font-size:90%;
	color: #677380;
}
.subNav p {
	line-height:1.5;
	font-size: 90%;
}
.subNav a {
	color: #FFF;
}
.subNav a:hover {
	color: #222;
}
.subNav a:visited {
	color: #FFF;
}
.subNav a:link {
	color: #FFF;
}
.subNav {
	line-height:0;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 22px;
}
.no-margin-top {
	margin-top: 0em;
}
.no-margin-bottom {
	margin-bottom: 0em;
}
.no-margins {
	margin-bottom: 0em;
	margin-top: 0em;
}
.plain {
	text-transform:none;
	font-weight:normal;
}
.highlight {
	color:#903A2C;
	margin: 1.25em 0 .25em 0;
}
.list li, ul {
	list-style:disc;
	margin:0 0 .25em .75em;
	
	
}
