@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.header {
	float: left;
	height: 100px;
	width: 900px;
	background-image: url(images/header.jpg);
}
.container {
	width: 900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
.menu {
	float: left;
	height: auto;
	width: 900px;
}


.content {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
}
.footer {
	background-image: url(images/footer.jpg);
	float: left;
	height: 30px;
	width: 900px;
	text-align: center;
}
.ulpic {
	margin-left: 200px;
	padding-right: 10px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
}
ul {
	margin-left: 40px;
}
a {
	color: #D26F45;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #D26F45;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #D26F45;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #D26F45;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #D26F45;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}


.detailsbold {
	color: #D26F45;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.content img {
	border-style: none;
	padding: 10px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #D26F45;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
.counsellors  ul {
	margin-left: 10px;
}

.quotebox {
	text-align: center;
	padding: 10px 20px 10px 20px;
	height: auto;
	min-height: 25px;
	width: 630px;
	font-size: 14px;
	font-style: italic;
	margin: 0px 10px 10px 220px;
	background-color: #F4DACD;
}

