﻿/* html body tag style */
body {
    margin: 0px;
    padding: 0px;
    font-family:Arial;
    font-size: 125%; 
    
}

.image
{
    margin-left: auto; 
    margin-right: auto;
    width: 50%;
    padding-bottom:10px;
    display:none;
}


/* h1 tag style */
h1 {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 140%;
    color: #ffffff;
}

/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of 
   nested div overlays. */
/* It will also center align the design */
#outer-container {
    width: 770px;
    margin: 0 auto;
}

/* header CSS Style Rule */
#header {
    display:none;
    
}

/* footer CSS Style Rule */
#footer {
   display:none;
}
#logo
{
  display:none;  
}

#SiteMapPath 
{
display:none;
}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
#content {
    width: 770px;
    height: 400px;
    background-color:#FFFFCC;
    border-left:#CCCCCC;
    border-right:#CCCCCC;
    margin: 2px 0px 2px 0px;
    font-family: Arial;
}
.menuitem {

  display:none;

}
a.menuitem:hover {
  display:none;
}

.text {color: #0000CC; text-decoration: none}
.small {display:none;}
a:active {text-decoration: none; }
a:hover {text-decoration: underline; }
a:link {text-decoration: none;}

