@charset "utf-8";
body {
	background-image: url(images/bg_repeater.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F4E4CA;
	margin-top: 0px;
}
#mainWrapper {
	background-image: url(images/main_repeater.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper {
	padding-right: 65px;
	padding-left: 55px;
}

h1 {
	color: #A80202;
	font-weight: bold;
	font-size: 33px;
}
h2 {
	font-size: 30px;
	font-weight: bold;
}

.heading {
	color: #A80202;
	font-weight: bold;
	font-size: 33px;
}
.title {
	color: #15222A;
	font-size: 31px;
	font-weight: bold;
}
.subheading {
	color: #014359;
	font-size: 30px;
	font-weight: bold;
}
.subheading2 {
	color: #3C5768;
	font-size: 26px;
	font-weight: bold;
}
.subheading3 {
	color: #014359;
	font-size: 22px;
	font-weight: bold;
}
.link1 {
	color: #012FB4;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.link1:hover {
	text-decoration: none;
}
.link2 {
	color: #012FB4;
	text-decoration: underline;
}
.link2:hover {
	text-decoration: none;
}
.highlight {
	background-color: #FFFFAA;
}
.style1 {color: #D8C4A1}

div.bullet-list1 {
	padding: 5px 15px;
}
div.bullet-list1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list1 ul li {
	display: block;
	padding: 8px;
	font-weight: normal;
	background: url(images/bullet1.gif) no-repeat left;
	padding-left: 28px;
	text-align: left;
}
div.bullet-list2 {
	padding: 12px 15px;
}
div.bullet-list2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list2 ul li {
	display: block;
	padding: 8px;
	font-weight: normal;
	background: url(images/bullet2.gif) no-repeat left;
	padding-left: 24px;
	text-align: left;
}
