
#leftside {
	position: absolute;	
	top: 0px;
	left: 0px;
	background-image: url(../assets/bg.jpg);
	height: 7400px;
	width: 200px;
}
#middletop{
	position: absolute;	
	top: 0px;
	left: 200px;
	height: 300px;
	width: 800px;
	background-image: url(../assets/webmiddletop.jpg);
}
#middle{
	position: absolute;	
	top: 300px;
	left: 200px;
	width: 800px;
	background-image: url(../assets/middle.jpg);
}
#rightside {
	position: absolute;	
	top: 0px;
	left: 1000px;
	height: 7400px;
	width: 1000px;
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat-y repeat-x;
}
#middlebottom{
	position: absolute;	
	top: 6900px;
	left: 200px;
	height: 300px;
	width: 800px;
	background-image: url(../assets/bg.jpg);
}
p {
	font-family: verdana,helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #4A2885;
}
h1 {
	font-family: verdana,helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #4A2885;
	padding-top: 10px;
}

h2 {
	font-family: verdana,helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #4A2885;

}
h3 {
	font-family: verdana,helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #4A2885;

}
h4 {
	font-family: verdana,helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4a2885;

}
h5 {
	font-family: verdana,helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #4A2885;
	font-weight: normal;
	Margin-left: 20px;
	Margin-right: 20px;
}

h6 {
	font-family: verdana,helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #4a2885;
	font-weight: normal;
}




a {
	text-decoration: none;
}
a.blue:link {
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: verdana,helvetica, sans-serif;
}
a.blue:active {color: #000099; background: #ffffff; font-weight: bold; font-size:14px;}
a.blue:visited {color: #000099; background: #ffffff; font-weight: bold; font-size:14px;}
a.blue:hover {color: #FF0000; background: #ffffff; font-weight: bolder; font-size:14px;}

a.red:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	font-size:16px;
		font-family: verdana,helvetica, sans-serif;
}
a.red:active {color: #000099; background: #ffffff; font-weight: bold;font-size:16px;}
a.red:visited {color: #000099; background: #ffffff; font-weight: bold;font-size:16px;}
a.red:hover {color: #FF0000; background: #ffffff; font-weight: bolder; font-size:16px;}

ul {list-style-type:square; color: #000066;}