@import url("cssmenuvertical.css"); 
.body
{
	/*background-color:blue;*/
	font-weight:bold;
	font-family:verdana;
}
.highyellow
{
	background-color:yellow;	
	font-weight:bold;
}
.cengoth
{
	font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.cengothbig
{
	font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
.textsmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;	
	text-decoration: none;	
}

h1.olrbig
{
	font-family: papyrus;
	/*font-size: 50px;*/
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;	
	text-decoration: none;	
	/*background-position: 10% 0%;*/
  margin: 5px 0;
}
h2.olrbig
{
	font-family: papyrus;
  font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;	
	text-decoration: none;	
  margin: 5px 0;
	/*background-position: 10% 0%;*/
}
.olrnotsobig
{
	font-family:  "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;	
	text-decoration: none;	
	/*background-position: 10% 0%;*/
}

.calheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;	
	text-decoration: none;	
}

.caltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;	
	text-decoration: none;	
}
/*test*/
div#caltext p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;	
	text-decoration: none;	
}

.caltextsmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*color: #005CE5;*/	
	text-decoration: none;	
}
.header{
	font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#223061;
}

hr.olr{
	background-color:#223061;
	noshade:false;
	width:55%;
	position:absolute;
	left:20px;
	
}

.content{
	font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#223061;
}

.shortcontent{
	font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color:#223061;
	width:50%;
}

ol.mylist li{
	list-style-type: decimal;
	font-weight: normal;

}


.youthshort{
	font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	color:#223061;
	width:100%;
}

hr.youthshort{
	background-color:#223061;
	noshade:false;
	width:100%;
	
}

.hidden
{
	font-size:1px;
	visibility:hidden;
}

ul.mylist, li.mylist{
	list-style-type: disc;
	color: #223061;
	margin-left: 15px;
}

ul.mylistnone, li.mylistnone{
	list-style-type: none;
	color: #223061;
	margin-left: 20px;
	font-weight: normal;
}

	/***********************************************************************
	/* Controls the color and actions of the ajax mini-cal function
	***********************************************************************/

	.miniheader{
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight: bold;
		color:#223061;
	}
	
	.miniheadersmall{
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#223061;
	}
	
	.miniheader a{
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#223061;
		text-decoration:none;
	}
	
	.miniheader a:hover{
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#FF0000;
		text-decoration:underline;
	}
	
	div.leftmenu{
		font-size:12px;
		font-family:"Trebuchet MS", Verdana;
		width:200px;
		margin:0;
		padding:1em;
		padding-top:0;
    margin-bottom:10px;
		border:1px solid #223061;
		/* border-left:1px solid #223061;
		border-right:1px solid #223061;
		border-top:1px solid #223061;
		border-bottom:1px solid #223061; */
	}
	div.minicontent{
    float: left;
		font-family:"Trebuchet MS", Verdana;
		padding:1em;
		width:500px;
		
	}
	
	div#minicontent ol li{
		list-style-type: decimal;
	}
	
	div#minicontent ul li{
		list-style-type: square;
	}


	/***********************************************************************
	/* Controls the color and actions of the Homepage layout
	***********************************************************************/
	div.container
	{
		width:100%;
		margin:0px;
		border:0px;
		background-color:white;
		
	}
  
  div.bordercontainer
  {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
    border: 1px solid #223061;
  }

	div.header,div.footer
	{
		/*padding:0.5em;*/
		color:white;
		background-color:#223061;
		clear:left;
		/*border-top:1px white;*/
	}
	div.spacer
	{
		padding:.05em;
		color:white;
		/*background-color:#CCFF99;*/
		background-color:white;
		clear:left;
	}
	div.content
	{
		padding:1em;
		font-family:"Trebuchet MS", Verdana;
		font-weight:bold;
		background-color:white;
		
	}
	div.sitemapcontent
	{

		padding-left:1em;
    padding-bottom: 1em;
		font-family:"Trebuchet MS", Verdana;
		font-weight:bold;
		background-color:white;
	}
  div.sitemapcolumn
  {
    padding: 1em;
    background-color:white;
    float: left;
  }
	div.olrimage
	{
		padding:5px;
		color:white;
		/*background-color:#CCFF99;*/
		background-color:#223061;		
	}

	div.olrmenu
	{
		padding-top:4px;
		padding-left:4px;
		padding-bottom:0px;
		text-align:center;

		
		border-top:1px;
		border-top-style:solid;
		background-color:#223061;
		clear:left;	
	}
	
	

	
	a
	{
		text-decoration:underline;
		color:#0022CC;
		
	}



	
	/***********************************************************************
	/* Controls the color and actions of the menu links
	***********************************************************************/
/*	a.menu
	{
		
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;		
		color:white;
		font-style: normal;
		
		
		background-color:#223061;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:0px;
		text-decoration:none;
		vertical-align:0%;
	}
	a.menu:active{}
	a.menu:hover
	{
		color:#223061;
		background-color:white;
		text-decoration:none;
	}
  */
	/***********************************************************************
	/* Controls the color and actions of the selected menu link
	***********************************************************************/	
/*
	a.menusel
	{
		
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;		
		color:#223061;
		font-style: normal;
		
		
		background-color:white;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:0px;
		text-decoration:none;
		vertical-align:0%;
	}
	a.menu:active{}
	a.menu:hover
	{
		color:#223061;
		background-color:white;
		text-decoration:none;
	}
  */
	/***********************************************************************
	/* Controls the color and actions of the footer menu links
	***********************************************************************/

	
	a.footer
	{
		color:white;
		font-size:14px;
	}
	a.footer:active{}
	a.footer:hover
	{
		color:#ff0000;
		text-decoration:none;
	}
	
	

	
	/***********************************************************************
	/* Controls the color and actions of the calendar page links
	***********************************************************************/
	
	a.cal:link{color:#005CE5;text-decoration: none;}     
	a.cal:visited{color:#005CE5;text-decoration: none;}  
	a.cal:hover{color:#FF3366;text-decoration: none;}   
	
	/***********************************************************************
	/* Controls the color and actions of the menu
	***********************************************************************/	
/*
	#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#menu {
		padding-top:4px;
		padding-left:4px;
		padding-bottom:0px;
		text-align:center;
		position:absolute;
		left:5px;
		top:150px;
		z-index:100;
		
		clear:left;
		width:100%;
		border:0px;
	}
	#menu dl {
		float: left;
		width: 8em;
		font-size: 12px;
	}
	#menu dt {
		background-color:#223061;
		color: #ffffff;
		cursor: pointer;
		text-align: center;
		font-weight: normal;
		background: #223061;
		border: 1px solid gray;
		border-bottom: 0px;
		margin: 1px;
	}
	#menu dt.unsel a{
		background-color: #223061;
		color: #ffffff;
		text-decoration: none;
		display: block;
		height: 100%;
		border: 0 none;
	}
	#menu dt.sel {
		background-color:#ffffff;
		color: #223061;
		cursor: pointer;
		text-align: center;
		font-weight: normal;
		border: 1px solid gray;
		border-bottom: 0px;
		margin: 1px;
	}
	#menu dt.sel a{
		color: #223061;
		text-decoration: none;
		display: block;
		height: 100%;
		border: 0 none;
	}

		
	#menu dd {
		background-color:#223061;
		color: #ffffff;
		display: none;
	}
	#menu ul {
		border:1px solid #223061;
		width:12em;
	}
	#menu li {
		text-align: left;
		padding-left:5px;
		background: #fff;
		
		
	}

	
	
	#menu li a {
		color: #223061;
		text-decoration: none;
		display: block;
		height: 100%;
		border: 0 none;
	}
	#menu li a:hover, #menu li a:focus, #menu dt:hover, #menu dt:focus, #menu dt.sel:hover, #menu dt.sel:focus,#menu dt.unsel:hover, #menu dt.unsel:focus,#menu dt.unsel a:hover, #menu dt.unsel a:focus, #menu dt a:hover, #menu dt a:focus,  #menu dd a:hover, #menu dd a:focus {
		background: #eee;
		color: #223061;
	}
*/	
	div.myfloat{
		position: absolute;
		z-index: 100;
		left: 100em;
		margin-top: -1.4em;
		color: #ff0000;
	}

	/***********************************************************************
	/* Controls the color and actions of the bio section
	***********************************************************************/

	div.img#bio{
		float:left;
		margin-left:3%;
		margin-right:3%;
		vertical-align:middle;
	}
	div.content#bio{
		margin-left:1%;
		font-family: verdana, "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:left;
		float:left;
	}
	div#bioclear{
		clear:both;
	}
	
	
	/***********************************************************************
	/* Controls the color and actions of the links section
	***********************************************************************/

	div#links{
		float:left;
		margin-left:3%;
		margin-right:3%;
		vertical-align:middle;
	}
	div#links ul,div#links li{
		margin-left:1%;
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		/*text-align:left;*/
		/*float:left;*/
		list-style-type: none;
		color: #223061;
		margin-left: 15px;
	}
	
	div#links li a{
		text-decoration:none;
	}
	
	div#links li a:hover{
		text-decoration:underline;
		color:#ff0000;
	}
	
	div#links li a:visited{
		text-decoration:none;
	}

	/* Main page files */
  div#saintGospel {
    font-size: 10pt;
    width: 200px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  ul.rss {
    list-style-type: circle;
    list-style-position: outside;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 0em;
    padding-left: 2em;
  }
	
	/***********************************************************************
	/* Controls the color and actions of the static pages
	***********************************************************************/
	
	div#staticpage{
		float:left;
		margin-right:3%;
		width:55%;
		vertical-align:middle;
		font-weight:normal;
	}
	
	div#staticpage hr{
		background-color:#223061;
		left:20px;
	}
	
	div#staticpage ul,div#staticpage ul li{
		margin-left:1%;
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		/*text-align:left;*/
		/*float:left;*/
		list-style-type: disc;
		color: #223061;
		margin-left: 15px;
	}
	
	div#staticpage ol,div#staticpage ol li{
		margin-left:1%;
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		/*text-align:left;*/
		/*float:left;*/
		list-style-type: decimal;
		color: #223061;
		margin-left: 15px;
	}
	
	div#staticpage li a{
		text-decoration:none;
	}
	
	div#staticpage li a:hover{
		text-decoration:underline;
		color:#ff0000;
	}
	
	div#staticpage li a:visited{
		text-decoration:none;
	}
  
  div.archive {
		font-family: "Trebuchet MS", Garamond, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    color: #223061;
    float: left;
  }
  
  div.archivedate {
    width: 15%;
    font-size: 12px;
  }
  
  div.archivenews {
    width: 80%;
    font-size: 12px;
  }
  
  div.archivecolor {
    background-color: #DDDDDD;
  }
