/* Start of CMSMS style sheet 'NVC : Homepage' */
/* Start of CMSMS style sheet 'NVC : Main' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #ff6600;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #ff6600;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #ff6600;
}

body {
   background-color: #fff;
   color: #666666;
   margin:1em;
text-align:center;
}

h1,h2,h3,h4,h5,h6 {padding:0; margin:0; }
h1 {
   color: #333333; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2{
color:#9c9ea1;
   font-size: 15px;
letter-spacing:4px;
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
font-weight:normal;
text-transform:uppercase;
text-align:center;
margin-top:2.5em;
border-bottom:5px solid #ffc10e;
}


/* center wrapper, min max width */
div#pagewrapper {
   margin: 30px auto;
   max-width: 750px;
   min-width: 750px;
   background-color: #fff;
text-align:center;
}

div#content {
   color: #666666;
   width:575px;
margin:0 auto;

}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
   margin-bottom: 15px;
}



/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */


span.accesskey {
   text-decoration:none;
}

/* 



accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}


/************** GOODIES ***************************/

.largeText{font-size:1.35em;}
.smallText{font-size:0.8em;}
.orangeDark {color:#f16522;}
.orangeLight{color:#FFC10E;}
.blue {color:#6AC1E2;}
.green {color:#BBD531;}


/************ NEWS AND UPDATE TABLE***************/

table#newsUpdate{width:750px;}
table#newsUpdate td {padding:0.5em;}
table#newsUpdate .col1,table#newsUpdate .col2,table#newsUpdate .col3 
{width:249px;text-align:left; font-family:verdana, arial, helvetica, sans-serif; vertical-align:top;}
table#newsUpdate .col2,table#newsUpdate .col3 {border-left:1px dotted #e8e8e8;}


/* End of 'NVC : Main' */


/* End of 'NVC : Homepage' */

