@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background-color:#d7e7f4; /*- per Nikki's request 3/23/09*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%; /*declaring % in body, and ems in individual tags works around an IE6 bug*/
	text-align:center;
	/*background-image: url(../images/backgrounds/body_bkgrd.jpg); - per Nikki's request 3/23/09*/
	background-repeat: repeat-x;
}
#wrapper, #header, #content, #footer {
	text-align:left;
}
#wrapper {
	margin:0 auto;
	width:800px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
}
#header img {
	border:none;
	margin:0;
	padding:0;
}
#tagline {
	background-color:#a80532;
	height:20px;
}
#tagline p {
	font-size:0.85em;
	color:#fff;
	text-align:right;
	padding:3px 12px;
/*	font-variant: small-caps;*/
}
#content {
	float:left;
	width:800px;
	background-image:url(../images/backgrounds/pg_bkgrd.jpg);
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#breadcrumb {
	background: #ebe7ce;
	position: relative;
	padding:3px 0;
	width: 618px;
	left: 182px;
	border-bottom: 1px solid #CCCCCC;
}
#breadcrumb p {
	color:#999;
	font-size:12px;
	margin:0px 12px;
}
#breadcrumb a {
	color: #999999;
	text-decoration: none;
}
#left {
	float:left;
	width:180px;
	padding:0;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#left #sidebar {
	margin:0;
	padding:0;
}
#left #sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #a80532;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right:-1px;
	text-align: center;
	letter-spacing: 0.1em;
}
#left #sidebar p {
	line-height: 1.4em;
	margin: 6px 6px 6px 10px;
}
#left #sidebar p a {
	font-weight: bold;
	color: #0533a6;
	background-image: url(../images/backgrounds/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#left #sidebar p a.none {
	font-weight: bold;
	color: #0533a6;
	background-image: none;
	font-size: 0.9em;
	line-height: 1.5em;
}
#main {
	float:left;
	width:405px;
	margin:0;
	padding:12px 0 0 14px;
}
#main h1 {
	font-family: AGaramond, Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom:0.5em;
}
.titleDate {
	font-size:0.75em;
}
.publication {
	font-style:italic;
}
#main h2 {
	font-size: 1.2em;
	color: #0553A6;
	font-weight: normal;
	margin-top:-0.75em;
	margin-bottom:1em;
}
#main h3 {
	font-size: 1em;
	line-height: 1.4em;
	color: #07539F;
	margin:1em 0 0.5em 0;
}
#main h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #07539F;
	margin:.5em 0;
}
#main h5, h6 {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #0052A4;
	margin:.5em 0;
}
#main p {
	margin: 0 0 1em 0;
	line-height:1.5em;
	font-size:0.9em;
}
#main a {
	color: #0052a4;
	text-decoration: underline;
}
#main ul, ol {
 margin:1 .em 2em;
	font-size:0.9em;
	margin: 1.5em 2.5em;
}
#main ul li, #main ol li {
	margin-top:1em;
}
#main ul li ul, #main ol li ol {
	font-size:100%;
}
#main ul li{
	list-style-image:url("../images/backgrounds/square.gif");
	line-height: 1.4em;
}
#main li ul li { 
        list-style-image:url("../images/backgrounds/round.gif");
		line-height:1em;
}
#main #callout {
	margin:12px 0;
	padding: 12px 12px 12px;
	border: 4px solid #91b6bc;
	background-color: #C5D8D8;
}
#main #callout  img {
	float: left;
	border:1px solid #333;
	margin: 4px 10px 10px 0;
	margin-bottom: 10px;
	overflow: visible;
}
#main #callout h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #0052A4;
	margin: 0 0 0.25em 0;
}
.actionLink {
	font-weight: bold;
	color: #0533a6;
	background-image: url(../images/backgrounds/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
	font-size: 0.95em;
	line-height: 1.5em;
}
#main div.image {
	margin:3px 0 5px 0;
	padding:0;
/*	max-width:365px;*/
}
#main div.right {
	float:right;
	margin-left:1em;
}
#main div.left {
	float:left;
	margin-right:1em;
}
#main div.image img {
	border:solid 1px #333;
}
#main div.image p {
	font-size:.8em;
	line-height:1.4em;
	margin:0;
	padding:.5em 0;
}
#main div.no-border img {
	border:0;
}
	
/*--------------image styles-------*/
/*.right {
	float: right;
	margin-left: 1em;
	margin-top:1.5em;
}
#main .right .caption {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: .5em;
}
.left {
	float: left;
	margin-right: 1em;
	margin-top:1.5em;
}
#main .left .caption {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: .5em;
}
#main img {
	border:1px solid #333;
}*/
/*-------------- end image styles-------*/
#right {
	float:right;
	width:160px;
	margin:0;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
}
#right h3 {
	color: #333;
	font-size: 1.01em;
	letter-spacing: 0.125em;
	font-variant: small-caps;
}
#right p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#right  a {
	color: #a24;
}
#clear {
	clear:both;
}
#footer {
	background-color:#fff;
	padding-top:1em;
}
#footer #footerLinks {
	text-align: center;
}
#wrapper #footer #footerLinks p {
	font-size: 0.9em;
	line-height: 1.4em;
}
#footerLinks  a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerLinks a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerLinks a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerLinks a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#footerLinks a:active {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#footerLinks p img {
	margin-top: 1em;
}
#footer #copyright {
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: center;
	margin-top: 2em;
}
.phoneNumber {
	font-weight: bold;
}
.address {
	font-size: 0.9em;
	line-height: 1.3em;
	font-style: italic;
}
