div#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	top: 0px;
	width: 780px;
	background-color: #fff3ef;
	font-family: sans-serif;
	color: Black;
	
}

div#head {
    left: 0px;
    width:780px;
    height:193px;
    background-color: #fff3ef;
    top: 0px;
    position: relative;
}

div#side1 {
    position:absolute;
    width:150px;
    top: 100px;
    left:0px;
    background-color: #fff3ef;
    list-style-position: inside;
}

div#content1 {
	position: static;
	width: 630px;
	top: 120px;
	left: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #fff3ef;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
}



body {
	background-color: #E6E6FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size:14px;
	
	margin-top: 10px;
	margin-right: 10px;
   margin-left: 10px;
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
	color: #de6100;
	font-size: 20px;
}

h3 {
   font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	margin-left: 10px;
	background-color: #673da8;
	margin-left: 10px;
	margin-right: 10px;
	
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
	color: #de6100;
	font-size: 16px;
	background: 0
	margin-left: 25px;
	margin-left: 10px;
	
}

.footer {
	text-align: center;
	font-size: 10px;
}

hr {
	color: 523084;
	width: 75%;
}
.titles4 {
	font-family: sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #006699;
}
.titles {
	font-family: sans-serif;
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
	color: #de6100;
}
.titles2 {
	font-family: sans-serif;
	text-align: left;
	font-size: 22px;
	font-weight: bolder;
	color: #de6100;
}
.titles3 {
	font-family: sans-serif;
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
}
a:link {
	color: #523084;
	background-color: transparent;
	text-decoration: underline;
}
visited {
color: #523084;
background-color: transparent;
text-decoration: underline;
}

a:active {
	color: #523084;
background-color: transparent;
text-decoration: underline;
}
a:hover {
	color: #de6100;
	background-color: transparent;
	text-decoration: underline;
}