@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
.clear {
	clear: both;
}
#wrapper, #top, #header, #search, #content, #footer {
	text-align:left;
}
#wrapper {
	margin: 0 auto;
	width:760px;
	border:solid 1px #000;
}
#top {
	position: relative;
	background-color:#91b6bc;
}
#search {
	color:#999;
	text-align:right;
	font-size:12px;
	padding:2px 12px 2px 0;
	border-top:1px solid #333;
	background-color:#999;
}
#content {
	position:relative;
	margin:0;
	padding:0;
	width:760px;
	background: url(../images/backgrounds/page_int_bkgrd.gif) repeat-y;
}
#content #breadcrumbContainer {
	position: relative;
	width: 760px;
}
#breadcrumb {
	background: #ebe7ce;
	position: relative;
	padding:3px 0;
	width: 585px;
	left: 175px;
	border-bottom: 1px solid #CCCCCC;
}
#breadcrumb p {
	color:#999;
	font-size:12px;
	margin:0px 12px;
}
#breadcrumb a {
	color: #999999;
	text-decoration: none;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 170px;
}
#leftContent img {
	padding:6px 10px 6px;
}
#navigation {
	margin:0;
	padding:0;
}
#left p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
}
#leftContent p {
	margin: 6px 6px 6px 10px;
}
#main {
	margin: 0px;
	padding: 6px 0px 0px 14px;
	float: left;
	width: 374px;
}
#main h1 {
	color: #999999;
	margin: 6px 0 0;
	font: normal 20px Garamond, Georgia, "Times New Roman", serif;
}
#main h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #993366;
	margin-bottom:1em;
}
#main h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #993366;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#main h4 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #993366;
	margin-bottom: 0;
}
#main h5, #main h6 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #993366;
	margin-bottom: 0;
}
#main p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 1em;
}
#main ul, #main ol {
	font-size: 0.9em;
	margin-top:1em;
	margin-right:12px;
	margin-bottom:1em;
	margin-left: 36px;
}
#main ol {
	list-style: lower-roman inside;
}
#main li {
	margin-bottom: 0.5em;
}
#main ul li{
	list-style: url(../images/bullets/square.gif);
}
#main li ul li { 
        list-style-image:url(../images/bullets/round.gif); 
		font-size:1.2em;
}
/*Added 1/27/2009 for Lisa*/
#main ul.links { 
        padding: 0;
        margin: 0 0 1em 0;     
}
#main ul.links li {
    margin: 0 0 0 16px;
    list-style-image:url(/images/icons/arrow-maroon-white.gif);
}
#main ul.multiLine li, #main ol.multiLine li {
	margin-bottom:12px;
}
#main ul.bodyLinks li {
		margin:1em -12px 1em -36px;
		list-style-type:none;
        list-style-image: none;
		font-size:1.2em;
}

#main ul.bodyLinks h3{ 
        margin: 0 0 0.1em 0;
}

#main ul.bodyLinks li h3 a,
#main ul.bodyLinks li h4 a,
#main ul.bodyLinks li h5 a{
        font-weight: bold;
        padding: 0 8px 0 0;
	background: url(../images/icons/arrow-maroon-white.gif) no-repeat right;
}
#main ul.alphaIndex{ 
        margin-bottom: 20px;
}

#main ul.alphaIndex li{ 
        font-weight: bold;
        margin: 0 5px 0 0;
        float: left;
        list-style-type: none;
        list-style-image: none;
}
#main a {
	color: #993366;
}
#breadcrumb a:link {
	color: #999999;
	text-decoration: none;
}
#breadcrumb a:visited {
	color: #999999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #999999;
	text-decoration: underline;
}
#breadcrumb a:active {
	color: #999999;
	text-decoration: none;
}
/*------Beging image styles---------------*/

img {
	border: 0;
}
#main div.image {
	margin: 6px 0 5px 0;/*changed top border from 3 to 6px*/
	max-width: 365px;
	padding: 0;
}
#main div.image p {
	font:10px sans-serif;
	color:#000;
	margin: 3px 0 3px;
}
#main div.image p.illustrator {
	font-style: italic;
}
#main div.right {
	float:right;
	margin:6px 0 5px 15px;/*changed top border from 3 to 6px*/
}
#main div.left {
	float:left;
	margin:6px 15px 5px 0;/*changed top border from 3 to 6px*/
}
#main div.center {
	width: 365px;
	text-align: center;
}
#main div.image img {
	border:1px solid #000;
}
#main div.no-border img {
	border:0;
}
/*------End image styles---------------*/


#main p.actionLink {
	margin: 0 0 10px 0;
	font-weight:bold;
	font-size:0.85em;
	padding: 0 0 0 10px;
	background: url(../images/icons/arrow-maroon-white.gif) no-repeat left;
}
#main a.actionLink {
	font-weight:bold;
	font-size:0.85em;
	padding: 0 0 0 10px;
	background: url(../images/icons/action-link.gif) no-repeat top left;
}
#right {
	margin: 12px 0px 0px 1px;
	padding: 0px;
	float: right;
	width: 180px;
}
#right p {
	font-size: .9em;
	line-height: 1.3em;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 12px;
}
#footer {
	margin: 0 auto;
	text-align: center;
	padding-top: 1em;
	width: 760px;
}
#footerLinks p {
	line-height: 1.6em;
	font-size: 1.01em;
}
#footerLinks a {
	color: #333333;
}
#footerLinks a:link {
	color: #333333;
}
#footerLinks a:visited {
	color: #333333;
}
#footerLinks a:hover {
	color: #993366;
}
#footerLinks a:active {
	color: #333333;
}
#footer #copyright {
	font-size: 0.85em;
	margin-top: 2em;
}
.publication {
	font-style: italic;
}
.phoneNumber {
	font-weight: bold;
}
/*---------------Begin IE6 White space bug fix-----------------*/
#navigation a, #qmenu a {
	display: inline-block;
}
#navigation a, #qmenu a {
	display: block;
}
#leftContent a {
	color: #993366;
}
#main address {
	font-style: italic;
	margin-bottom:1em;
}
#main .anchorLinks {
	padding-right: 1em;
	padding-left: 1em;
/*	border-top: 1px solid #936;*/
	border-bottom: 1px solid #936;
	margin-bottom: 1.5em;
}
#main .anchorLinks h3 {
	/*margin-bottom: -0.5em;*/
	margin-left: -1em;
	margin-right: -1em;
	border-bottom: 1px solid #936;
}
#main .anchorLinks ul.bodyLinks  li {
	margin-bottom: 0em;
	margin-top: 0.5em;
}

