/* CSS Document */

html, body{
  margin:0; /*** Do NOT set anything other than a left margin for the page as that would break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Notice the slashes and stars? This previous height declaration is hidden from Mac IE 5.x */
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
/***	font-size: 100.1%;  Don't change this setting. Make all other font-sizes in % ***/
	color: #392453;
	background-color: #FFF;
	text-indent: 0px;
	width:100%;
	line-height: 1.2;
}
td {
	vertical-align: top;
}
#masthead, #content, #navBar, #footer, h1, h2, h3, h4, hr, p, ul, li, img {
  margin:0;
  padding:0;
  border:none;
}
#masthead, table {
	width:100%;
}
a, a:visited, a:active {
	color: #4F3074;
	text-decoration: underline;
}
a:active {
	color: #77951E;
}
a:hover {
	color: #5C7317;
}
#masthead {
	height: 141px;
	background-image: url(/images/headbkgr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:top;
	display:block;
}
#masthead h1{
	font-weight: normal;
	position: absolute;
	left: 330px;
	top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 155%;
	color: #5E3989;
	padding-top: 9px;
}
#masthead h2 {
	font-weight: normal;
	position: absolute;
	left: 210px;
	top: 89px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 110%;
	color: #5E3989;
}
#masthead h2 em {
	color: #5E3989;	
}
/************* #breadCrumb styles *************/

#masthead #breadCrumb {
	font-size: 9px;
	padding: 6px 10px 5px 10px;
	color: #3D2D57;
	position: absolute;
	left: 166px;
	top: 118px;
}
/********************************************/
/*   left navigation column styles          */
/********************************************/
#navBar {
	width:167px;
	padding-bottom: 10px;
	background-image: url(/images/lnavbkgr.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/* padding-left for the ul tag affects the bullet, while margin-left affects the wrapped lines' hanging indent */
/* padding-left for the li tag affects the distance between the bullet and the lists item */
#navBar ul {
	margin-left: 9px;
	padding-left: 9px;
	color: #3D2D57;
	list-style-type: disc;
	font-size: 10px;
}
#navBar li {
	line-height: 1.3;
	padding-right:20px;
}
#navBar ul ul li {
	padding:0;
}
#navBar a, #masthead #breadCrumb a, #footer a {
	text-decoration:none;
}
/************* #main section *************/
#content {
	font-size:11px;
	padding-left: 10px;
	border-top: 1px solid #d2dcc6;
}
#content p {
	padding: 4px 0 10px 0;
}
#content ul {
	margin-left: 16px;
	padding: 4px 0 10px 16px;
	list-style-type: disc;
}
#content li {
	padding-left:3px;
}
#feature {
	float:left;
	width: 355px;
	margin: 3px 5px 15px 0;
	display:inline;
}
#feature p {
	text-align:center;
	margin-left:0;
	padding-left:0;
	font-size:9px;
}
#pageNav {
	margin-left:0;
	padding-left:0;
	font-size:10px;	
}
#content table {
	width: 97%;
}
#content h2, #content h3, #content h4, #content h5 {
	color: #5E3989;
	font-weight: normal;
}
#content h2 {
	font-size: 16px;
}
#content h3 {
	text-align: left;
	padding-bottom: 5px;
	font-size: 12px;
}
#content h3.special {
	font-style: italic;
	color: #40680F;
}
#content h4 {
	font-size: 14px;
	background-color: #F1EEF7;
	padding-bottom: 3px;
	margin-left: -10px;
	padding-left: 10px;
	margin-right: -20px;
	padding-right: 20px;
}
#content h4.next {
	text-align: right;
	font-size: 65%;
}
#content h5 {
	padding-bottom: 6px;
	font-size: 12px;
}
#content #deco {
	float:right;
	border-width: 1px;
	border-style: dashed;
	border-color: #96A378;
	margin:4px;
	padding:6px;
}
img.stopper  {
	padding: 15px 15px 5px 0;
	float: right;
}
#footer {
	background-color: #EAE4F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2dcc6;
	border-bottom-color: #d2dcc6;
	padding: 5px 10px 5px 16px;
	font-size: 9px;
	color: #5E3989;
}

