/* Overall Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	}
	
p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 32px;

}
	
h3 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	font-weight: bold; 
	color: #006600
	}
	
h4 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #006600; 
	font-weight: bold
}





/* Link Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link {  
	text-decoration: underline; 
	font-size: 18px; 
	font-weight: normal; 
	color: #000000
}
a:hover {  
	text-decoration: none; 
	font-size: 18px; 
	font-weight: normal; 
	color: #000000
}
a:visited {  
	text-decoration: underline; 
	font-size: 18px; 
	font-weight: normal; 
	color: #000000}

/* horizontal nav */


#horiz-navigation {
	
	
}
#linkHome{
	
}

#linkDioceses {
}
#linkEvents {

}

#linkResources{


}
#linkLinks{
}
#linkContact{
}
/* Horizontal Nav link text colours */

#linkHome a:link,
#linkDioceses a:link,
#linkEvents a:link,
#linkResources a:link,
#linkLinks a:link,
#linkContact a:link
{
	font-size: 0.9em;
	color:#000;
	text-decoration: none;

}

#linkHome a:visited,
#linkDioceses a:visited,
#linkEvents a:visited,
#linkResources a:visited,
#linkLinks a:visited,
#linkContact a:visited
{
	font-size: 0.9em;
	color:#000;
	text-decoration: none;


}
#spryregion2 a  {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	padding: 0px;
	line-height: 24px;
	display: block;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-indent: 5px;	
	}
	
#spryregion1 a {
	font-size: .8em;
	color: #000;
	text-decoration: none;
	padding: 0px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996699;
	display: block;
	width: 90%;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 5px;
	
	}
	
	
	
	
#leftlinks a:link
{
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	/*padding-left: 10px;*/
	}
#leftlinks a:visited
{
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;

}

#leftlinks a:hover
{
	color: #000;
	background-color: #ddd;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;

}

