BODY {
	background-color: #939DBD;
	background-image:url('quilt_line_trimmed2.png');
	background-repeat:repeat-y;
	color: #152234;
	font-family: Verdana, sans-serif;
}

IMG {
	border: 2px solid black;
}

.title {
	font-size: 175%;
	text-align: center;
	font-weight: bold;
}

.navLinks {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	
}
	.navCategories a{
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #33537F;
	text-decoration: none;
	}
	
	.navSubpages {
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	}
	
	.navSubpages a{
		color: #33537F;
		text-decoration: none;
	}

.pageTitle {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: #E6C43C;
}

.pageContent {
	margin-top: 30px;
	margin-left: 150px;
	margin-right: 75px;
}

.blogMain {
	margin-top: 30px;
	margin-left: 150px;
	margin-right: 350px;
	}

.blogSidebar {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	width: 200px;
	border: 2px solid #152234;
	padding: 5px;
	font-size: 75%;
	}
	
	.blogSidebar a{
		color: #33537F;
		text-decoration: none;
	}

.blogTitle {
	font-weight: bold;
	}
	
.blogDate {
	font-size: 75%;
	font-style: italic;
	}

