/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%;
}

body {
	background-color: #336699;
	color: #555555;
	font-family: Arial, Verdana, sans-serif;
	font-size: 78%;
	line-height: 17px;
	vertical-align: top
}

table, td {
	border: 0px none;
	border-collapse: collapse;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul li {
	font-size: 100%;
}

hr {
	color: #336699;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif;
	color: #0066CC;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, Times, serif;
	/* Dark gray */
	color: #757575; 
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, Times, serif;
	color: #0066CC; 
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #0066CC; 
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h5 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	/* Dark gray */
	color: #757575; 
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #555555; 
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

/* BASIC LINKS */

a:link {
	color: #336699;
	text-decoration: none;
	}
a:visited {
	color: #336699;
	text-decoration: none;
	}
a:hover {
	color: #336699;
	text-decoration: none;
	}
a:active {
	color: #336699;
	text-decoration: none;
}

	
/* EVENTLINKS NAVIGATION BAR */

.eventlinks {
	color: #555; 
	text-align: left;
}

.eventlinks td {
	background-color: #DCE7EF;
	border: 1px solid;
	height: 20;
	padding: 2px;
	vertical-align: bottom;
}

.eventlinks a:link  {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.eventlinks a:visited {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.eventlinks a:hover {
	color: blue; 
	text-decoration: underline; 
	font-weight: normal;
}

.eventlinks a:active {
	color: blue; 
	text-decoration: none; 
	font-weight: normal;
}

	
/* YOUTH MINISTRY'S MATRIXLINKS NAVIGATION BAR */

.matrixlinks {
	color: #555; 
	text-align: left;
}

.matrixlinks td {
	background-color: #DCE7EF;
	border: 1px solid;
	height: 20;
	padding: 2px;
	vertical-align: bottom;
}

.matrixlinks a:link  {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.matrixlinks a:visited {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.matrixlinks a:hover {
	color: blue; 
	text-decoration: underline; 
	font-weight: normal;
}

.matrixlinks a:active {
	color: blue; 
	text-decoration: none; 
	font-weight: normal;
}

/* HOME PAGE'S QUICKLINKS NAVIGATION BAR */

.quicklinks {
	color: #555;
	font-size: 100%;
	text-align: left;
	width: 140px;
}

.quicklinks td {
	background-color: #DCE7EF;
	border: 1px solid;
	height: 20;
	padding: 2px;
	vertical-align: bottom;
}

.quicklinks a:link  {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.quicklinks a:visited {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.quicklinks a:hover {
	color: blue; 
	text-decoration: underline; 
	font-weight: normal;
}

.quicklinks a:active {
	color: blue; 
	text-decoration: none; 
	font-weight: normal;
}

/*  MAIN NAVIGATION BAR WHICH IS ON MOST PAGES */

.navigation {
	background-color: #DCE7EF;
	color: #000; 
	text-align: center;
	height: 25px;
	vertical-align: middle;
}
.navigation a:link  {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	color: blue; 
	text-decoration: underline; 
	font-weight: normal;
}

.navigation a:active {
	color: blue; 
	text-decoration: none; 
	font-weight: normal;
}

/* LEFT NAVIGATION BAR WHICH IS ON MANY PAGES*/

.leftnavigation {
	color: #555; 
	text-align: left;
	vertical-align: bottom;
}

.leftnavigation a:link  {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.leftnavigation a:visited {
	color: #555; 
	text-decoration: none; 
	font-weight: normal;
}

.leftnavigation a:hover {
	color: blue; 
	text-decoration: underline; 
	font-weight: normal;
}

.leftnavigation a:active {
	color: blue; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS OTHER CLASS PROPERTIES */

.WrapperTable {
	width: 100%;
}

.MainTable {
	background-color: #FFFFFF;
	width: 760px;
}

.HomePage {
	border: 0px none;
	border-collapse: collapse;
	margin: 20px;
	width: 720px;
}

.ChurchName {
	color: #336699;
	font-size: 14px; 
	font-weight: bold;	
}

.ContactInfo{
	border-bottom: thick solid #336699;
	border-top: thick solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}

.Footer {
	background-color: #FFFFFF;
	border-top: 1px solid #336699;
	width: 760px;
}

.HPHeading {
	color: #0066CC;
	font-size: 14px; 
	font-weight: bold;	
}

.Masses {
	margin: 0;
	float: right;
}

.MassInclude {
	background-color: #FFFFCC;
	border: 5px solid #FFFFCC;
	width: 150px;
}

.News {
	border: 1px solid #999966;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
}

.PCMinutesBox {
	background-color: #DCE7EF;
	float: right;
	padding: 10px;
	margin: 10px;
	vertical-align: top;
}

.Preschool {
	color: #008000;
	font-weight: bold;
}

/* SETS CLASS PROPERTIES FOR TABLE DATA ELEMENTS */

.ChurchInfoBox {
	padding: 5px;
}

.Copyright {
	text-align: center;
	color: #999; 
	font-size: 90%; 
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px; 
}

.TopMostLinkBar {
	height: 20px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 760 px;
}

.NewsTitle {
	color: red;
	font-size: 14px;
	text-align: center;
}

.PageContent {
	background-color: #FFFFFF;
	padding: 20px;
}

.PastoralCouncil td {
	border: 1px solid #111;
	vertical-align: middle;
}

.PastoralStaff td {
	padding: 5px;
}

.RelEdContent {
	background-color: #FFFFFF;
	border-left: 1px solid #DCE7EF;
	padding: 20px;
}

.Logo {
	background-color: #DCE7EF;
	border-right: 1px solid #336699;
	vertical-align: middle;
}

.twoColumnPage td {
	padding: 15px;
}