/*  Style Sheet for new Scotland sub-domain
 Original 18 Nov 2004 Last tweak 01 Nov 05  */

body {
 color: blue; /*#990000;*/
 background-color:white;/* #fd9808;/* #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: blue;/*#cc3300*/
 background-color: transparent;
 }

div.container {
background-color: transparent; /*#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 {
 background-color:transparent;/*#DDD0BF*/
 position: relative;
 top: 0px; left: 0px;
 width: 400px;
 float: left;
 border-width: 2px;
 }

div.centersched {
 position: relative;
 top: 0px; left: 0px;
 width: 510px;
 float: left;
 padding:4px;
 }
 
div.foot {
 position: relative;
 top: 0px; left: 0px;
 width: 100%;
 clear:both;
 padding:4px;
 }

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

div.policy {
 width:190px;
  border-style: solid;
 border-color: #ff9900;
 border-width: 1px;
 margin:0px;
 margin-right: 90px;
 padding:4px;
 float: right;
 }

div.colx {
 position: relative;
 width:20%;
 background-color: grey;
 border-width:0px;
 border-color:red;
 float:left;
}
 
div.just-l { text-align: left; float:left; } 
div.just-r { text-align: right; } 
 
span.sitename { font-size: 32px; }

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: blue; }

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: 3px;margin: 0px;
 font-size:19px ;
 font-family: Arial, Helvetica, sans-serif;
 }

p.test {
 font-size:12px ;
 color:black;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 } 
  