
body {
	margin: 15px;
	padding: 0;
	background: #5d6875 url(pics/bg_swatch1.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223d4a;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #223d4a;
}

h2 { font-size: 21px; }
h3 { font-size: 18px; }
h3 { font-size: 17px; }
h5 { font-size: 12px; }

p, ol {
	line-height: 20px;
}

ul   {
	line-height: 23px;
}

ul news  {
	list-style-type: disc;
	line-height: 25px;
}

a {
	color: #4d6f69;
}

a:hover {
	text-decoration: none;
}

.image1 {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

.image2 {
	float: left;
	margin: 5px 15px 0 0;
	
}

.image3 {
	float: right;
	margin: 5px 5px 5px 5px;
	
}

.byline {
	margin: 0;
	background: #8d9a94;
	
}

.caption {
	text-align: center;
	margin-top: -15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223d4a;
	
}

/* Header */

#header {
	width: 600px;
	height: 219px;
	margin: 0 auto;
	background:  url(pics/madison_header.gif);
	
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 36px;
	color: #ACA283;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #d0e4db;
}

/* Title */

#title {
	display: block;
	width: 600px;
	height: 23px;
	padding: 1px 0 0 0;
	margin: 0 auto;
	background: url(pics/bar2.gif);
	text-decoration: none;
	text-align: center;
}

#title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#title li {
	display: inline;
}

#title h3 { font-size: 16px;
			float: center;
	        text-transform: uppercase;
	        color: #223d4a;
 }

/* Content */

#content {
	width: 592px;
	margin: 0 auto;
	background: #cddfc8 url(pics/repeat1.gif) repeat-y;
	border: 4px solid #223d4a;
}

#colOne {
	float: left;
	width: 166px;
	padding: 20px;
	background: #77a09b url(pics/repeat1.gif) repeat-y;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #d0e4db;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #375e72;
}

#colTwo {
	float: right;
	width: 346px;
	padding: 20px;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	background: #223d4a;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 9px;
	color: #d0e4db;
}

#footer a {
	color: #77a09b;
}