﻿html
{
    margin:0;
    padding:0;
    overflow: hidden;
	overflow-x: hidden;

}
body
{
    margin:0;
    padding:0;
	font-size: large;
	font-family: Arial;
}
a
{
    color:#3d3d3d;
 	font-family: Arial;
}
.siteback
{
  /* Set rules to fill background */
 /* min-height: 100%;
  min-width: 1024px;*/
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  
    position:fixed;
    z-index:0;
     min-width: 100%;
    min-height: 100%; 
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
  siteback {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
.sitecontent
{
    position:fixed;
    width:100%;
    height:100%;
}
.contentholder{}
.sitecontentblock
{
    
    
        
    position:relative;    
/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    
/*    top: 10%;
padding:30px;
*/
    
    
    background-color:#F2F2F2;
    border:1px solid #3d3d3d;
    
    width:100%;
    height:100%;
    overflow:auto;
}
.sitefooter
{
    
    width:100%;
    left:0px;
    position:fixed;
    bottom:0px;
    height:40px;
    /*background-color: #3d3d3d;
    border:1px solid #3d3d3d;*/
    
    
}

.table_nopadfw{
	border-collapse: collapse; /* 'cellspacing' equivalent */
	
}
.table_nopadfw td, .table_nopadfw th
{
    padding: 0px; /* 'cellpadding' equivalent */
}
.contenttable{}
.contentheadertext
{
    color: #3d3d3d;
    padding:0px;
    font-size: 32px;
	font-family: Arial;
  }
.contentintrotext
{
    color: #3d3d3d;
    padding:0px;
    font-size: 20px;
	font-family: Arial;
  }
.contenttext
{
    color: #3d3d3d;
    padding:0px;
    font-size: 14px;
	font-family: Arial;
  }
.menutable
{
    /* background-color:White;*/
    
     height: 70px;
     width:100%;
     border-spacing:10px ;
     font-size: large;
}
.menuitem
{
cursor:pointer;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#000000;
/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    height:70px;
    color: White;    
}
.menuitem:hover
{
    cursor:pointer;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#3d3d3d;
/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    height:70px;
    color: White;    
}
.menuitem:active
{
    cursor:pointer;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#007F0E;
/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    height:70px;
    color: White;    
}
.menuitemgreen
{
cursor:pointer;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#007F0E;
/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    height:70px;
    color: White;    
}
.menuitemgreen:hover
{
cursor:pointer;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#3d3d3d;
/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    height:70px;
    color: White;    
}
.menuitemgreen:active
{
cursor:pointer;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#3d3d3d;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    height:70px;
    color: White;    
}
.menuitemblank
{
cursor:pointer;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    font-size: medium;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:70px;
    color: White;    
}

.imgcontent
{
    float: right;
    margin: 0 0 1em 1em;
}

