/*******************************************************************************
** FILE:	style1.css
** AUTHOR:	mike mccarthy
** PURPOSE:	stylesheet for omegamax
*******************************************************************************/
#pagewrapper {
	width: 820px;
	padding: 20px;
	margin: 0 auto;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background: white;
	/*background-image: url('../images/layout/bkgrnds/grid.jpg');*/
	/*background-image: url('../images/layout/bkgrnds/darktile.jpg');*/
	/*background-image: url('../images/layout/bkgrnds/lighttile.jpg');*/
	/*background-image: url('../images/layout/bkgrnds/stripetile.jpg');*/
	/*background-image: url('../images/layout/bkgrnds/backdrop.jpg');*/
	/*background-image: url('../images/layout/bkgrnds/businessgray.jpg');*/
	/*background-image: url('../images/layout/bkgrnds/businessgray2.jpg');*/
	/*background-image: url('../images/layout/bkgrnds/grayswirl.jpg');*/
	/*background-repeat: repeat;*/
}
td, th, li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
#datebox {
	position: relative;
	left: -20px;
	top: 20px;
	width: 200px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	/*border: 1px solid orange;*/
}
#bannerbox {
	background-image: url('../images/layout/bnrBg2.jpg');
	/*background-image: url('../images/layout/bnrBg2019.jpg');*/
	background-repeat: repeat-x;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#blogbannerbox {
	background: white;
        border: 1px solid black;
}
#buttonbox {
        /*border-top: 1px solid black;*/
        border-left: 1px solid black;
        border-right: 1px solid black;
	background: white;
}
.button {
}
#underbuttonspacer {
	height: 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	background-image: url('../images/layout/leftColBg2.jpg');
	background-repeat: no-repeat;
	/*background-repeat: repeat-y;*/
}
#wholecontentbox {
        border-left: 1px solid black;
        border-right: 1px solid black;
	background: white;
}
#leftcolumnbox {
	vertical-align: top;
	width: 171px;
	background: white;
	background-image: url('../images/layout/leftColBg2.jpg');
	background-repeat: repeat-y;
	padding-left: 24px;
}
a.leftcol:link, a.leftcol:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a.leftcol:hover {
	font-weight: bold;
	color: #015EBC;
	text-decoration: underline;
}
a:link, a:visited {
	color: steelblue;
	text-decoration: none;
}
a:hover {
	color: darkorange;
	text-decoration: underline;
}
a.miscLink:link, a.miscLink:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a.miscLink:hover {
	font-weight: bold;
	color: firebrick;
	text-decoration: underline;
}
.required {
	color: red;
	font-weight: bold;
}
.cstable { /* compsci table */
	width: 100%;
	border: 1px solid black;
}
.csth { /* compsci table heading */
	padding: 8px;
	color: firebrick;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5;
}
.cstd { /* compsci table data */
	font-weight: bold;
	width: 24%;
	padding: 8px;
	border: 1px solid silver;
}
#maincontentbox {
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.gazetteAdHeader {
	font-family: 'times new roman';
	font-size: 18pt;
	color: gray;
	margin-bottom: 10px;
}
#rightcolumnbox {
	vertical-align: top;
	width: 120px;
	/*background: #F0F0F0;*/
	background: aliceblue;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}
#miscLinks {
	line-height: 2.8;
	border-bottom: 1px solid black;
	padding-top: 20px;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
#bannertextbox1 {
	position: relative;
	text-align: right;
	left: -20px;
	top: 20px;
	width: 400px;
	/*background: white;*/
	padding: 6px;
	color: firebrick;
	font-weight: bold;
	/*border: 1px solid green;*/
}
/*
#techinfobox {
	position: absolute;
	width: 136px;
	color: yellow;
	background: black;
	padding: 8px;
}
*/
#techinfobox {
	position: absolute;
	width: 136px;
	padding: 6px;
	background: black;
	color: yellow;
	/*font-family: "courier new", "courier-new", monospace;
	font-size: 14px;*/
	line-height: 1.5;
}
.rightfloater {
	float: right;
	margin-left: 8px;
}
.border1 {
	border: 2px solid dimgray;
}
#lefttable1 {
	/*border: 2px solid yellow;*/
}
.linkcell {
	padding-top: 8px;
	padding-bottom: 8px;
}
.whitebg {
	background: white;
}
#mailinfo {
	width: 100%;
	margin-top: 8px;
}
#mailinfocell {
	text-align: right;
	font-weight: bold;
	color: firebrick;
}
#footerbox {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 1.8;
	background: #647B9A;
	height: 50px;
	background-image: url('../images/layout/footerBg.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 8px;
	padding-bottom: 6px;
}
hr.footer {
	width: 70%;
	height: 1px;
}
.footerlink {
	font-weight: bold;
	padding-right: 20px;
}
a.footer:link, a.footer:visited {
	color: black;
	text-decoration: underline;
}
a.footer:hover {
	color: #015EBC;
	text-decoration: none;
}
#pictogrambox {
	background: white;
	text-align: center;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
.pgmcell {	/* pictogram cell, as used in Lib1 pictogram() func */
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.pgmcc_0 {	/* pictogram cell color 0 */
	background: white;
}
.pgmcc_1 {	/* pictogram cell color 1 */
	background: dodgerblue;
}
.pgmcc_2 {	/* pictogram cell color 2 */
	background: skyblue;
}
.pgmcc_3 {	/* pictogram cell color 3 */
	background: steelblue;
}
.pgmcc_4 {	/* pictogram cell color 4 */
	background: silver;
}
#invisibox { /* temporary? -- for revealing the secret message on tech.php */
	background: white;
	color: white;
}
p.heading {
	letter-spacing: 1.5;
	font-weight: bold;
}
p.para {
	line-height: 2.0;
	margin-bottom: 20px;
}
p.para2 {
	line-height: 1.5;
	margin-bottom: 20px;
}
ul.list {
	line-height: 2.0;
}
hr.rule {
	color: steelblue;
	height: 1px;
}
#phototable {
	width: 100%;
	text-align: center;
}
.photocell {
	border: 1px solid black;
}
.centered {
	width: 100%;
	text-align: center;
}
#noGots {
	width: 100%;
	margin: 0 auto;
}
#noGotsTable {
	width: 100%;
}
.ngCell {
	width: 19%;
	text-align: center;
	color: gray;
}
