/* body {cursor:url(../tipskey.cur),url(tipskey.cur),default} */
body {font-family:'Century Gothic'; color:#004400; margin:0; background:url(images/256X256.png) no-repeat fixed center}	/* If this is put with the tipskey.cur line , the display in FrontPage will not be the font */

table {border-collapse:collapse; margin-left:auto; margin-right:auto} /* This is to make the table on the category page positioned in the center */
table {width:100%}
table.content {width:auto} /* For the article table on the home page */
td.top_middle {font-size:11pt}
td.location {padding:7px; background:#D0E0F0; text-align:left; font-size:10pt}
td.left_column {background:#D0E0F0; text-align:left; line-height:170%; width:120px}
td.date {padding-top:7px; padding-bottom:7px; padding-left:19px; padding-right:19px; text-align:right; font-size:8pt; height:27px}
td.right_column {background:#D0E0F0; width:120px}
td.subject {padding-left:6px; padding-right:6px; text-align:center}
td.content {padding-left:19.5px; padding-right:19.5px; line-height:150%}
td.end {text-align:center}
td.bottom {background:#D0E0F0; text-align:center; vertical-align:middle; height:60px}
td.footer {text-align:center; font-size:8pt}
td.other {padding-left:19.5px; padding-right:19.5px}
td.table_heading {background:#DDE1E4} /* for the article table heading in the home page */

div.line {border-bottom-style:solid; border-bottom-width:1px; padding-bottom:1px; border-top-style:solid; border-top-width:1px; padding-top:1px}

div.right_column {position:fixed}

a:hover {color:#FF0000; text-decoration:none}

td.validate {width:300px; background:#D0E0F0; text-align:right}
td.top_left {width:200px}
td.top_right {vertical-align:top; text-align:right; width:290px}
span.website_title {font-size:32pt}
span.slogan {font-size:12pt}
span.motto {font-size:12pt}
form.cse-search-box {float:right} /* To eliminate the bottom gap between the search box and the cell*/
div.subject {background:#A0B0C0}
div.navigation {text-align:center} /* For the navigation guide sentence on the home page */
span.subject {color:#FFFFFF}
img {border:0}

/* form {margin:0} is now useless because I removed the array of buttons. Why did I put this in last time? */
/* div.mainbutton {position:relative} is now redundant */
/* p {margin:0} was to make the buttons on the left column close fit to each other. But now it is redundant */
/* left-column originally has width 198px */

/* In the web page itself, the element start tag that has a class should be on the new line and has a line of space above it for easy identification. */