.greyBorder {
	border: 1px solid #999999;
}
.blackBorder {
	border: 1px solid #000000;
}
.featureBox {
	text-align: left;
	white-space: normal;
	padding:9px;
    border: 1px solid #666666;
}
.date {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	color: #891B00;
}
	
.articleText {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	line-height:13px;
	color: #000000;
}

.articleText a {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	line-height:13px;
	color: #000000;
	text-decoration: none;
}

.articleText a:hover {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	line-height:13px;
	color: #000000;
	text-decoration: underline;
}

/* blog column styles */
	
.blogBoxOutline {
	border: 1px solid #9C2512;
	background-color: #F9E8E6; /* samon pink */
}
.blogTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 12px;
	color: #9D1600;
}
.blogText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #521E20;
	line-height: 14px;
}
.byLineBlog {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #891B00;
	line-height: 20px;
}
.blogBox {
	background-color: #F9E8E6;
}

.blogPostedLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #891B00;
	line-height: 11px;
	letter-spacing: 1px;
}

.blogPostedLine a {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #891B00;
	line-height: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

.blogPostedLine a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #891B00;
	line-height: 11px;
	letter-spacing: 1px;
	text-decoration: underline;
}
	
p {
    margin-top:12px; 
}
	
.featureTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18px;
	color: #003366;
}
.featureTitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18px;
	color: #003366;
	text-decoration: none;
}
.featureTitle a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 18px;
	color: #003366;
	text-decoration: underline;
}

.blittsTitle {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	color: #003366;
}

.blittsTitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	color: #003366;
	text-decoration: none;
}

.blittsTitle a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	color: #003366;
	text-decoration: underline;
}
.mainStoryTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 31px;
	color: #003366;
}
.mainStoryTitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 31px;
	color: #003366;
	text-decoration: none;
}
.mainStoryTitle a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 31px;
	color: #003366;
	text-decoration: underline;
}

.mediumPhotoTest {
	padding-left:10px;
}
.subtitleItal, subtitleItal a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	line-height: 15px;
}
.byLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 22px;
}

.byLineNewsBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	line-height: 12px;
}
.byLineNewsBoxExtra {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	line-height: 18px;
}
.newsBoxTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 14px;
	color: #003366;
}
.newsBoxTitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 14px;
	color: #003366;
	text-decoration: none;
}
.newsBoxTitle a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 14px;
	color: #003366;
	text-decoration: underline;
}

.newsBox {
	padding: 8px;
	padding-left:8px;
	padding-right:8px;
}
.newsBoxOutline {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

/* for main table */
.mainTable {
    width: 960;
	border: 1px solid #000000;
	padding: 0px;
	background-color: #FFFFFF;
}
body {
	background-color: #F9E9E7;
	margin-left: 6px;
	margin-top: 10px;
}
.inputField {
	border: 1px solid #666666;
	height: 20px;
	width: 120px;
	vertical-align: top;
	overflow: visible;
}

/* for nav bar */
.newsLinks {
	font-family: "Comic Sans";
	font-size: 12px;
	color: #999999;
}

.newsLinks a {
	font-family: "Comic Sans";
	font-size: 12px;
	color: #8B4513;
	text-decoration: none;
    }

.newsLinks a:hover {
	font-family: "Comic Sans";
	font-size: 12px;
	color: #8B4513;
	text-decoration: underline;
    }
	
.newsCaps {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8B4513;
	text-transform: uppercase;
}
.privateSchoolHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #9E1803;
}
.privateSchoolHeader a {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #9E1803;
	text-decoration: none;
}
.privateSchoolHeader a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #9E1803;
	text-decoration: underline;
}

/* bottom links */
.linksBottom { 
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	line-height: 24px;
}
.linksBottom a { 
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B8860B;
	text-transform: uppercase;
	line-height: 24px;
	text-decoration: none;
}
.linksBottom a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #891B00;
	text-transform: uppercase;
	line-height: 24px;
	text-decoration: underline;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 24px;
	text-transform: uppercase;
}

