/* CSS reset code */

/* End of CSS reset code */



body {
    line-height:1.5;
    color:black;
    background-color: white;
    font-size:14px;
    font-family: arial, verdana, helvetica, sans-serif; 
    margin: 0px;
    background-image: url(image-files/backimage.gif);
    text-align: center;
    }

a:link    { 
    color: blue 
    }

a:visited { 
    color: blue
    }

h1 {
    text-align:center;
    font-size: 1.6em;
    font-weight: bold; 
    color: navy;
    }

h2 { 
    font-size: 1.4em;
    font-weight: bold; 
    color: navy;
    }

h3 {
    font-size: 1.2em;
    font-weight: bold; 
    color: navy;
    }

h4 { 
    }

h5 { 
    }

/* background-color:#cccccc;
*/
.td_nav {
    width:135px;
    vertical-align:top;
    border: 1px dotted gray;
    background-repeat:no-repeat;
    background-image: url("http://127.0.0.1/image-files/leftimage.jpg");
    background-position:left top;
    }

.td_adsense {
    vertical-align:top;
    }

.div_nav  {
    position:relative;
    z-index: 1;
    visibility: visible;
    top: 50px;
    }

.table1   {
    text-align:left;
    border:0;
    padding:0;
    margin:0 auto;
    width:725px;
    }

.td1  {
    vertical-align:top;
    width:585px;
    }

.table12   {
    text-align:left;
    border:0;
    padding:10px;
    margin-left:auto;
    margin-right:auto;
    width:500px;
    }

p.nav {
    margin-bottom: 0px;
    margin-left: 3px;
    line-height: 1em;
}


a.navigator {
    font-size: 1em;
    font-weight: bold; 
    color: navy;
    text-decoration: none;
    text-align: center;
    }

a:hover.navigator { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}

a:active.navigator { 
	color: grey;
	background-color: #333333;
	text-decoration: none;
	}




