

body{
background: url(images/gradient1.jpg) repeat-x;
}


#outercontainer{
width: 780px;    
border: 3px solid gray;
margin: 0 auto; 
background: #FFFFFE;
}

#maincontainer{
width: 760px; /*Width of main container*/
border: 3px solid gray;
margin: 10px auto;  /*Center container on page*/
padding: 0;
}


#topsection{
background: url(images/top0.jpg) no-repeat;
height: 99px; /*Height of top section*/
border-bottom: 3px solid gray;
}

i.datex{
font-size: 90%;
margin: 260px;
color: white;
padding-top: 3px;
}

#centercolumn{
text-align: center;
margin-left: 174px;
margin-right: 3px;
padding-left: 10px;
padding-right: 10px;
font-style: italic;
font-size: 125%;
}


#leftcolumnupper{
float: left;
width: 170px; /*Width of left column in pixel*/
background: #EAEAEA;
text-align: center;
border-bottom: 3px solid gray;
border-right: 3px solid gray;
}

#leftcolumnlower{
margin-top: -120px;
margin-bottom: 0px;
width: 170px;
color: white;
background: #4876FF;
border-top: 3px solid gray;
border-right: 3px solid gray;
}


#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 0 0;
border-top: 3px solid gray;
}

#footer a{
color: #FFFF80;
}



p.columnheader{
text-align: center;
line-height: 90%;
padding-top: 10px;
}

p.columncenter{
text-align: left;
padding-right: 10px;
padding-left: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 0 0;
padding: 0;
width: 170;
/*border: 1px solid #9A9A9A;
border-bottom-width: 0;*/
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: 170px;
/*padding: 3px 0;
padding-left: 1px;*/
text-decoration: none;

}

/*
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
*/

.glossymenu li a:active{
color: white;
}

.glossymenu li a:visited{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

