body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	background: url("images/bgfill.jpg") repeat-x;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 1.3em;
	color: #000;
	}

h2 {
	font-size: 1.1em;
	color: #444;
	}

p {
	font-size: .9em;
	color: #444;
	line-height: 140%;
	}

a:link, a:visited; {
	color: #1d2b84;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

div#main {
	width: 950px;
	background: #fff;
	margin: 0 auto 0 auto;
	border: solid #999;
	border-width: 0 1px 1px 1px;
	min-height: 400px;
	}

div#mainliner {
	width: 950px;
	background: url("images/degcolorbar.jpg") repeat-x;
	min-height: 400px;
	}

div#menu {
/*	background: #fcf7f2 url("images/localmenufill.jpg") repeat-x; */
	position: absolute;
	left: 0;
	top: 174px;
	width: 950px;
	height: 30px;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	}

#menu ul {
	display: inline;
	margin: 0;
	padding:0;
	list-style: none;
	}

#menu ul li {
	display: inline;
	width: 175px;
	height: 25px;
	border-right: 1px solid #fff;
	padding: 0 15px 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-size: 13px;
	}

#menu ul li.dark a:link, #menu ul li.dark a:visited {
	color: #1d2b84;
	font-weight: bold;
	text-decoration: none;
	}
	
#menu ul li.light a:link, #menu ul li.light a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	}

#menu ul li.light a:hover, #menu ul li.dark a:hover {
	color: #016F8E; /* teal */
	}

div#content {
	min-height: 400px;
	margin: 25px 0 0 0;
	}

div#contentliner {
	padding: 25px;
/*	background: url("images/content-fill.jpg") no-repeat; */
	}

div#homecontentliner {
	padding: 0;
	}

div#homeleft {
	width: 295px;
	float: left;
	text-align: right;
	padding-right: 25px;
/*	border-top: 9px solid #02a0c6;*/
	}

div#homeslide {
	float: left;
	width: 312px;
	height: 390px;
	margin-top: -50px;
	}

div#homeslide ul.slideshow {
	margin-top: 0;
	}

div#homeright {
	width: 292px;
	float: left;
	text-align: left;
	padding-left: 25px;
/*	border-top: 9px solid #02a0c6;*/
	}

div.bluebarleft {
	padding-top: 50px;
	border-bottom: 9px solid #02a0c6;
	margin-right: -25px;
	}

div.bluebarright {
	padding-top: 50px;
	border-bottom: 9px solid #02a0c6;
	margin-left: -25px;
	}

img.pride {
	margin: 25px auto 10px auto;
	}

#footer {
	margin: 35px auto 25px auto;
	text-align: center;
	font-size: 10px;
	}

#footer a:link, #footer a:visited {
	color: #1d2b84;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000;
	text-decoration: none;
	}

table.contact {
	margin: 5px auto 10px auto;
	}

table.contact tr td a:link, table.contact tr td a:visited; {
	color: #1d2b84;
	text-decoration: underline;
	}

table.contact tr td a:hover {
	color: #000;
	text-decoration: none;
	}

.req {
	color: #880000;
	font-weight: bold;
	}

input.reqfield {
	border: 1px solid #880000;
	background: #FEF0EB;
	}

textarea.reqfield {
	border: 1px solid #880000;
	background: #fff url("images/requiredfill.gif") repeat-x;
	}

div.filesleft {
	float: left;
	width: 45%;
	padding: 15px;
	background: #000;
	color: #fff;
	}

div.filesleft h2, div.filesleft p {
	color: #fff;
	}

div.filesleft em {
	font-size: 140%;
	font-weight: bold;
	}

div.filesright {
	float: left;
	width: 45%;
	background: #fff;
	margin-left: 25px;
	}