body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
}

h1, h2, h3, p, a, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 4E5AA1;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-right: 35px;
	margin-left: 35px;
}
h1 {
	font-size: 16px;
	color: 4E5AA1;
	margin-left: 35px;
	text-transform: capitalize;
	margin-right: 35px;


}
h2 {
	font-size: 14px;
	color: B93301;
	margin-left: 35px;
	margin-right: 35px;

}
a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: B93301;
	text-decoration: underline;
}


a.nav:link, a.nav:visited, a.nav:active {
	font-size: 11px;
	text-decoration: none;
}
a.nav:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

ul {
	font-size: 12px;
	list-style-type: circle;
}
ol {
	font-size: 12px;
	list-style-type: lower-alpha;
}
.Highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: 4E5AA1;
}
img.lightbox {
	border: 3px solid #ccc;
}
.imgspacer {
	padding: 10px;
	display: inline;
}
.slideshow {
	padding-left: 50px;
}
