body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	height:100%;
	background-color: rgb(204,204,204);
	margin:0px;
}

#page {
	margin:auto;
	max-width:809px;
	background-color: #fff;
}

#left{
	float:left;
	width:99px;
	background: #fff;
	height:100%;
}
#right{
	float:right;
	background-color: #DDD;
	width:698px;
	padding-right:5px;
}
#header {
	position:relative;
	height:205px;
	overflow:hidden;
}
#header div.shown{
	top:0px;
	position:absolute;
	-webkit-transition: top 2s;
	-moz-transition: top 2s;
	-o-transition: top 2s;
	-ms-transition: top 2s;
}
#header div.bottom{
	top:206px;
	position:absolute;
}
#header div.top{
	top:-206px;
	position:absolute;
	-webkit-transition: top 2s;
	-moz-transition: top 2s;
	-o-transition: top 2s;
	-ms-transition: top 2s;
}

#navbar{
	position:relative;
	height:21px;
}
a.button{
	position:absolute;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding-left:15px;
	display:inline-block;
	line-height:21px;
	height:21px;
	overflow:hidden;
	text-decoration:none;
	color:white;
	text-shadow: #444 0px 0px 4px;
}

a.c1{
	background-image:url(/includes/navSprite.png);
	background-position: -1px 0px;
	z-index:20;
	width:86px;
	left:0px;
}	
a.c2{
	background-image:url(/includes/navSprite.png);
	background-position: 812px 0px;
	z-index:19;
	width:86px;
	left:93px;
}
a.c3{
	background-image:url(/includes/navSprite.png);
	background-position: 710px 0px;
	z-index:18;
	width:86px;
	left:185px;
}
a.c4{
	background-image:url(/includes/navSprite.png);
	background-position: 608px 0px;
	z-index:17;
	width:86px;
	left:277px;
}
a.c5{
	background-image:url(/includes/navSprite.png);
	background-position: 506px 0px;
	z-index:16;
	width:86px;
	left:369px;
}
a.c6{
	background-image:url(/includes/navSprite.png);
	background-position: 404px 0px;
	z-index:15;
	width:86px;
	left:460px;
}
a.c7{
	background-image:url(/includes/navSprite.png);
	background-position: 302px 0px;
	z-index:14;
	width:86px;
	left:550px;
}
a.c8{
	background-image:url(/includes/navSprite.png);
	background-position: 201px 0px;
	z-index:13;
	width:86px;
	left:639px;
}
a.c9{
	background-image:url(/includes/navSprite.png);
	background-position: 87px 0px;
	z-index:12;
	width:65px;
	left:729px;
}
a.button:hover{
	background-position-y: 63px;
	color:black;
	text-shadow: none;
}
a.selected{
	background-position-y: 21px;
}
a.selected:hover{
	background-position-y: 21px;
	color:white;
	text-shadow: #555 0px 0px 2px;
}
.whatsnew {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.whatsnew h1 {
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 15pt; 
	text-align:left;
}

.content {
	border-bottom: solid black 2px;
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.content h1 {
	margin: 0;
	padding: 5px;
	font-weight:bold;
	font-size: 15pt;
	text-align:left;
}

.content h2 {
	text-align:left;
	font-size: 12pt;
	padding-left: 5px;
}

.content h3 {
	text-decoration: underline; 
	font-size: 10pt;
	padding-left: 5px;
}

.subcontent {
	border: none;
	margin: 0;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
}

.info {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

.info h1 {
	margin: 0;
	padding: 0;
	text-align:left;
	font-weight:bold;
	font-size: 15pt; 
}

.contentsummary {
	border: none;
	margin: 5px;
	padding: 0;
}

.contentdisplayphoto {
	border: none;
	text-align: center;
	font-size: 10pt;
	margin: 10px auto;
	padding: 10px;
}


.contentimage {
	border: none;
	text-align: center;
	font-size: 8pt;
	margin: 3px auto;
	padding: 3px;
	float: right;
}

.contentimageleft {
	border: none;
	text-align: center;
	font-size: 8pt;
	margin: 3px auto;
	padding: 3px;
	float: left;
}
.contentimageright {
	border: none;
	text-align: center;
	font-size: 8pt;
	margin: 3px auto;
	padding: 3px;
	float: right;
}
.moreinfo {
	font-size: 8pt;
}

.column1 {
	padding-right: 10px;
	width: 405px;
	border: 1px #999999 solid;
}

.column2 {
	width: 105px;
	border: 1px #999999 solid;
}


#footer {
	clear: both;
	display: block;
	color: white;
	text-align: center;
	margin: 0;
	line-height:39px;
	width: 100%;
	height: 39px;
	background-color: rgb(0,95,135);
	float: left;
}
#footer a{
	text-decoration: none;
	font-size: 1.3em;
	color: white;
	line-height:1.4em;
}

.menu:link, .menu:visited	
{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 3px 0px 3px 10px;
	width: 200px;
	text-decoration: none;
}

.menu:hover	
{
		font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 3px 0px 3px 10px;
	width: 200px;
	text-decoration: none;
	background-color: #b3b3b3;
}

.submenu:link, .submenu:visited	
{
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	display: block;
	padding: 6px 0px 6px 20px;
	width: 200px;
	text-decoration: none;
 line-height: 8px;	}

.submenu:hover	
{
		font-size: 9pt;
	font-style: normal;
	color: #000000;
	display: block;
	padding: 6px 0px 6px 20px;
	width: 190px;
	text-decoration: none;
	background-color: #b3b3b3;
}


div.breadcrumb {
	text-align: left;
	font-size: 8pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
	
	
img {
	border: none;
}

.alignimagecenter {
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0;
}

img.aligncenter {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline;
	float: right;
}

img.alignleft {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline;
	float: left;
}

h1 {
	font-size: 14pt;
	text-align: center;
	font-style: normal;
}

h2 {
font-size: 12pt;
}

h3 {

}

p {
	font-size: 10pt;
	line-height: 12pt;
}

p.aligncenter {
	text-align: center;
}

p.imgcaption {
	text-align: center;
	font-size: 8pt;
}

p.header {
	margin: 0;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 1px;
	font-size: 28pt;
	color: #ffffff;
	text-align: left;
	font-weight: bold; 
}

p.footerhdr {
	margin: 0;
	padding-top: 5px;
	padding-left: 200px;
	padding-bottom: 1px;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	font-weight: bold; 
}

p.footertext {
	margin: 0;
	padding-top: 1px;
	padding-left: 200px;
	padding-bottom: 5px;
	font-size: 9pt;
	color: #000000;
	text-align: center;
}

ol, ul, dl {
	padding-top: 3px;
	padding-bottom: 3px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.gispage {
	margin: 0 auto;
	width: 506px;
}

div.gismainbody {
	margin: 0 auto;
	width: 502px;
}

div.gissearchpage {
	margin: 0 auto;
	width: 300px;
}

hr.contentbreak {
	width: 75%;
}

table.swctablefixed {
	table-layout: fixed;
	width: auto;
	border-collapse: collapse;
}

table.swctableauto {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

th.standard {
	background: #d8d8da;
}

table.swcinfo {
	table-layout: fixed;
	width: 520px;
	border-collapse: collapse;
}

.infocol1 {
	width: 180px;
	border: none;
}

.infocol2 {
	width: 15px;
	border: none;
}

.infocol3 {
	width: 305px;
	border: none;
}

tr.tableroweven {
	background: #ffffff;
	font-size: 9pt;
}

tr.tablerowodd {
	background: #efefef;
	font-size: 9pt;
}

#c1 {
	border: none;
	}

#c2 {
	border: none;
}

#c3 {
	border: none;
}

#c4 {
	border: none;
}

#c5 {
	border: none;
}

#c6 {
	border: none;
}

#c7 {
	border: none;
}

#c8 {
	border: none;
}

#c9 {
	border: none;
}

#c10 {
	border: none;
}

#c11 {
	border: none;
}

#c12 {
	border: none;
}

#c13 {
	border: none;
}

#c14 {
	border: none;
}

#c15 {
	border: none;
}

#c16 {
	border: none;
}

#c17 {
	border: none;
}

#c18 {
	border: none;
}

#c19 {
	border: none;
}

#c20 {
	border: none;
}

#c21 {
	border: none;
}

#c22 {
	border: none;
}

#c23 {
	border: none;
}

#c24 {
	border: none;
}

#c25 {
	border: none;
}

#c26 {
	border: none;
}

#c27 {
	border: none;
}

#c28 {
	border: none;
}

#c29 {
	border: none;
}

#c30 {
	border: none;
}

#c31 {
	border: none;
}

#c32 {
	border: none;
}

