@charset "utf-8";

/* Containers */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	background-color:#7a5879;
}

#BannerContainer{
	background: url(../Images/Plumbanner.jpg) repeat-x;
	height: 161px;
}

#ContentTop {
	background: url(../Images/ContentBG_01.jpg) repeat-x;
}

#ContentMiddle {
	background: url(../Images/ContentBG_02.jpg) repeat;
	padding: 1px 0 0 0;
}

#ContentBottom {
	background: url(../Images/ContentBG_03.jpg) repeat-x;
}

a {
	text-decoration: none;
	color: #3E3F9A;
	font-weight:bold;
	}

a:hover {
	color:#3E3F9A;
	text-decoration:underline;
	}

ol {
	padding: 0px;
	margin-left: 25px;
	margin-top:5px;
	}

ol li {
	padding:2px;
	}	
	
.normalList {
	padding: 0px;
	margin-left: 15px;
	margin-top:5px;
	}
	
.normalList li { 
	list-style-image: url("/images/Bullet.gif");
	padding:2px
	}

/*------level two----------*/

.normalList ul.levelTwo {
	margin-left:16px;
	margin-top:2px;
	}
	
.normalList  ul.levelTwo li  {	
	list-style-image: url("/images/Bullet-hyphen.gif");
	} 

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
    }
ol {
	padding: 0px;
	margin-left: 25px;
	margin-top:5px;
	}

ol li {
	padding:2px;
	}	
	

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
    }

h1 {
	font-size:14px;
	color:#3C266D;
	margin:10px 0 10px 0;
	font-weight:bold;
	}
	
h2 {
	font-size:12px;
	color:#3C266D;
	margin:10px 0 10px 0;
	font-weight:bold;
	}

h2 a:link, h2 a:visited, h2 a:active {
	color:#3E3F9A;
	text-decoration:none;
	background-color:none;
	}

h2 a:hover {
	color:#3E3F9A;
	text-decoration:underline;
	background-color:none;
	}

h3 {
	font-size:12px;
	color:#3C266D;
	margin:10px 0 10px 0;
	font-weight:bold;
	}

h3 a:link, h3 a:visited, h3 a:active {
	color:#3E3F9A;
	text-decoration:none;
	background-color:none;
	}

h3 a:hover {
	color:#3E3F9A;
	text-decoration:underline;
	background-color:none;
	}
h4 {
	margin:0px 1px 1px 0px ;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	font-size:11px;
	color:#3C266D;
	font-weight:bold;
	}

h4 a:link, h4 a:visited, h4 a:active {
	color:#3E3F9A;
	text-decoration:none;
	background-color:none;
	}

h4 a:hover {
	color:#3E3F9A;
	text-decoration:underline;
	background-color:none;
	}


#disclaimerFooter {
	line-height:2em;
	font-size:9px;
	font-weight:normal;
	color: #8C8582;
}

sup {
	font-size:11px;
}

#mainNav {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;


}