body {
	background-image: url(../images/subpageBG.gif);
	background-repeat:repeat-x;
	background-color: #CCCCCC;
	margin:0;
	}

/*--------------------Introduction--------------------*/

#Intro {
	padding: 15px 15px 15px 15px;
	vertical-align:top;
	}

/*--------------------Home News--------------------*/

#Headlines {
	padding: 15px 15px 15px 15px;
	vertical-align:top;
	}
	
#Headlines p {
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position:top;
	}
	
#Headlines a:link, #Headlines a:visited {
	color: #2a4380;
	text-decoration: none;
	font-weight:bold;
	}
	
#Headlines a:hover {
	color: #2a4380;
	text-decoration: underline;
	font-weight:bold;
	}
	
/*--------------------Child Content--------------------*/

#ChildContent {
	padding: 15px 30px 15px 30px;
	background-color:#ffffff;
	vertical-align:top;
	}
	
#ChildContent a:hover {
	text-decoration: underline;
	}

#ChildContent p {
	text-align: justify;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #2a4381;
	text-decoration:underline;
	}
	
#ChildContent a:hover {
	color: #2a4381;
	text-decoration: none;
	}

