
body, td, th, li, input, select, option {
  font-family: arial, sans-serif;
  font-size: 12px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

h1 {
  font-size: 24px;
  color: #637891;
  font-family: Times;
  text-align: center;
}

h2 { font-size: 20px; }
h3 { font-size: 14px; }

/* Header */

#baseGrid {}

#header { background-color: #4D647C; }

#utilNav {
  color: #FFFFFF;
  padding: 0 20px 20px 0;
}

#utilNav a:link, #utilNav a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#utilNav a:hover, #utilNav a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

#verticalNav {
  background-color: #DDDAD9;
  color: #333333;
  padding: 0;
}

#verticalNav a:link, #verticalNav a:visited {
  color: #4D647C;
  text-decoration: none;
}

#verticalNav a:hover, #verticalNav a:active {
  color: #4D647C;
  text-decoration: underline;
}

#verticalNav .odd { background-color: #DDDAD9; }
#verticalNav .even { background-color: #CCCCCC; }

#verticalNav div {
  padding: 7px 10px 7px 15px;
  font-weight: normal;
  white-space: nowrap;
}

#verticalNav div div {
  padding: 1px 0 1px 15px;
  font-weight: normal;
}

#verticalNav div div div {
  padding: 1px 0 1px 15px;
  font-weight: normal;
}

#verticalNav div div div div {
  padding: 1px 0 1px 15px;
  font-weight: normal;
  font-size: 10px;
}

#contactBlurb {
  margin: 10px 0 10px 0;
  font-size: 10px;
  padding: 0 10px 0 10px;
}

#content {
  background-color: #EEEDEC;
  padding: 15px;
  color: #4D647C;
  font-size: 14px;
}

#coreMessage {
  background-image: url(http://www.nazarethlivingcenter.com/images/home01.jpg);
  background-repeat: no-repeat;
  background-color: #8F8582;
}

.downloadInfo {
	color: #888888;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd { background-color: #FFFFFF; }
table.dataTable tr.even { background-color: #E6E6E6; }

table.definitionTable { }

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child { margin-top: 0; }

fieldset.annotatedLinks {
	border-color: #999999;
	border-width: 1px;
	border-style: dotted;
	padding: 5px;
}

fieldset.annotatedLinks legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

fieldset.annotatedLinks th {
	text-align: right;
	white-space: nowrap;
}

fieldset.annotatedLinks td { }

#sidebarColumn {
  background-color: #DDDAD9;
  color: #4D647C;
}

#sidebarColumn p {
  margin: 15px;
}

#sidebarStory th { padding: 10px 0 0 0; }

div#footer {
  padding-top: 10px;
  width: 780px;
  text-align: center;
}

#footer {
  color: #666666;
  font-size: 9px;
  padding: 0 0 3px 0;
}

#footer a:link, #footer a:visited {
  color: #666666;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #666666;
  text-decoration: underline;
}