/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Verdana,Arial, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Major Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	float: left;
}


#leftNavCol{
	float: left;
	width: 152px;
	background-color: #D8EBBD;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;	
}

#headlines{
	float: right;
	width: 24%;
	background-color: #D8EBBD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	position: relative;
	padding-top: 10px;
}



#content{
	float: left;
	width: 50%;
	background-color: #FFFFFF;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 10px
}


/***********************************************/
/* Component Divs                                 */
/***********************************************/

#logoBanner{
	height: auto;
	background-color: #CCD8B2;
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#globalNav{
background-color: #c2d3aa;
padding: 3px 0px 3px 75px;
color: #666666;
}

#dateBar{
	font-size: 75%;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #a0b57c;
	border-bottom: 2px solid #666666;
	border-TOP: 2px solid #666666;
	height:auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 32px;
}

#logoBanner img{
	display: block;
}

/************* #globalNav styles **************/



#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 10px;
	color: #333333;
	padding: 0 0 0 0;
	font-weight: normal;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #dateBar styles *************/




/************** .feature styles ***************/

.feature{
	line-height: 1.2;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	
}

.feature h3{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature img{
	float: left;
	vertical-align: text-center;
	padding-top: 10px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
}


/************** .story styles *****************/

.story{
	line-height: 1.2;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}

.story h3{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story p{
	padding: 0px 0px 10px 0px;
	
}

.story img{
	float: right;
	vertical-align: text-center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 155px;
	margin-left: 3px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #CCCCCC;
	z-index: 50;
	position: relative;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 3px;
	background-color: #D8EBBD;
	
}

/*#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}*/


/*********** #leftNavCol link styles ***********/

#leftNavCol ul a:link, #leftNavCol ul a:visited {
	display: block;
}
#leftNavCol ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .8em;
}




/*********** #isnsDepts styles ***********/

#isnsDepts{
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	background-color: #D8EBBD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#isnsDepts h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 7px;
}

#isnsDepts img{
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #D8EBBD;
	border-bottom:thin;
	border-color: #666666;
}

#isnsDepts a {

	display: block;
	color: #2D1E2D;
	border-top: 1px solid #666666;
	padding: 2px 0px 0px 10px;
	text-decoration: none;
	
}

#isnsDepts a:hover {
	
	background-color: #F4FFE4;
	color: #2D1E2D;
	text-decoration: none;
}

/*********** .parishLinks styles ***********/

#parishLinks{
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	background-color: #D8EBBD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#parishLinks h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 7px;
}

#parishLinks a {
	
	display: block;
	color: #2D1E2D;
	border-top: 1px solid #666666;
	padding: 2px 0px 0px 10px;
	text-decoration: none;
	
}



#parishLinks a:hover{
	
	background-color: #F4FFE4;
	color: #2D1E2D;
	text-decoration: none;
}



/************** #advert styles **************/

#advert{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #D8EBBD;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/


#headlines h3{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #334d55;
	margin: 0px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	
}

#headlines p{
	font-size: 75%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

