
/* all url references are wrt stylesheet location */

/**/

body {text-align:center; background-color: #C4DDE6; }
body, p {color:#444444; font-size:12pt; font-family: arial, sans-serif; }
/**/
/* width is 792px, which divides integerly by 8 or 9 */
/* basic column width chosen is 88px and there are 9 columns */
/* left column is one col wide - 88px */
/* right column is two col wide - 176px */
/* middle or main column is seven col wide - 528px */
/* within main column ..... */
/* .... a single column is 80px wide + 4px left + 4px right margin = 88 */
/* .... a double column is 168px wide + 4px left + 4px right margin = 176 */
/* .... a triple column is 256px wide + 4px left + 4px right margin = 264 */
/* .... a quad column is 344px wide + 4px left + 4px right margin = 352 */
/* .... a quin column is 432px wide + 4px left + 4px right margin = 440 */
/* .... a sex column is 520px wide + 4px left + 4px right margin = 528 */
/**/
#wrapper{width:792px; height:auto; background:#ffffff; text-align:center; margin:auto;}
#wrapper{border:0px red dotted;}
#header{width:100%; clear:both;}
#footer{width:100%; clear:both;}
#torso{width:100%; background:#ffffff;}
#left{width:88px; float:left;}
#main{width:528px; float:left;}
#right{width:176px; float:left;}

a {color:blue; font-family: arial sans-serif; font-size: 0.9em; font-weight: bold;}
/*a:visited { color: rgb(153, 102, 153); }*/

img{ border: 0px white solid;}
img.grid { width:120px; height:68px;}

input { color:#444444; font-size:0.8em; font-family: arial, sans-serif; }
p.b19 { font-size: 1.9em; font-weight: bold; }
p.b17 { font-size: 1.7em; font-weight: bold; }
p.b15 { font-size: 1.5em; font-weight: bold; }
p.b14 { font-size: 1.4em; font-weight: bold; }
p.b13 { font-size: 1.3em; font-weight: bold; }
p.b12 { font-size: 1.2em; font-weight: bold;    }
p.b11 { font-size: 1.1em; font-weight: bold;  }
p.b10 { font-size: 1.0em; font-weight: bold; }
p.b9  { font-size: 0.9em; font-weight: bold; }

p.a10 { font-size: 1.0em;}  
p.a11 { font-size: 1.1em;}  
p.a9 { font-size: 0.9em;}
p.a8 { font-size: 0.8em;}
p.a7 { font-size: 0.7em;}s
p.a6 { font-size: 0.6em;}

p.buttons { font-size: 0.6em;  font-weight: bold; }

hr{width:95%; color:rgb(215,215,215); height:1px; clear:both;}

/* following required for top navigation strip*/
div.topnav {border:0px yellow solid; margin-top:6px;padding-top:2px; padding-bottom:1px; border-bottom: 0px black solid; height: 24px;  position:relative; font-size:0.7em;	text-align:center;}
div.navtableft, div.navtablefthover, div.navtabright, div.navtabrighthover {width:90px; height: 22px;}
div.navtablefthover, div.navtabrighthover {background-color:rgb(215,215,215); color:black;  font-weight: bold;}
div.navtableft {border-right: 1px red dashed; float: left;  margin: auto 0px auto 2px;  position:relative;  text-align:center; 	}
div.navtablefthover {border-right: 1px red dashed; float: left;  margin: auto 0px auto 2px;  position:relative; text-align:center;  cursor:pointer; 	}
div.navtabright {border-left: 1px red dashed; float: right;  margin:auto 0px auto 2px;  position:relative;  text-align:center; }
div.navtabrighthover {border-left: 1px red dashed; float: right;  margin:auto 0px auto 2px;  position:relative; text-align:center; cursor:pointer; }
/* END following required for top navigation strip*/
/**/
span.b14 { font-size: 1.4em;  font-weight: bold;  }
span.b12 { font-size: 1.2em;  font-weight: bold;  }
span.b11 { font-size: 1.1em;  font-weight: bold;  }
span.b10 { font-size: 1.0em;  font-weight: bold; }
span.b9 { font-size: 0.9em; font-weight: bold; }
span.b8 { font-size: 0.8em; font-weight: bold; }
span.b7 { font-size: 0.7em; font-weight: bold; }
span.b6 { font-size: 0.6em; font-weight: bold; }

span.a12 { font-size: 1.2em; }  
span.a11 { font-size: 1.1em; }  
span.a10 { font-size: 1.0em; }  
span.a9 { font-size: 0.9em;}
span.a8 { font-size: 0.8em;}
span.a7 { font-size: 0.7em;}
span.a6 { font-size: 0.6em;}

span.b10link { font-size: 1.0em;  font-weight: bold; cursor:pointer; text-decoration:underline;}
span.a8link { font-size: 0.8em; cursor:pointer; text-decoration:underline;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

