			#page {
				margin:0;
				/*background-image: url('images/cnvbkgnd.jpg');*/
				background-color: #c9cccc;
			}

			#example {
				min-height:673px;
				width:960px;
				margin:0 auto;
			}

			#example div {
			}

			#div-masthead {
				background-color:#800080;
				color:#000;
				margin: 0;
				min-height:90px;
				width:960px;
			}
			#div-masthead-logo {
				float:left;
				width:90px;
				height: 90px;
				background-color: #800080;
			}
			#div-masthead-text {
				float:left;
				width:870px;
				height: 50px;
				background-color: #800080;
				padding: 20px 0;
			}
			#div-1 {
				background-color:beige;
				font-family: Arial, Helvetica, sans-serif;
				color:blue;
			}
			#div-1-padding {
				padding:0 0 0 0;
			}
			#div-1a {
				background-color:beige;
				float:left;
				width:194px;
				margin: 25px 0 0 0;
				border:none;
				/* border-style:solid;
				border-width:thin; */
			}
			#div-1b {
				background-image: url('images/cnvbkgnd.jpg');
				float:left;
				width:744px;
				padding: 5px 5px 5px 5px;
				margin: 0 0 0 10px;
				border: 1px solid;
			}
			#div-1c {
				background-color:#33d;
				color:#fff;
				clear:both;
			}
			#div-footer {
				clear: both;
				background-color:beige;
				color:blue;
				padding: 10px 0 0 0;
				width:960px;
				text-align: center;
				font-size: small;
			}
			#description {
				float:left;
				width:40%;
			}
			pre {
				padding:1em;
				border:1px dashed #aaa;
				background:#fafafa;
			}
			p {
				margin:0.5em 0;
			}
			h3 {
				color:#999;
			}

			.job {
				margin-top:1em;
				border:1px solid #aaa;
				padding:1em;
				background:#ddd;
			}
			.resource-list {
				text-align: left;
				font-size: medium;
				color: #0000FF;
				font-family: Arial;
			}
			.event-title {
				font-family: Arial, Helvetica, sans-serif;
				font-size: large;
				font-weight:bold;
				text-align: center;
				background-color: purple;
				color: yellow;
				margin: 30px 25% 30px 25%;
				width: 328px;
			}
			.event-entry p{
				text-align: left;
				font-size: medium;
				font-weight:bold;
				line-height: 1;
				margin: 0 0 0 0;
				margin-top: 1em;
        margin-bottom: 0em;
			}
			.event-entry a{
				text-align: left;
				font-size: medium;
				font-weight:bold;
				line-height: 1;
				text-decoration:none;
				margin-top: 1em;
        margin-bottom: 0em;
			}
			.event-entry a:visited {
				color: inherit;
			}
			.event-sub-entry p{
				text-align: left;
				font-size: medium;
				font-weight:bold;
				line-height: 1;
				margin: 0 0 0 0;
			}
			.event-sub-entry a{
				text-align: left;
				font-size: medium;
				font-weight:bold;
				line-height: 1;
				text-decoration:none;
			}
			.event-sub-entry a:visited {
				color: inherit;
			}
			#local ul{
				list-style:none;
				margin:0;
				padding: 0 0 0 0;

			}
			#local li{
				border-bottom:1px solid #3b4f90;
				margin:0;
				position:relative;
			}
			#local ul ul{
				display:none;
				border:1px solid #3b4f90;
				top:-1px;
				left:190px;
				background:#dbe0e7;
				position:absolute;
				width:210px;
			}
			#local li li{
				border:none;
				margin:0;
			}
			#local a{
				border:none;
				color:#0d254e;
				padding:4px;
				display:block;
				background: url(/images/menu-arrow-nav.gif) 183px 50% no-repeat;
				text-decoration:none;
			}
			#local a:hover,
			#local li:hover>a{ /* persistent parent anchors */
				background:#dbe0e7 url(/images/menu-arrow-nav-on.gif) 183px 50% no-repeat;
			}
			#local ul li:hover, #local li:hover a{
				position:relative;
				z-index:999;
			}
			#local ul li:hover ul{
				display:block;
			}
			#local li:hover li a{
				padding: 5px 12px;
				background-image:none;
			}
			#local li:hover li a:hover{
				background:#fff;
			}
