/*  Style Sheet for ViewMap Created 2004 Last Rev 02 Jan 2006 */

.noP { display:none; }

body {
 color:#990000;
 background-color:#BEA07A;
 border:solid;border-width:0px;
 padding:0px;margin:0px;
 font-size: 24px;
 font-family:sans-serif ;
 }

div { 
 border:solid;border-width:0px;
 padding:0px;margin:0px; 
 border-color: #cc3300;
 background-color: transparent;
 }

div.container {
background-color: #ddd0bf;
 width:890px;
 margin-left:auto;
 margin-right:auto;
 }
 
 div.topbanner {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 }
 
div.left {
 position: relative;
 top: 0px; left: 0px;
 width: 200px;
 float: left;
 }
 
div.center {
 position: relative;
 top: 0px; left: 0px;
 margin-left:5px;
 width: 402px;
 float: left;
 border-width:3px;
 }
 
div.foot {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 clear:both;
 }

div.menu {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 } 
 
span.sitename { font-size: 40px; }

a               { color: black; text-decoration: none}
a:link          { color: black } 
a:active        { color: black }
a:visited       { color: black }
a:hover         { color: RGB(36,40,92); background-color: white; }

p, h1, h2, h3, h4, h5, h6 {
 border-style: solid;border-width: 0px;
 padding: 0px;margin: 0px;
 font-family: sans-serif;
}

p.main { font-size:20px ; }
p.sched { font-size:20px ; }
p.mid { font-size:17px;}
p.copyright { font-size:15px; }
p.small { font-size:14px; }
 
p.menu {
 border-color: silver;
 border-style: solid;border-width: 1px;
 padding: 2px;margin: 0px;
 font-size:20px ;
 font-family: Arial, Helvetica, sans-serif;
 } 