
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(images/bg.gif);
 background-repeat: repeat;
 background-position: top center;
}
a {
 color: #2E3757;
}
a: hover {
 color: #86A4E8;
}
a:visited {
 color: #2E3757;
}
a: active {
 color: #2E3757;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 922px;
 float: left;
 height: 115px;
 margin: 10px 0px 0px 0px;
 background-image: url(images/gisbanner.png);
 background-repeat: no-repeat;
  background-position: center;
}
.topnav {
 margin-left: 290px;
 margin-top: 22px;
}
#navigation {
 float: left;
 width: 906px;
 color: #333;
 border-bottom: 5px solid #ffffff;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
 border-top: 8px solid #D9D9D9;
 border-right: 8px solid #ffffff;
 border-left: 8px solid #ffffff;
 height: 165px;
}
.navtable {
 width: 100%;
 margin: auto;
border-top: 5px solid #ffffff;
}
.navtableright {
 background-image: url(images/blue.png);
 width: 420px;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 750px;
 width: 676px;
 float: left;
 background: #ffffff;
}
.title {
 font-size: 17pt;
 color: #21459E;
}
.subtitle {
 font-size: 7pt;
}
.topictable {
 width: 533px;
 height: 299px;
 margin: auto;
 background-image: url(images/topictablebg.gif);
 text-align: center;
 font-weight: bold;
}
.topictitle {
 font-size: 9pt;
 font-weight: bold;
}
#rightcolumn { 
 float: right;
 color: #333;
 border-right: 1px solid #ffffff;
 border-left: 2px solid #ccc;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 750px;
 width: 201px;
 display: inline;
 background: #ffffff;
}
.rightcolul {
 margin-left: 30px;
 list-style-image: url(images/listbutton.gif);
 line-height: 40px;
}
.topictable a {
 color: #000000;
}
.topictable a:hover {
 color: #ffffff;
}
.topictable a: visited {
 color: #000000;
}
topictable a: active {
 color: #000000;
}

#footer { 
 width: 922px;
 height: 93px;
 clear: both;
 color: #ffffff;
 border-top: 8px solid #ffffff;
 background-image: url(images/footerbg.png);
 background-repeat: no-repeat;
 background-position: top center;
 margin: 0px 0px 10px 0px;
 text-align: center;
 font-weight: bold;
 font-size: 13pt;
line-height: 93px;
 
}