@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');


body {
	font-size: 1em;
	line-height: 1.75em;
	font-family: 'Winky Sans', sans-serif;
	font-weight: 400;
	background-color: #A47786;
	color: #000000;
}

br.clear {
	clear: both;
}

h1,h2,h4 {
	text-transform: lowercase;
	margin-bottom: 3px;
}

h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #533440;
}

h3 {
	font-size: 1.4em;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1.75em;
}
#banner {
	position: relative;
	padding: 28px;
	height: 212px;
	width: 1124px;
	margin: 28px 0 0 0;
	background: #ffffff;
	border-bottom: solid 1px #c0c0c0;
}

#box1 {
	width: 764px;
	overflow: hidden;
	margin: 0px 0 24px 0;
}

#box1 a, a:visited, a:hover {
	font-size: 0.9rem;
	color: #00F;
	text-decoration: none;
}

#box1 a:hover {
	color:#000000;
	font-weight:500;
}

#box2 {
	width: 236px;
	overflow: hidden;
	float: left;
}

#box3 {
	width: 236px;
	overflow: hidden;
	margin: 0px 0 0 260px;
}

#content {
	width: 764px;
	margin: 0px 28px 0 362px;
	padding: 28px 28px 0px 28px;
	background: #E4D4C8;
	min-height: 700px;
	border-radius: 15px;

}

#sidebar1 {
	width: 282px;
	float: left;
	padding: 28px 28px 0px 28px;
	background: #E4D4C8;
	color: #000;

	min-height: 700px;
	border-radius: 15px;
}

#copyright {
	margin: 28px 0 64px 0;
	text-align: center;
	/* [disabled]text-shadow: 0 1px 0 #ffffff; */
	color: #FFFFFF;
}

#copyright a {
	color: #787979;
}

#footer {
	position: relative;
	padding: 10px 28px;
	margin: 18px 0 0 0;
	width: 1124px;
	background: #533440;
	color: #d3d3d3;
	border-bottom: solid 2px #FFF;
	border-top: solid 2px #FFF;

}

#footerContent {
	width: 812px;
	float: left;
}

#header {
	position: relative;
	padding: 10px;
	height: 200px;
	width: 1180px;
	background: url(../images/new_banner1.png) no-repeat;
}

#logo {
	text-align: center;
	position: relative;
	margin: -14px auto;
	height: 98px;
	line-height: 98px;
}

#main {
	position: relative;
	padding: 0px;
	margin: 28px 0 0 0;
	width: 1180px;
	color: #474747;
}

#main strong {
	color: #242424;
}

#main ul {
	list-style:square;
}

#main ul li {
	padding: 0 0 8px 0;
}

#main ul.imageList li {
	padding: 16px 0 16px 0;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1180px;
	height: 56px;
	line-height: 56px;
	margin: 28px 0 0 0;
	background: #533440;
	font-size: 1.2em;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
	text-shadow: 0 1px 0px #6f3018;
	text-transform: lowercase;

}

#nav a, a:hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2rem;
}

#nav ul {
	list-style: none;
	margin: 0 auto;
	width: 1062px;
	text-align: center;
}

#nav ul li {
	display: inline;
	text-align: center;
	padding: 0 1.75em 0 1.75em;
}

#outer {
	position: relative;
	width: 1180px;
	padding-top: 10px;
	margin: 0 auto 0 auto;
}



#sidebar1 p {
	font-size: 12px;
}

#sidebar1 ul {
	list-style: none;
}

#sidebar1 ul li {
	padding: 8px 0 8px 0;
	border-top: dotted 1px #bdbdbd;
	margin-left:-36px;

}

#sidebar1 ul li.first {
	padding-top: 0;
	border-top: none;
}

#sidebar1 a {
	text-decoration: none;
	color: #2F435A;
	font-size: 0.9rem;
}
#sidebar1 a:hover {
	color:#2F435A;
	font-weight:700;
}
.bluetext {
	color:#39918C;
	font-size: 1.2rem;
}
.bluetext_sml {
	color:#39918C;
	font-size:0.9em;
}

.redtext {
	color: #533440;
}
.redtext_sml {
	color: #533440;
	font-size:0.7em;
}

.theader {
	background-color: #024C68;
	color: white;
	/* [disabled]font-weight: bold; */
	text-transform: lowercase;
}

.trow {
	background-color: #5EB1D2;
	color: white;
	padding: 10px;
	text-transform: lowercase;
}
#centrebox {
	width: 400px;
	margin: auto;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	border-radius: 15px;
	background-color: #46C7FF;
}