/* style.css
NO constants in Css. 
Hence mainbody.margin-left+mainbody.width = totalbody (100%)
selector.width+selector.padding-left+divider.width+rightbody.width+rightbody.padding-left< totalbody
*/
body { background: #FFFFCC}
p {font-size: 18px}
.mainbody{float:left; margin-left: 2%; width: 98%}
/* The selector is a class solely for the menu div on the LHS of the page */
.selector{float:left; margin-top: 40px; width:23%;border-right: 5px  solid black}
/* The following divider is in place of a vertical rule image. It is a very narrow div filled with black. */
.divider{float:left; margin-top: 30px; width:0.4%; height:500px; background: black}
/* Rightbody is the main info section of the site */
.rightbody{position:relative; left:-5px;margin-top: 40px; float:left; width:72.6%; padding-left: 2%;border-left: 5px solid black}
.subleft{float:left; width: 100%}
.subright{float:right; width: 100%}
.minimage{float: right; margin-left: 5px; width:164px }
.rightheader{font-weight: bold;font-size:x-large; text-decoration: underline}
.copyright{ text-align:center}
.footer{float:left; margin-left: 2%; width:98%;}
.footnote{margin-left: 23%; list-style-type: decimal; font-size: smaller}
/* .menu1{list-style-image: URL('images/roue2.png'); font-weight: bold; font-size: 32px; */
.menu1{list-style-type: none; margin: 0; padding:0; font-weight: bold; font-size: 32px;
	font-family: "Times New Roman", serif;}
.menu2{list-style-type: none; margin: 0; padding-left:30px; font-weight: bold; font-size: 20px;
	font-family: "Times New Roman", serif;}
.off{visibility: hidden}
.home{border:0; margin:0; padding:0}
.calendar{border-width:2px; border-style:outset; padding:3px; table-layout:fixed; text-align:center; width:99%}
.calendar table{border-width:0; border-style:none; padding:0; border-spacing:0; border-collapse:collapse;table-layout:fixed; text-align:center; width:100%}
.calendar td { padding:10px; border-width:1px; border-style:inset}
.emphasis {font-weight: bolder}
div ul li a{text-decoration: none;}
div ul li a img{position:relative; top:0.3em; text-decoration:none; border:0; }
div ul li ul li a{text-decoration: none;}
.flag{position:relative; top:0}

.allbelow{display: block; clear: both; margin: 0; visibility: hidden;}
#masthead{float:left; width: 99%; border: thick  solid black}
#cmcflogo{float:left}
#entrypage{text-align: center}
#leftboxentry{float:left; width: 49%}
#rightboxentry{float:right; width: 49%}
.maintitle{font-weight: bold; font-size: 32px; font-family: "Times New Roman", serif;  color: #371C00;
     	text-align:center ;margin-top: 25px;}
#credits{font-weight: normal; text-align:center; font-size: 20px; margin-top: 60px; font-family: "Times New Roman";}
