<!-- /* Heartsown css 3 col */ -->



	body {
		margin:0;
		padding:0;
		border:0;			
		width:100%;
		background:#FFF;
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		color:#34014C;
		min-width:600px;		
		font-size:100%;
	}
	a {
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-size: 110%;
		font-weight: bold;
		font-style: normal;
		color:#8101BD;
	}
	a:hover {
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-size: 110%;
		font-weight: bold;
		font-style: normal;
		color:#8101BD;
		background:#fff;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#34014C;
	}
	p {
		font-family: Garamond, Verdana, Arial, sans-serif;
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
		color:#34014C;
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}


	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background-color:#8101BD;
	}
	#header {
		border-bottom:1px solid #8101BD;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:right;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#8101BD;
		color:#CCF7FC;
		text-decoration:none;
		position:static;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#CCF7FC;
		color:#9507D7;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#9507D7;
		background:#7803ae;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	
	/* column container */
	.colmask {
		position:relative;	
		clear:both;
		float:left;
		width:100%;			
		overflow:hidden;		
	}

	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	
		overflow:hidden;
	}


	/* 3 Column settings */
	.threecol {
		background:#CCF7FC;		
	}

	.threecol .colmid {
		right:30%;			
		background:#fff;		
	}

	.threecol .colleft {
		right:50%;			
		background:#CCF7FC;	
	}

	.threecol .col1 {
		width:46%;			
		left:102%;			
	}

	.threecol .col2 {
		width:16%;			
		left:36%;			
	}


	.threecol .col3 {
		width:26%;			
		left:90%;			
	}


#box
{
align:center;
background-color:#FFF;
width:80%;
height:200px;
overflow: auto
}




#box2
{
align:center;
background-color:#FFF;
width:80%;
height:200px;
overflow: auto
}



	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #8101BD;
		background-color:#8101BD;		
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	


