/* fixed proportion table */
table {table-layout:fixed; border-collapse:collapse}

/* make hr narrower */
hr {width:80%}

/* para with lines on left and right for use in the central column */
p.mainText {border-right:medium solid #C0C0C0; border-left:medium solid #C0C0C0}

/* h2 header */
h2 {text-align:center; font-family:"MS Sans Serif", Arial, sans-serif; font-size: 16pt; color:blue}
h3 {text-align:center; 
  font-family: "MS Sans Serif", Arial, sans-serif; font-size: 12pt; font-style: normal; color:black}

/* body  */
body {background-color: #F0F0F0}

/* more links for use more box */
a.more:link {color:black;text-decoration:none}
a.more:visited {color:black; text-decoration:none}
a.more:hover {color:black;font-weight:bold;text-decoration:none}
a.more:active {color:black;font-weight:bold;text-decoration:none}

/* text links */
a.txt:link {color: #556B2F; text-decoration:none}    /*  unvisited link */
a.txt:visited {color: #556B2F; text-decoration:none} /*  visited link */
a.txt:hover {font-weight:bold; text-decoration:none} /*   mouse over link */
a.txt:active {color: #404040; text-decoration:none}  /*  selected link */ 

/* normal links */
a.norm:link {color:black; text-decoration:none}
a.norm:visited {color:black; text-decoration:none}
a.norm:hover {color:black; text-decoration:none}
a.norm:active {color:black; text-decoration:none}
a.norm img {border:0}

/* header */
div.header {height:90px; padding:0.5em; color:black; background-color:white}

/* footer */
//div.footer {position:absolute; bottom:10px; width:100%; height: 10px; padding:0.5em; color:black; background-color:white; clear:both}
div.footer {height: 100px; background-color:green}


/* tools  vote|comment|print|email|digg|deliciou|reddit|facebook|stumbleupon  */
/* boxed para */
div.box {text-align:center;background-color:white;border-style:dashed; border-width:1px; padding: 4px; 
  width:290px; height:28px;
  font-family: "MS Sans Serif", Arial, sans-serif; font-size: 10pt; font-style: normal;
  font-weight: bold}

div.box2 {text-align:center;background-color:white;border-style:ridge; padding: 4px; overflow:auto; 
  width:400px; height:28px;
  font-family: "MS Sans Serif", Arial, sans-serif; font-size: 10pt; font-style: normal;
  font-weight: bold}

/* right align text */
div.rt {text-align:right}

/* for comments */
div.com {text-align:left; background-color:E8E8E8; border-style:ridge; padding:4px; width:540px;
  font-family: "MS Sans Serif", Arial, sans-serif; font-size: 10pt; font-style: normal;
  font-weight: normal}
