html, body {
 height:100%
}

html, body {
 padding:0;
 margin:0;
}

body { 
 background-image:url('images/map-bg.gif');
 background-repeat:no-repeat;
 background-position:top center;
 font-family:arial,helvetica; 
 font-size:13px; 
 color:#000000; 
 font-weight:normal;
 min-width:779px;
}

#outer {
 height:99.9%;
 min-height:100%;
 width: 777px;
 margin:auto;
 margin-bottom:-52px;
 text-align:left;
 position:relative;
}
 
html>body #outer{height:auto;}

#banner {
 position:absolute;
 top:0;
 left:-1px;
 width:777px;
 height:125px;
 background:#ffffff;
 overflow:hidden;
 z-index:100;
}

#left {
 position:relative;/*ie needs this to show float */
 width:157px;
 float:left;
 padding-top:140px;/*needed to make room for header*/
 text-align:right;
 padding-bottom:10px;
}

#leftnav p {padding-left:3px;padding-right:2px}

#footer {
 width:777px;
 height:70px;
 clear:both;
 background-color: #ffffff;
 text-align:center;
 left:0;
 bottom:0;
 position:absolute;
 margin:auto;
}

* html #footer {margin-bottom:-1px;} /* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}

div,p  {margin-top:0} /*clear top margin for mozilla*/

#main {
 width:777px;
 float:right;
 padding-top:140px; /*make room for header*/
}

#main-small {
 width:620px;
 float:right;
 padding-top:140px; /*make room for header*/
}

#clearfooter {
 clear:both;
 width:100%; 
 height:72px; 
}

html >body #minHeight {
 float:left; 
 width:0px; 
 height:100%; 
 margin-bottom:-72px;
} 

img {
 border:0px;
}

img.thumbnails {
 border:0px;
 padding:5px 2px 5px 9px;
}

h1 {
 text-align:left;
 color:#515D91;
 padding-left:17px;
 font-weight:bold;
 font-size:18px;
}

h2 {
 text-align:left;
 color:#000000;
 font-weight:bold;
 padding-left:17px;
 font-size:14px;
 text-decoration:underline;
}

p {
 text-align:justify;
 padding-left:17px;
 padding-right:17px;
 line-height:120%; 
 margin-top:0px; 
 letter-spacing:0px; 
 font-weight:normal;
}

p.small {
 font-size:10px; 
 color:#800000; 
 text-align:left; 
 line-height:100%; 
 margin-top:0px; 
 margin-left:20px; 
 letter-spacing:0px;
}

p.copyright {
 font-size:10px; 
 color:#8C8C8C; 
 text-align:center; 
 margin-top:15px;
}

div.indent {
 text-align:justify; 
 line-height:120%; 
 margin-top:0px; 
 margin-left:18px;
}

a:visited {color:#4B61C3; font-weight:bold; text-decoration:none}
a:link {color:#4B61C3; font-weight:bold; text-decoration:none}
a:hover {color:#904C3C; font-weight:bold; text-decoration:none}

a:visited.small {font-size:10px; color:#4B61C3; font-weight:bold; text-decoration:none}
a:link.small {font-size:10px; color:#4B61C3; font-weight:bold; text-decoration:none}
a:hover.small {font-size:10px; color:#904C3C; font-weight:bold; text-decoration:none}

ul.none {list-style-type:none; font-size:11px; font-weight:bold; line-height:120%}

ul.disc {list-style-image:url("images/tan_bullet.gif"); font-family:arial,helvetica; font-size:12px; font-weight:bold; line-height:130%; padding-left:35px; margin-left:35px; padding-right: 17px; margin-right:17px;}

ol.upper-alpha {list-style-type:upper-alpha; font-weight:bold; color:#303030; text-align:justify}

ol.upper-roman {list-style-type:upper-roman; font-weight:bold; color:#303030; text-align:justify}

ol.decimal {list-style-type:decimal; font-weight:bold; color:#303030; text-align:left;}

ol.lower-alpha {list-style-type:lower-alpha; font-weight:bold; color:#303030; text-align:justify}

th {
 font-weight:bold; 
 font-size:12px; 
 color:#07074A; 
 background:#DFD4CA; 
 border:solid #A98B6F 1px; 
 text-align:center;
}

td {
 color:#07074A; 
 font-size:12px; 
 border:solid #A98B6F 1px; 
 text-align:center;
 vertical-align:top;
}

td.left {
 color:#07074A; 
 font-size:12px; 
 border:solid #A98B6F 1px; 
 text-align:left;
 vertical-align:top;
}

input {
 border: solid #333366 1px;
}

a:visited.list {font-size:11px; color:#3C3C88; font-weight:bold; text-decoration:none}
a:link.list {font-size:11px; color:#901B1E; font-weight:bold; text-decoration:none}
a:hover.list {font-size:11px; color:#901B1E; font-weight:bold; text-decoration:underline}