/* CSS Document */

/* Main Page Layout Stylesheet */ 

#body { background:#808080; }

#outer { text-align:left; width:1000px; height:971px; margin-left:5%; }

#hdr { height:150px; width:820px; background:#eeeeee; }

#bodyblock { position:relative; background:#000000; width: 990px; border-right:5px solid #000000; }

.l-col { float:left; background:#000000; width:135px; text-align:left; padding-top:18px; /*maybe font color*/ }

#cont { width:847px; background: #FFFFFF; height:850px; /*top margin???*/ }

#randomPictures { float: left; padding-top:20px; padding-left:5px; background-image:url(../Logos/2007bg1.png); height:130px; }
 
#bar { background:#c0c0c0; color: #333333; width:857px; margin-left:0px; padding-left:0px; position:absolute; margin-left:-847px; }

/*This are defining the infoPage.php*/
.leftTopHeader{width: 400px; height: 25px; float: left; background-color: #8b0000; text-align:center; font-weight: bold; color: #FFFFFF; font-family: "Trebuchet MS";}
.leftTop{background-color: #ededed; width: 400px; margin-top: 40px; padding:10px; height: 240px}

.rightTopHeader{width: 400px; height: 25px; margin-top:-265px; margin-left:410px; background-color: #8b0000; text-align:center; font-weight: bold; color: #FFFFFF; font-family: "Trebuchet MS";}
.rightTop{background-color: #ededed; width: 400px; margin-top: 40px; padding:10px; margin-left:410px; margin-top:0px; height: 200px;}

.secondLeftTopHeader{width: 400px; height: 25px; float: left; background-color: #8b0000; text-align:center; margin-top: 15px; font-weight: bold; color: #FFFFFF; font-family: "Trebuchet MS";}
.secondLeftTop{background-color: #ededed; width: 400px; margin-top: 40px; padding:10px; height: 264px;}

.secondRightTopHeader{width: 400px; height: 25px; margin-top:-341px; margin-left:410px; background-color: #8b0000; text-align:center; font-weight: bold; color: #FFFFFF; font-family: "Trebuchet MS";}
.secondRightTop{background-color: #ededed; width: 400px; margin-top: 40px; padding:10px; margin-left:410px; margin-top:0px; height: 200px;}

.usefullLinks{width: 800px; height: 25px; float: left; background-color: #ffffff; text-align:center; margin-top:15px;}

.visitCounter1{width: 400px; height: 25px; background-color: #8b0000; text-align:center; left:250px; top:255px; position:fixed;}

/* For the rest of the pages*/

.topHeader{width: 810px; position:fixed; background-color: #8b0000; text-align:center; font-weight: bold; color: #FFFFFF; font-size:30px; font-family: "Trebuchet MS";}

.content{background-color: #ededed; width:810px; position:fixed; top:175px; padding-top:20px; padding-bottom:20px;}

.topHeaderReport{width: 810px; position:fixed; background-color: #8b0000; text-align:center; font-weight: bold; color: #FFFFFF; font-size:18px; font-family: "Trebuchet MS";}

/*Nav Bar Menu*/
.menutitle{
BORDER-RIGHT: #000000 1px solid;
PADDING-RIGHT: 2px;
BORDER-TOP: #000000 1px solid;
PADDING-LEFT: 2px;
FONT-WEIGHT: bold;
FONT-SIZE: 13px;
MARGIN-BOTTOM: 5px;
PADDING-BOTTOM: 2px;
MARGIN-LEFT: 0.5em;
BORDER-LEFT: #000000 1px solid; 
WIDTH: 120px;
CURSOR: pointer;
COLOR: #ffffff;
PADDING-TOP: 2px;
BORDER-BOTTOM: #000000 1px solid;
FONT-FAMILY: "Trebuchet MS";
BACKGROUND-COLOR: #8b0000;
TEXT-ALIGN: center;
}

.submenu{
FONT-SIZE: 13px;
MARGIN-BOTTOM: 0.5em;
MARGIN-LEFT: 0.7em;
COLOR: #000000;
FONT-FAMILY: "Trebuchet MS";
}

/*Count down clock*/
.lcdstyle{ /*Example CSS to create LCD countdown look*/
PADDING-RIGHT: 3px;
PADDING-LEFT: 3px;
PADDING-BOTTOM: 3px;
FONT: bold 18px MS Sans Serif;
COLOR: yellow;
PADDING-TOP: 3px;
BACKGROUND-COLOR: black;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}

