

/* Define the main layout characteristics to build the columns */
#left, #middle, #right {
	background-color: inherit;
	color: inherit;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#left {
	width: 14%;
	min-width: 3em;
	position:relative;
	top:20px;
	left:-40px;
	
}


#right {
	width: 10%;
	position:relative;
	top:5px;
	
}

#middle {
	width: 50%;
	position:relative;
	bottom:10px;
	top:3px;
	
	padding-left: 15px;
	padding-right: 15px;
	background: inherit;
}

#header, #footer {
	width: 100%;
	
}


#footer {
	clear: both;
}


html, body, div, h1, h2, h3 {
	
	padding: 0;
	border-width: 0;
}



/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #CAE1FF;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: medium;
}


#header, #footer {
	color: #fff;
	text-align: center;
}


#header {
	letter-spacing: .2em;
	
}

#header.h1 {
	
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
}

h2 { 	font-style: italic;
	
	font-family: verdana, arial, sans-serif;
}

h1, h2 {color: #550066}



	

h3, h4 {color: #551A8B}



p {	color: #5D478B;
	font-size: 12pt;
	font-weight: bold;}
#footer {
	
	margin-top: 0.5em; 
}


/* formatting for navigation list items */
.navlist {
	padding: 0em 0 0em 0;
	list-style-type: none;
	list-style-position: inherit;
}

.benefits {
	padding: 0em 0 0em 0;
	list-style-type: none;
	list-style-position: inherit;
	font-size: 12pt;
	color: #550066
	}

.bullets {
	padding: 0em 0 0em 0;
	list-style-type: none;
	list-style-position: top;
	color: #5D478B;
	font-size: 12pt;
	font-weight: bold;
}

/* Add your own CSS styles, if required to illustrate a technique */

#street {
	color: red;
	visibility: hidden;
}

#post  {
	color: red;
	visibility: hidden;
}
#credit {
color:red;
	visibility: hidden;
}
