body {
	margin: 0;
	padding: 0;
	background-image: url(/graphics/fade.jpg);
	background-position: 0 80px;
	background-repeat: repeat-x;
	background-color: #F1EEF4;
}


/*****************************
 * Top Banner
 *****************************/

#banner {
	position: relative;
	height: 80px;
	width: 100%;
	background-image: url(/graphics/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #410264;
}

#skipmenu {
	margin: 0; padding: 0;
}

#skipmenu span {
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:auto; 
	height:auto; 
}

#skipmenu a { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}

#skipmenu a:active, #skipmenu a:focus { 
	top: 0px;
	left: 215px;
	width:auto; 
	height:auto;
	background-color: #E0CEE8;
	border-top: none;
	padding: 5px 10px;
	color: #410264;
	font-size: 1.4em;
	background-image: url(/graphics/menu_fade_hover.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
} 


/*****************************
 * Main Menu
 *****************************/

#menu {
	position: absolute;
	top: 80px;
	left: 0;
	margin: 0 0 0 12px;
	width: 202px;
}

#menu form {
	margin: 0;
	padding: 0;
}

#menu p.search {
	background-color: #E0CEE8;
	margin: 0;
	text-align: center;
	background-image: url(/graphics/dotted_410264.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 6px 10px;
	border-left: 1px solid #410264;
	border-right: 1px solid #410264;
}

#menu p.search input {
	width: 83px;
	background-image: url(/graphics/icons/bg_search.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	background-color: White;
}

#menu p.search button {
    margin:0 0 0 5px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family: Verdana, Arial, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#410264;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:0px 6px 1px 3px; /* IE6 */
}
#menu p.search button[type] {
    padding:1px 6px 2px 3px; /* Firefox */
    position: relative;
    top: -1px;
    line-height:1.4em; /* Safari */
}
*:first-child+html #menu p.search button[type] {
    padding:2px 6px 2px 3px; /* IE7 */
    line-height: 1em;
    top: 0;
}
#menu p.search button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


#menu p.search label {
	position: absolute;
	top: -3000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#menu p.size {
	background-image: url(/graphics/menu_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 6px 10px 2px 10px;
	text-align: center;
}

#menu p.size span {
	position: relative;
	top: -5px;
	color: #410264;
}

#menu p.size a {
	color: #410264;
	text-decoration: none;
	padding-left: 5px;
}

#menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #E0CEE8;
}

#menu ul li {
	display: block;
	padding-bottom: 1px;
	background-image: url(/graphics/dotted_410264.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #410264;
	border-right: 1px solid #410264;
}

#menu ul li a {
	display: block;
	width: 158px;
	padding: 0.7em 8px 0.7em 34px;
	background-color: #E0CEE8;
	background-image: url(/graphics/menu_cross.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	color: #410264;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
}

#menu ul li a:hover, #menu ul li a.current {
	background-color: #CFB3DB;
}


#menu ul li a strong {
	font-weight: auto;
	text-decoration: underline;
}


/*****************************
 * Content Wrapper
 *****************************/
 
#content {
	margin: 0 0 0 226px;
	padding: 12px 0 0 0;
	background-image: url(/graphics/cathedral_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 400px; /* height of bg */
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 400px;
}
/**/

#content #printbanner {
	display: none;
}


/*****************************
 * Content Blocks
 *****************************/


div.primary, #secondnav, div.footer, div.related {
	margin: 0 0 12px 0;
	clear: both;
	width: 500px;
}

div.primary, div.secondary, #secondnav, div.footer, div.related {
	padding: 10px;
	border: 1px solid #410264;
	background-color: White;
	
}

div.primary {
	background-image: url(/graphics/primary_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
}

div.secondary {
	width: 168px;
	float: left;
	padding-top: 0;
	position: relative;
}

div.first {
	margin: 0 12px 0 0;
}

div.second {
	margin: 0 0 0 0;
}

/*****************************
 * Secondary Navigation
 *****************************/

#secondnav {
	color: #6E578C;
	background-image: url(/graphics/secondmenu_fade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 80px;
	width: 430px;
}

#secondnav p {
	font-size: 130%;
	font-weight: bold;
	display: inline;
}

#secondnav ul {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0
}

#secondnav ul li {
	display: inline;
}

#secondnav ul li a {
	color: #410264;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	padding-left: 12px;
	margin-left: 8px;
	background-image: url(/graphics/secondmenu_cross.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#secondnav ul li a.current {
	text-decoration: underline;
}

#secondnav ul li a:hover {
	text-decoration: underline;
}

/*****************************
 * Related Links
 *****************************/
div.related {
	background-color: #E0CEE8;
	color: #6E578C;
	background-image: url(/graphics/related_fade.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


div.related li {
	list-style-type: none;
}
div.related a {
	padding-left: 12px;
	background-image: url(/graphics/secondmenu_cross.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0;
}


/*****************************
 * Page Footer
 *****************************/
div.footer {
	clear: both;
	background-color: #410264;
	color: #F1EEF4;
	margin-bottom: 10px;
	background-image: url(/graphics/footer_knocker.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 80px;
	width: 430px;
}

div.footer p {
	margin: 0;
	line-height: 1.5em;
	word-spacing: 0;
	letter-spacing: 0;
	font-size: 0.9em;
}

div.footer .first {
	float: right;  
	margin-left: 10px;
	clear: right;
}

div.footer ul {
	list-style: none;
	padding: 0; margin: 0;
}

div.footer li {
	display: inline;
}
div.footer a {
	color: #F1EEF4;
}

div.footer a:hover {
	text-decoration: none;
}

/*****************************
 * Layout with side-bar
 *****************************/

div.outer {
	float: left;
	margin-bottom: 12px;
	width: 522px;
}

div.inner {
	float: left;
	width: 392px;
}

div.outer div.primary {
	float: left;
	width: 370px;
}

div.outer div.sidebar {
	width: 118px;
	float: left;
	margin: 0 0 0 12px;
	overflow: hidden;
}

div.outer div.sidebar h1, div.outer div.sidebar h2 {
	font-size: 1.3em;
	margin: 0;
}



div.outer div.sidebar div p{
	margin: 0;
}

div.outer div.sidebar div ul{
	margin: 0;
}

div.outer div.sidebar div, div.outer div.sidebar p.person {
	margin: 0;
	border: 1px solid #410264;
	background-color: White;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 12px;
}

div.outer div.sidebar div {
	padding: 6px;
}

div.outer div.sidebar div.latest dd {
	margin-left: 5px;
}

div.outer div.sidebar div.latest ul, div.headlines ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-top: 1em;
}

div.outer div.sidebar div.latest li, div.headlines li {
	display: block;
	margin-bottom: 6px;
}

/*****************************
 * Home Page
 *****************************/

div.home {
	position: relative;
}
div.home img.headfade {
	margin-bottom: -42px;
	z-index: 0;
}

div.home p, div.home h1 {
	position: relative;
	z-index: 1;
}

div.home h1 {
	display: none;
}

div.home div.readon {
	position: relative;
	z-index: 3;
	background-color: White;
	text-align: right;
	width: 380px;
	margin: 1em 0 0 0;
	padding: 0;
}

div.home div.readon a {
	color: White;
	text-decoration: none;
	padding: 4px 4px 4px 19px;
	background-image: url(/graphics/readmore_bg.gif);
	background-position: 0 -68px;
	background-repeat: no-repeat;
	margin: 0;
}

#content div.outer div.aerial {
	border: none;
	margin: 10px 0 0 0;
	background-repeat: no-repeat;
	background-color: #060606;
}

#content div.outer div.sidebar div.aerial {
	background-position: center -80px;
	height: 88px;
	background-image: url(/graphics/thin_aerial.jpg);
}

#content div.outer div.inner div.aerial {
	background-image: url(/graphics/wide_aerial.jpg);
	width: 392px;
	position: absolute;
	background-position: center 44%;
}

/*div.home div.primary h1 {
	color: White;
	margin-bottom: 40px;
	font-size: 1.5em;
	font-style: italic;
	text-align: right;
}

div.home div.primary h1 span {
	font-weight: bold;
	font-size: 1.8em;
	font-style: normal;
	display: block;
}?