
/*
  Dark Blue: #020469 
  M. Dark Abbey Green: #225446 (* Not Used)
  Abbey Green: #388c74
  Light Abbey Green: #cbe5e3
  Mid Abbey Green: #9bcecb
*/

body{
	color: #333;
}

#content{
	font-family: times;
	font-size: 107%;
	line-height: 1.43em;
	padding-left: 30px !important;
}


#content p{
	margin-bottom: 20px;
}

#content em{
	font-style: italic;
}

#content strong{
	font-weight: bold;
}



a.plain{
	border: 0px;
}

a.plain:hover{
	border: 0px;
}

#content a{
	text-decoration: none;
	border-bottom: 1px #999 dotted;
	color: #333;
}

#content a:visited {
	color: #303;
}

#content a:hover{
	text-decoration: none;
	border-bottom: 1px #000 solid;
}

#content h1{
	font-family: verdana;
	background-color: #020469;
	font-size: 127%;
	line-height: 1.11em;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #fff;
	margin-left: -5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content h2{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: verdana;
	font-size: 114%;
	line-height: 1.25em;
	font-weight: normal;
	color: #020469;
}

#content h3{
	font-family: verdana;
	font-weight: bold;
	color: #000;
}

#content strong{
	font-weight: bold;
}

#content ul.bulleted{
	list-style: disc;
	padding-left: 2em;
	margin-bottom: 0.715em;
	margin-top: 0.715em;
}

#content ul.bulleted li{
	font-size: inherit; /* 107% - 14px */
	line-height: 1.43em;
}

#content ul.filled li{
	border-bottom: 1px solid #999;
	background-color: #eee;
	margin-right: 2em;
}

#content ul.spaced li{
	margin-bottom: 0.715em;
	margin-top: 0.715em;
}


#content ul.indent{
	padding-left: 2em;
}

#content .bigQuote{
	font-size: 28px
}

#content ol.numbered{
	list-style: decimal;
	margin-right: 6em;
	margin-left: 4em;
	margin-bottom: 0.715em;
	margin-top: 0.715em;
}

#content ol.spaced li{
	margin-bottom: 0.715em;
	margin-top: 0.715em;
}

#content dd{
	line-height: 1.43em;
}