body {
	text-align: center;
	background-color: #99ccff;
	/* background-image: url(background.gif); */
}

body#calendarofevents {
	background-image: url(calendarofevents/page-background.jpg); */
}

body#discovermadison {
	background-image: url(discovermadison/page-background.jpg);

	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

body#exploremadison {
	background-image: url(exploremadison/page-background.jpg); */
}

body#findabusiness {
	background-image: url(findabusiness/page-background.jpg); */
}

body#home {
	background-image: url(page-background.jpg); */
}

body#importantlinks {
	background-image: url(importantlinks/page-background.jpg); */
}

body#membership {
	background-image: url(membership/page-background.jpg); */
}

body#networking {
	background-image: url(networking/page-background.jpg); */
}

body#news {
	background-image: url(news/page-background.jpg); */
}

body#home a#homenav,
body#findabusiness a#findabusinessnav,
body#networking a#networkingnav,
body#membership a#membershipnav,
body#exploremadison a#exploremadisonnav,
body#calendarofevents a#calendarofeventsnav,
body#discovermadison a#discovermadisonnav,
body#importantlinks a#importantlinksnav,
body#news a#newsnav {
	color: #ff6600;
	text-align: center;
	background-image: url(arrownav-blue.jpg);
}

/* don't display these divs at all when printing */

#headerprint {
	display: none;
}


h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000fe;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 20px;
	}

h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #FF6600;
	font-size: 18px;
}

h1 a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000fe;
	}
	
h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000fe;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 20px;
	}
	
h4 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff6600;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 20px;
	}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000fe;
	}

#container {
	width: 750px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #0000fe;
	background-color: #ffffff;
	overflow: hidden;
}

#headercontainer {
	width: 750px;
	height: auto;
	border-bottom: 2px solid #0000fe;
}

#middlecontainer {
	width: 750px;
	height: auto;
	float: left;
	clear: both;
}

#sidebarcontainer {
	float: left;
	height: auto;
	width: 190px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background-color: #3366ff;	
	/* overflow: auto; */
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0000fe;
}

#navcontainer {
	margin-top: 0px;
	margin-bottom: 35px;
	height: auto;
/*	width: 145px; */
	overflow: visible;
	visibility: visible;
	z-index: 100;
}

#rightcontainer {
	width: 558px;
	height: auto;
	float: right;
	background-color: #ffffff;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	overflow: visible;
}

#contentcontainer {
	width: 542px;
/*	height: auto; */
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#contentcontainer a:link, #contentcontainer a:visited, #contentcontainer a:active {
	text-decoration: none;
	color: #3366FF;
}

#contentcontainer a:hover {
	text-decoration: underline;
	color: #3366FF;
}

#contentcontainer table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

#thumbcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.thumbpreview {
	float: left; 
	height: auto;
	width: 262px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 0px;
	font-size: 10px;
}

.thumbpreview a:link, .thumbpreview a:visited, .thumbpreview a:active {
	text-decoration: none;
	color: #0000fe;
}

.thumbpreview a:hover {
	color: #0000fe;
	text-decoration: underline;
}

.thumbpreviewtitle {
	font-size: 12px;
	color: #0000fe;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	text-align: left;
} 

.thumbpreviewtitle a:link, .thumbpreviewtitle a:visited, .thumbpreviewtitle a:active {
	text-decoration: none;
	color: #0000fe;
}

.thumbpreviewtitle a:hover {
	text-decoration: underline;
	color: #0000fe;
}

.thumbpreview img {
	float: left;
	margin-right: 3px;
/*	border: 1px solid #0000fe; */
	border: 0;
}

.calendartable {
	border: 1px solid #0000FE;
	cellpadding: 0px;
	cellspacing: 0px;
}

.calendartable th {
	background-color: #99ccff;
	border: 1px solid #0000FE;
	text-align: center;
}

.calendartable td {
	height: 65px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333333;
}

.calendarevent {
	color: #FF6600;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
}

.calendarevent a:link, .calendarevent a:visited, .calendarevent a:active {
	text-decoration: none;		
}

.calendarevent a:hover {
	text-decoration: underline;
}

#footercontainer {
	width: 750px;
	height: auto;
	clear: both;
	border-left: 2px solid #0000fe;
	border-right: 2px solid #0000fe;
	border-bottom: 2px solid #0000fe;
	background-color: #3366ff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#footercontainer a:link, #footercontainer a:visited, #footercontainer a:active {
	text-decoration: none;
	color: #ffffff;
}

#footercontainer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.signedin {
	background-color: #ff6600;
	text-align: center;
	margin: 5px;
	padding: 3px;
}

.oddrow {
	background-color: #0000fe;
	color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 3px;
	text-align: center;
}

.evenrow {
	background-color: #FF6600;
	color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 3px;
	text-align: center;
}

#eventshome {
	width: 96%;
	margin: 10px auto 10px auto;
	border: thin solid #72ADC0;
	background-color: #C0C0C0;
}

#eventshome .heading {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: medium;
	text-align: center;
}

.odd {
	background-color: #DEFEFD;
	margin-bottom: 5px;
	min-height: 110px;
	padding: 3px 0px 3px 3px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(graphics/oddrow-background.jpg);
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8DFCF9;
	border-right-color: #DEFEFD;
	border-bottom-color: #DEFEFD;
	border-left-color: #8DFCF9;
}

.odd .title {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: medium;
}

.odd img {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8DFCF9;
	border-right-color: #8DFCF9;
	border-bottom-color: #8DFCF9;
	border-left-color: #8DFCF9;
}


.even {
	background-color: #9CC5D3;
	margin-bottom: 5px;
	min-height: 110px;
	padding: 3px 0px 3px 3px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(graphics/evenrow-background.jpg);
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #72ADC0;
	border-right-color: #9CC5D3;
	border-bottom-color: #9CC5D3;
	border-left-color: #72ADC0;
}

.even .title {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: medium;
}

.even img {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #72ADC0;
	border-right-color: #72ADC0;
	border-bottom-color: #72ADC0;
	border-left-color: #72ADC0;
}

.imageleft {
	margin: 5px 5px 5px 0px;
	float: left;
	border: thin solid #0000fe;
}

.imageright {
	margin: 5px 0px 5px 5px;
	float: right;
	border: thin solid #0000fe;
}

#sbbw {
	width: 750px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

#sbbw a:link, #sbbw a:visited, #sbbw a:active {
	text-decoration: none;
	color: #ffffff;
}

#sbbw a:hover {
	text-decoration: underline;
	color: #ffffff;

}

.slideshow {
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	height: 268px;
	width: 360px;
	border: thin solid #0000fe;
	color: #333333;
}

