/*
Basic Style Sheet
Updated March 2008
Update - 1.0 (Note - orginal css is commented out at the bottom)
Website http://www.ministrytotheaged.orf
*/

body {
	font-family:Trebuchet MS;
	font-size:80%;
	color:#000;
}

/* Rules for headings */
h1 {
	font-size:100%;
	font-style:italic;
	font-weight:bold;
	color: #002550;
	text-align:center;
}

h2 {
	color:#800000;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	font-size:130%;
}

/* Default paragraph styles */
p {
	font-size: 80%;
	line-height: 140%;
	text-align:justify;
}

.bold {
	font-weight: bold;
	color:#800000;
	font-size:130%;
}
	
.small {
	font-size:70%;
	text-align:left;
}

.center {
	text-align:center;
}

.supporters {
	font-weight:bold; 
	font-size:100%; 
	text-decoration:underline; 
	text-align:center; 
	margin-bottom:5px;
}

ul {
	color:#0058b0;
	list-style: disc;
	font-size:80%;
}

a {
	color: #800000; 
	font-weight: 600; 
	text-decoration: none;
}

a:hover {
	color: #007ebe; 
}

/*footer styles*/
#footer {
	width:auto;
	height:45px;
	font-family: Verdana; 
	font-size: 65%; 
	font-family:Arial, Helvetica, sans-serif;
	color: #003366; 
	text-align:center;
	line-height:140%;
}

#footer a {
 	color:#007ebe; 
	text-decoration: none;
}

#footer a:hover {
	color:#800000;
	text-decoration: underline;
}

.footerAddress {
	color:#004B97;
	font-size:65%;
	text-align:center;
	margin:0 0 10px 0;
	padding-top:3px;
	font-weight:bold;
	line-height:150%;
}

.footerInfo {
	color:#fff;
	font-size:65%;
	text-align:center;
	line-height:150%;
	font-weight:bold;
	margin:17px 0 10px 0;
}



/*.BODY	
font-family: Verdana; 
font-size: 8pt; color:
.body {font-family: Trebuchet MS; font-size: 10.50pt; color: 002550; font-weight: medium;}
.linksBody A:link {font-family: Trebuchet MS; font-size: 10.50pt; color: 800000; font-weight: medium; text-decoration: none}
.linksBody A:active {font-family: Trebuchet MS; font-size: 10.50pt; color: 002550; font-weight: normal; text-decoration: none}
.linksBody A:visited {font-family: Trebuchet MS; font-size: 10.50pt; color: 007ebe; font-weight: normal; text-decoration: none}
.linksBody A:hover {font-family: Trebuchet MS; font-size: 10.50pt; color: 007ebe; font-weight: normal; text-decoration: none}

h1 {
	font-size:85%;
	font-style:italic;
}

H1 {font-family: Verdana; font-size: 17pt; color: 0a3259; font-weight: normal}
H2 {font-family: Arial; font-size: 16pt; color: 0a3259; font-weight: bold}
H3 {font-family: Arial; font-size: 14pt; color: 800000; font-weight: bold}

H4 {
	font-family: Arial; 
	font-size: 16px; 
	color: #800000; 
	font-weight: bold;
}

H5 {font-family: Arial; font-size: 10.25pt; color: 002550; font-weight: normal}
H6 {font-family: Verdana; font-size: 8pt; color: 003366; font-weight: normal}

.footerNav
.body {font-family: Verdana; font-size: 8pt; color: 003366; font-weight: normal}
.footerNav A:link {font-family: Verdana; font-size: 8pt; color: 007ebe; font-weight: normal; text-decoration: none}
.footerNav A:active {font-family: Verdana; font-size: 8pt; color: 800000; font-weight: normal; text-decoration: none}
.footerNav A:visited {font-family: Verdana; font-size: 8pt; color: 007ebe; font-weight: normal; text-decoration: none}
.footerNav A:hover {font-family: Verdana; font-size: 8pt; color: 800000; font-weight: normal; text-decoration: none}
*/


