/*  Style Sheet Region_V1.css  originated 21 Feb 05 last tweak 24 May 05  */

.noD { display:none; }	

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

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

div.container {
 width:890px;
 margin-left:auto;
 margin-right:auto;
 }
 
div.topbanner {
 width: 100%;
 cursor: url(file:///C:/WINDOWS/Cursors/hwe.cur)
 }
 
div.left {
 width: 200px;
 float: left;
 }
 
div.center {
 margin-left:10px;
 width: 406px;
 float: left;
 border-width:3px;
 }

div.centersched {
 width: 510px;
 float: left;
 padding:4px;
 }
 
div.foot {
 width: 100%;
 clear:both;
 padding:3px;
 }

div.menu {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 } 

div.flg { background-color:black;padding:10px;}
 
div.just-l { text-align: left; float:left; } 
div.just-r { text-align: right; }  
 
span.sitename { font-size: 36px; }

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); */ color: white;background-color: RGB(153,0,0)} /* ruby red */


li  {font-size:14px; }
ul  {font-size:14px; }

td  { font-size:14px; }
img.flag {padding:10px;background-color: green;float:left;}

p.main { font-size:20px; }
p.mid  { font-size:17px; }
p.sched { font-size:20px; }
p.copyright { font-size:13px; }
p.small { font-size:14px; }

p.flag { background-color:#e0e0e0;padding: 10px; }
 
p.menu {
 border-color: silver;
 border-style: solid;border-width: 1px;
 padding: 3px;margin: 0px;
 font-size:20px ;
 }
   
