
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#eeeeee;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: verdana, helvetica, arial, sans;
 font-size: 12px;
 }


#topIntro { font-size: 10px; }

#outer {
 text-align:left;
/* border:1px solid #000000;*/
 width: 800px;
 margin:auto;
/* border: 1px solid red;*/
 }

#hdr {
 height:65px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:15px;
 background-image: url('../images/bg_searchbar.gif');
 color: #333333;
  border:solid #000000;	
 border-width:1px 0 1px 0;
 padding: 5px; 5px; 5px; 5px;
 }

 #horizspacer {
 height: 20px;
 }

#links_horizspacer { height: 60px; }

#bodyblock {
 position:relative;
 background-image: url('../images/leftbgTile.jpg');
 color: #333333;
 width:800px;
 /*padding-left: 5px;*/
 /*border: 1px solid blue; */
 }

#l-col {
 float:left;
 background:#dcdcdc;
 background-image: url('../images/leftbgTile.jpg');
 color: #333333;
 width: 170px;
/*border: 1px solid black;*/
 padding-left: 5px;
 font-size: 12px;
 }

/* this is used as the background and creates the perception 
   that the left and right columns are seperate
*/
#mainbodyblock {
background: #eeeeee;
width: 620px;
/*border: 6px dashed green;*/
 }


#cont {
 width:600px;
 background-image: url('../images/backgroundTile2a.jpg');
 color: #333333;
/* border:solid #000000;	*/
/* border-width:0 0 0 1px;*/
 text-align:left;
/* border: 3px dotted orange;*/
padding: 5px 5px 5px 5px;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
border: 1px solid black;
/* border-width:1px 0 0 0;*/
 margin:0;
 font-size: 10px;
 }



 .timeTbox {
/*background: #FBEED0;*/
background: none;
border: none;
font-family: verdana, helvetica, arial, sans;
font-size: 10px;
font-weight: bold;
text-align: left;
}



/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 /*padding:15px;*/
 text-align: center;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
.pageHeader { vertical-align: top; font-weight: bold; font-size: 20px; color: #772600; padding-left: 20px; }