body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
        text-align: justify;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
a, a:visited {
	color: #212582;
}
a:hover {
	color: #90213e;
}
#mainMenu {
	color: white;
	background-color: #212582;
	padding: 0;
}
#mainMenu ul {
	color: white;
	margin: 0;
	padding: 3px;
}
#mainMenu ul li {
	color: white;
	list-style: none;
	display:inline;
	margin: 0;
	padding: 0;
}
#mainMenu ul li a {
	color: white;
	font-size: 12px;
	padding: 3px 10px;
	text-decoration: none;
}
#mainMenu ul li a:hover {
	color: white;
	background-color: #90213e;
}



#leftCol h2 {
	font-size: 16px;
	margin: 0;
	padding: 3px;
	color: white;
	background-color: #90213e;
}

.categoryItems {
	color: white;
	padding: 0;
	margin: 0;
}

.categoryItems li {
	color: white;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #7377d6;
}
.categoryItems li a {
	display: block;
	padding: 4px;
	font-size: 11px;
	background-color: #212582;
	color: white;
	font-weight: bold;
	text-decoration: none;
}	
.categoryItems li a:hover {
	color: white;
	background-color: #90213e;
	text-decoration: none;
}
.categoryItems a:visited {
	color: white;
	text-decoration: none;
}
.subcategoryItems {
	color: white;
	margin: 0;
	padding: 0;
}
.subcategoryItems li a {
	color: white;
	background-color: #5055cc;
	border-left: 15px solid #212582;
}
.categoryItems a.current, .subcategoryItems a.current {
	color: white;
	background-color: #90213e;
}

h2.category {
	font-size: 12px;
	padding: 3px;
	background-color: #902147;
	color: white;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
h3.subcategory {
	font-size: 18px;
	color: #902147;
	border-bottom: 1px solid #902147;
	margin: 0 0 5px 0;
	padding: 0;
}
#content p, #content ul li, #content ol li {
	font-size: 12px;
        text-align: justify;
}	

.recentItems h3{
	font-size: 10px;
	padding: 3px;
	background-color: #902147;
	color: white;
	margin: 0;
	text-transform: none !important;
}
.recentItems ul {
	margin: 0;
	padding: 3px;
	background-color: #f5ebe1;
}
.recentItems ul li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 10px !important;
}
.recentItems ul li a {
	text-decoration: none;
}
.current-Italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;

}
.current-Italic-leftjustified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
        text-align: left;

}
.current-Bold-Section-Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;

}
.current-Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

}
.current-ItalicBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;

}

.categoryItems a.current { text-align: left}
