body {
	margin: 0;
	padding: 0;
	border: 0px none;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	background-color: rgb(0,0,0)
	}

h3 {
	font-family: "Tahoma"; /* content pages menu items */
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(205,0,0);
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(190,190,190);
	}

ul {
	color: rgb(205,0,0);
	font-size: 20px;
	}

#topframe {
	position: absolute; 
	top: 0; 
	left: -1px; 
	margin-top: 10px; 
	width: 100%; 
	height: 75px; /*Height of frame div*/
	overflow: hidden;
	text-align: center;
	border-bottom: double rgb(205,0,0) 2px;
	}

#maincontent {
	position: fixed; 
	top: 90px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 15px;
	text-align: left;
	padding-left: 20px;
	overflow: auto; 
	}

#underconstructionbox {
	position: absolute;
	top: 100px;
	left: 200px;
	}

.GoogleAdHeader {
	position:absolute;
	top: 45px;
	left: 620px;
	height: 20px;
	width: 120px;
	background: none;
	text-align: center;
	border: none;
	}

.GoogleAdBox {
	position:absolute;
	top: 75px;
	left: 520px;
	height: 300px;
	width: 350px;
	padding: 0;
	padding-bottom: 0;
	background: white;
	text-align: center;
	border: ridge gray 3px;
	}

a:link {
	font-family: "Arial Narrow";
	color: white;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bold;
	}

a:visited {
	font-family: "Arial Narrow";
	color: white;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bold;
	}

a:hover {
	font-family: "Arial Narrow";
    color: rgb(205,0,0);
    text-decoration: none;
    font-size: 13pt;
    font-weight: bold;
     }
  
/* a:active { 
	font-family: "Arial Narrow";
	color: gray;
	text-decoration: none;
	font-weight: bold; 
	font-style: none;
	} */

.thispagelink {
	font-family: "Arial Narrow";
	color: rgb(205,0,0);
	font-weight: bold;
	font-size: 18pt;
	}

.innertube {
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	}

.menuitembox {
	padding-left: 10px;
	text-align: center;
	width: auto;
	height: 35px;
	}

.indentbox {
	width: auto;
	height: auto;
	margin-left: 50px;
	}

.bookmarklinkbox {
	width: auto;
	height: auto;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
	}

.contentheader {
	font-family: "Monotype Corsiva"; /* content pages header */
	font-size: 24pt;
	color: rgb(205,0,0);
	font-weight: bold;
	text-align: center;
	}

.copyright {
	font-family="Times New Roman";
	font-size: 10pt;
	color: rgb(205,0,0);
	}

.bodytext {
	font-family: Arial;
	color: rgb(190,190,190);
	font-weight: normal;
	font-size: 11pt;
	}

.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(190,190,190);
	}

.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(205,0,0);
	}

.redtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(205,0,0)
	}
	
.redbar {
	/* position: center;*/
	color: rgb(205,0,0);
	width: 50%
	}

* html body { /*IE6 hack*/
	padding: 90px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
	}

* html #maincontent { /*IE6 hack*/
	height: 100%; 
	width: 100%; 
	}