/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
body{
margin: 0;
background-color:#E8074D;
color: white;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 70.01%;
line-height: 1em;
}

div {
font-size: 1em;
}

img {
border: 0;
}

div#pagewrapper{
background-color:#C50036;
}

div#head_flash{
margin-right:3px;
background-color: #FFFFFF;
}

div#content{
z-index:1;
width:988px;
background-repeat:repeat-x;
background-position:bottom;
background-color: #C50036;
}

div#page_bottom{
margin-top:2em;
height:30px;
background-color: #C50036;
}

div#main{
background-color: #FFFFFF;
padding-bottom:1.5em;
color:#C50036;
}

/*********************************************************/
div#News1{
color:#C50036;
}
div#NewsSummeryTTl a{
color:#C50036;
font-weight:bold;
}
div#data1{
color:#C50036;
padding-bottom:1em;

}
div#Postdate1{
color:#C50036;
}
/************************************************************/

div#footer{
background-color: #C50036;
color: white;
font-size:1.2em;
width:991px;
font-weight: bold;
padding-bottom:1px;
}

div#newsletter{
padding-left:15px;
}

div#newsletter p{

}

.Red_title{
color:#ff0000;
}

div#search {
color:white;
margin-right:1em;
}

div#search span{
color:white;
font-size:1em;
font-weight:bold;
}

div#search_results{
padding:2em;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {

}

div#content h3 {
   color:#C50036;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 1px 0 2px 0;
}

div#content h4 {
   color: #FFFFFF; 
}

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color:#ff0000;
}

div#news h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color:#ff0000;
}
/* END HEADINGS */


/* TEXT */

p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

/*
default link styles
*/

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* FORM ELEMENTS */

input
{
color: #000000;
background: #ffffff;
border: 1px solid #000000;
width:15em;
}

.search {
color: #C50036;
background: white;
border: 1px solid black;
width:27px;
font-weight:bold;
padding-bottom: 2px;
height:20px;
}

.nms_btn input{
color: #C50036;
background: white;
border: 1px solid black;
width:30px;
font-weight:bold;
padding-bottom:2px;
height:22px;
}

/* END FORM ELEMENTS *
/**********************************************************************/
/*
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.AgendaSummary {
    padding: 0.5em 0.5em 0em; /* padding for the news article summary */
    margin: 0 0.5em 0 0.5em; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryLink2{
    font-weight: bold;
    padding-top: 0.2em;
    color:#ff0000;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* CSS Document */


/* End of 'Layout: Top menu + 2 columns' */

