@import url(/css/calendar.css);
@import url(/css/menu.css);
@import url(/css/module.css);

body {
	background-color : #adacab;
	/* background-image: url(/images/Saints.jpg);
	background-repeat:repeat; */
	margin : 0px;
	padding : 0px;
	font-family : Arial;
	font-size : 13px;
	color : #656565;
	overflow : auto;
}
a:link, a:visited {
	color : #362e3c;
}
 a:hover, a:active {
	color : #99885c;
}
div.canvas {
	background-image : url(/images/background.gif);
	background-position : center top;
	background-repeat : repeat-y;
	width : 906px;
	padding : 0px 8px;
	margin : 0px auto;
	text-align : left;
}
div.canvas div.header {
	margin : 0px 8px;
	width : 890px;
	height : 118px;
	background-image : url(/images/header.gif);
}
div.canvas div.header img#logo {
	position : absolute;
	margin : 17px 0px 0px 47px;
}
div.canvas div.header div.search {
	position : absolute;
	margin-top : 15px;
	margin-left : 630px;
}
div.canvas div.header div.search input#search {
	width : 140px;
	height : 22px;
	border : solid 1px #a1a1a1;
	margin-right : 8px;
}
div.canvas div.header div.headernav {
	position : absolute;
	margin-top : 90px;
	margin-left : 630px;
}
div.canvas div.header div.headernav a:link, div.canvas div.header div.headernav a:visited {
	color : #e5e0bd;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
	margin : 0px 10px;
}
div.canvas div.header div.headernav a:hover, div.canvas div.header div.headernav a:active {
	color : #e5e0bd;
	text-decoration : underline;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
}
div.canvas div.navigation {
	margin : 0px 8px;
	height : 22px;
	border : solid 1px #9a8d6a;
	background-image : url(/images/navbg.gif);
	background-repeat : repeat-x;
}
div.canvas div.main {
	margin : 0px 8px;
	min-height : 600px;
	background-color : #ffffff;
	padding-bottom : 20px;
}
div.canvas div.main div.content h1 {
	font-size : 21px;
	font-weight : normal;
	color : #352d39;
	text-transform : uppercase;
	margin-bottom : 3px;
	padding : 0px;
	width: 581px;
	border-bottom: 1px solid #352d39;
}
div.canvas div.main div.content h2 {
	font-size : 22px;
	font-weight : normal;
	color : #352d39;
	text-transform : uppercase;
	margin : 15px 0px 0px 0px;
	padding : 0px;
}
div.canvas div.main div.content h3 {
	font-size : 18px;
	font-weight : normal;
	color : #352d39;
	text-transform : uppercase;
	margin : 0px;
	padding : 0px;
}
div.canvas div.main div.content h4 {
	font-size : 13px;
	font-weight : normal;
	color : #352d39;
	text-transform : uppercase;
	margin : 0px;
	padding : 0px;
}


div.canvas div.main div.sidebar {
	width : 200px;
	margin : 17px 18px 0px 0px;
	float : right;
}
div.canvas div.main div.breadcrumbs {
	height : 42px;
	font-size : 10px;
	line-height : 14px;
	padding : 15px 20px 0px 20px;
	color : #656565;
	text-transform : uppercase;
}
div.canvas div.main div.breadcrumbs span.current {
	color : #362e3c;
}
div.canvas div.footer {
	clear : both;
	margin : 0px 8px;
	border : solid 1px #9a8d6a;
	border-bottom : none;
	height : 29px;
	background-image : url(/images/footerbg.gif);
	background-repeat : repeat-x;
}
div.canvas div.footer a {
	color : #ffffff;
	background-image : url(/images/footernavbg.gif);
	margin-right : 1px;
	height : 29px;
	line-height : 29px;
	display : block;
	float : left;
	text-decoration : none;
	font-size : 11px;
	text-align : center;
}
div.canvas div.footer a.selected {
	color : #3e3643;
	background-image : none;
	background-color : #ffffff;
}
div.canvas div.footer a:hover, div.canvas div.footer a:active {
	color : #3e3643;
	background-image : none;
	background-color : #ffffff;
}
img#photoLeft {
	float : left;
	border : solid 1px #000000;
	margin : 0px 7px 7px 0px;
}
img#photoRight {
	float : right;
	border : solid 1px #000000;
	margin : 0px 0px 7px 7px;
}

#agenda h1 {font-size: 24px; border: 0px;}
#agenda h2 {font-size: 20px;}
#agenda h3 {font-size: 18px;} 
#agenda h4 {font-size: 16px; display: block; font-weight: bold; padding: 10px; margin: 10px auto; border: 1px solid #000000; width: 500px;}
#agenda h4 a {display: block;}
#agenda h4 a:hover {background-color: #c6c6c6; color: #ffffff; }
#agenda h1, #agenda h2, #agenda h3, #agenda h4{text-align:center;}
#agenda ol ol li {list-style-type: lower-alpha;}

/* BEGIN TABLES  */

#table .bg-gray {
	background-color: #ead9c7;
}

#table {
	border-right: 1px solid #362E3C; border-bottom: 1px solid #362E3C;
}

#table .header {background-color:#aea488; color: #FFFFFF;}

#table td {border-top: 1px #362E3C solid; border-left: 1px #362E3C solid; padding: 3px; margin: 0;}

/* END TABLES  */