@charset "UTF-8";


.frame {
background-color:white;
border:1px solid #FF3577;
color:white;
float:left;
margin-bottom:10px
margin-right:20px;
padding:3px;
}

#header img {
	border: medium none;
}
#container {
	padding:5%;
	width; 1100px;
  	margin-left: auto ;
	margin-right: auto ;
	 float:left;

}
.col1 {
	float:left;
	width:320px;
	background:#f4f4f4;
	padding:10px;

}
.col2 {
	float:left;
	width:320px;
	background:#fff;
	padding:10px;
}
.col3 {
	clear:both;
	width:320px;
	background:#f4f4f4;
	padding:10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header	 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 990px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
	
	}
	#footer p {
		margin:15;
	}
	
	
	

body {
	margin:0;
	padding:0;
}
#header h1,
#header h2,
#header p {
	margin-left:2%;
	padding-right:2%;
}
#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}


/* Start of Column CSS */
#container3 {
	clear:left;
	float:left;
	width:100%;
	overflow:visible;
	background:#f4f4f4; /* column 3 background colour */
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33.333%;
	background:#fff; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:33.33%;
	background:#f4f4f4; /* column 1 background colour */
}
#col1 {
	float:left;
	width:29.33%;
	position:relative;
	left:68.67%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:29.33%;
	position:relative;
	left:72.67%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:29.33%;
	position:relative;
	left:76.67%;
	overflow:visible;
}	

