/* Start of CMSMS style sheet 'NCM Layout V1' */
/*-----------------------------------------------------------------------------------------------
  Main layout sections
-----------------------------------------------------------------------------------------------*/

body {
margin:0;
border:0;
padding:0;
height:100%; 
max-height:100%; 
font-family:arial, verdana, sans-serif; 
font-size:76%;
overflow: hidden; 
}

#header {
position:absolute; 
top:0; 
left:0; 
width:100%; 
height:237px; 
/* overflow: hidden; */
text-align:center;
z-index:30;
}
  

#contents {
top:237px;
left:0px;
bottom:0px; 
right:0px; 
overflow-y:scroll; 
z-index:10; 
position:fixed;   
}

/* for internet explorer */

* html body {
padding:237px 0 0px 0px; 
}

* html #contents {
height:100%; 
width:100%;
padding:0px 0px 0px 0px; 
}
  

#content2 ul li{
list-style-image: url(uploads/ncmimg/bullet2.gif);
line-height:150%;
}


/*-----------------------------------------------------------------------------------------------
  Font styling
-----------------------------------------------------------------------------------------------*/  
html, body, p, th, td, li, dd, dt {
font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
line-height:180%
}

h1 {
font-size: 1.7em; 
color: #3f1f90; 
text-transform:uppercase;   
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; 
font-weight:normal
}

h2 { 
font-size: 1.5em; 
color: #5f5f5f
}

h3 { 
font-size: 1.2em;
color: #3f1f90; 
}

h4 { 
font-size: 1.0em; 
color: #5f5f5f;
}

h5 { 
font-size: 0.9em; 
}

h6 { 
font-size: 0.8em; 
}

.footer {
font-size: 8pt; 
font-family: tahoma, verdana; 
line-height:110%
}

.footer a {
font-size: 8pt
}

a {
color: #003f7f
}

a:hover{
text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------
  Contact form
-----------------------------------------------------------------------------------------------*/

.contactform textarea {
width: 180px; /* <-- change this to whatever works for you */
height: 60px; /* <-- change this to whatever works for you */
}

.thumb
{
   padding:0;
   width:140px;
   height:10em;
   margin:0 0.5em 0em 0;
    
/* Thumbnail spacing */
   text-decoration:none;
   line-height:normal;
   list-style-type:none;
   text-align:center;
   float:left;

}

.thumb a img{
border:1px solid black;}
/* End of 'NCM Layout V1' */

