body {
background-color: #FFF;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
color:#000;
padding:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}

a {color: #000;}
a:visited {color:#000;}
a:hover {color: #000; text-decoration: underline}
a:active { color:#000;}

h1 {
font-family: Arial, Helvetica, Sans-Serif;
font-size:15px;
text-transform:uppercase;
color:#000;
font-weight: bold;}

h2 {
font-family: Arial, Helvetica, Sans-Serif;
font-size:14px;
color:#000;
font-weight: bold;}

h3 {
font-family: Arial, Helvetica, Sans-Serif;
font-size:13px;
color:#000;
font-weight: bold;
}

hr {color: #000; background-color: #000; height: 1px; border: none;}

.page {color:#000; font-size: 11px}


/* ----------container to center the layout-------- */

#container {
width: 100%;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */

#banner {display:none;}

/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 0px #FFF; /* color of the left column  */ 
border-right: solid 0px #FFF; /* color of the right column  */ 
background-color: #ffffff;  /* color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */

#left {display:none;}

#right {display:none;}


/* -----------------content--------------------- */ 

#content{position: relative;}

#content p, li {
line-height: 150%;}


/*  ----------------footer---------------------- */ 

#footer {display:none;} 

/*  ----------------menu---------------------- */ 
