@charset "utf-8";
/* CSS Document */

.borderImage {
	border: 1px red solid;
	margin: 5px;
}

.extraLeftPadding {
	padding-left: 10px;
	margin-top:20px;
	
	
}

.archiveItem
{
	vertical-align: top;
}

.plainLink {
	text-decoration: none;
	color: black;
}

h1 {
	font-size: 1.5em;
}
.smallHeading {
	font-size: 1.1em;
}

h2 {
	font-size: 1em;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

p {
	margin-top: 1px;
	padding-top: 1px;
}

.newsItem {
	min-height: 110px;
	margin-bottom: 5px;
}
.newsItem h2 {
	padding-top: 5px;
}
.newsItem p {
	margin-top: 5px;
}

/*	Selector for the items in the side menu for the page
*/
#containerIncludingShadow #mainContent #mainContentLeft a {
	background: url(../all_pages/page_graphics/nav_link_blue.png) no-repeat;
	
	/*	This is just really so that we don't have to add a <br />
		after every link.
	*/
	display: block;
	
	margin-top: 12px;	
	margin-left: 16px;
	padding: 5px 0px 5px 16px;
	
	text-decoration: none;	
	font-weight: bold;
	
	color: black;
}
#containerIncludingShadow #mainContent #mainContentLeft a:hover {
	background: url(../all_pages/page_graphics/nav_link_hover.png) no-repeat;
}
#containerIncludingShadow #mainContent #mainContentLeft a:visited {
	color: black;
}
#containerIncludingShadow #mainContent #mainContentLeft h3 {
	margin-left: 13px;
	margin-top: 23px;
}