body { 
	background-color: #ffcc99; 
	background-image: url(/images/gradient.jpg); background-repeat: repeat-x;
	}

a:link { 
	color: black; 
	font-size: 10px; 
	font-family: verdana; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 18px; 
	text-decoration: none; 
	}

a:visited { 
	color: #02559d; 
	font-size: 10px; 
	font-family: verdana; 
	font-weight: 500; 
	font-style: normal; 
	line-height: 18px; 
	text-decoration: none; 
	}

a:hover { 
	color: #02839d; 
	font-size: 10px; 
	font-family: verdana; 
	font-weight: 500; 
	font-style: normal; 
	line-height: 18px; 
	text-decoration: none; 
	}

a:active { 
	color: #fec762; 
	font-size: 10px; 
	font-family: verdana; 
	font-weight: 500; 
	font-style: normal; 
	line-height: 18px; 
	text-decoration: none; 
	top: 4px; 
	}

h1 { 
	color: black; 
	font-size: 12px; 
	font-family: verdana; 
	font-weight: bold; 
	margin: 0.67em 0; 
	}

h2 { 
	color: black; 
	font-size: 14px; 
	font-family: verdana; 
	font-weight: bold; 
	margin: 0.67em 0; 
	}
h6 {
	color:#666;
	font-size: 9px;
}
p { color: black; 
	font-size: 11px; 
	font-family: verdana; 
	width: 400px;
	}
	
ul { 
	color: black; 
	font-size: 11px; 
	font-family: verdana; 
	list-style-type: circle; 
	margin: 1em 0 1em 40px; 
	}
	
#wrapper { 
	background-color: #ebf3fb; 
	width: 800px ; 
	border: solid 1px black; 
	}
	
#header { 
	color: #02559d; 
	font-size: 20px; 
	font-family: verdana; 
	background-image: url(../images/banner.jpg); 
	width: 800px; 
	height: 191px; 
	}
	
#header p.chicago { 
	color: #02559d; 
	font-size: 22px; 
	font-family: verdana; 
	font-weight: normal; 
	font-style: normal; 
	text-align: left; 
	text-indent: -9999px; 
	position: fixed; 
	}

#header p.phone { 
	color: #02559d; 
	font-size: 15px; 
	font-family: verdana; 
	font-weight: normal; 
	font-style: normal; 
	text-align: left; 
	text-indent: -9999px; 
	position: fixed; 
	padding-top: 30px; 
	}

#header p.tagline { 
	color: #02559d; 
	font-size: 11px; 
	font-family: verdana; 
	font-weight: normal; 
	font-style: normal; 
	text-align: left; 
	text-indent: -9999px; 
	position: fixed; 
	}
	
	
 p.headline {
	color: #fec762; 
	font-size: 14px; 
	font-family: verdana; 
	font-weight: bold;
	margin-top: 10px;
	}

#links { 
	color: black; 
	font-size: 10px; 
	font-family: verdana; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #fddea7; 
	background-image: none; 
	text-align: left;
	width: 800px; 
	height: 18px; 
	border-bottom: 4px solid #fec762; 
	border-top-style: none;
	padding-top: 8px; 
	}

#links ul.ul { 
	margin: 0px;
	padding: 0px; 
	white-space: nowrap; 
	}
	
#links li.li {
	padding-left: 12px;  
	list-style-type: none; 
	display: inline;  
	}
	
#content  { 
	background-color: white; 
	width: 784px; 
	/*height: 350px;*/ 
	float: right ; 
	text-align: left;
	padding: 8px; 
	border: none; 
	margin-top: 0px;
	}

#footer { 
	padding: 8px;
	padding-top: 3px;
	color: black; 
	font-size: 10px; 
	font-family: verdana; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #fddea7; 
	background-image: none; 
	text-align: center; 
	
	vertical-align: middle; 
	width: 784px; 
	height: 20px; 
	clear: both; 
	border-top: 4px solid #fec762; 

	}
#footer p {
	font-size:9px;
	padding-bottom: 5px;
	margin-top: -2px;
}
	
/* CONTACT FORM STYLING */
fieldset {
	margin: 15px 10px 0;
	padding: 10px 10px 0;
	border: 1px solid #666;
	background:#fddea7;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
label {
	display: block;
	font-size: 12px;
}
input {
	width: 200px;
	
	
}
textarea {
	width: 300px;
	height:200px;
}
.submit {
	width: 100px;
	display:inline;
	margin-right:10px;
}
.reset {
	width: 100px;
	float: right;
	margin:-left: 10px;
}
#secondarycontent {
	margin: 5px;
	padding: 5px;
	width: 200px;
	float: right;
	background:#ccc;
	border: 1px solid #999;
}
#secondarycontentcontact {
	margin:0px;
	padding:0px;
	width: 250px;

}