 div#pagewrapper {
        margin: 0 auto;
        width: 800px;
        padding: 0;
        text-align: left;
    }
    #container {
        width= 800px;
	position: relative;
	margin: 0;
    }
    
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 80px;
            background: #385C72;           
            text-align: left;
        }        


        div#header h1 a {
            display: block;
            height: 80px;
            text-indent: -700em;
            width: 198px;
            margin: 0;
            padding: 0;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
           
        }



        
        /* MAIN */
            div#main {
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */

    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 5px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 0.2em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 0em;
   border-bottom: 1px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
  font-color = '#336699';
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

 
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        width: 96%;
        margin: 0;
        padding: 1em 2%;
        text-align: left;
    }
    div#main {
       
    }
    div#menu_horiz {
        width: 100%;
        text-align: left;
    }

/* END CONTENT *//* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: center;
		font-family: Georgia;
		font-size: 70.00%;
                line-height: auto;
	}
	div {
                //text-align: left;
		//font-size: 1em;
	}
	img {
		border: 0;
	}
	
A:link A:visited  A:active{text-decoration: none;
                        color:#113355;}
A:hover {text-decoration: underline; 
color: #000000;}



.newsLink A:link {text-decoration: none;
                        color:#113355;}
.newsLink A:visited {text-decoration: none;
                        color: #113355;}
.newsLink A:active {text-decoration: none;
                        color:#113355;}
.newsLink A:hover {text-decoration: underline; 
color: #000000;}


        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #ffffff;
        }

	
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		//line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.5em;
               // line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1.3em;
		//line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		//line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		//line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		//line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		//padding: 5;
		line-height: auto;
                text-align: left;
	}
	blockquote {
		border-left: 0px dashed #eeeeee;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
                 width: 350px;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
        width: 350px;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        //line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		//line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		//line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
        /*margin: 0 0 1.5em 0;*/
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		 padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
                text-align: left;
                 padding: 0 1 0 0;
	}
 /*END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	
/* END TYPOGRAPHY */	/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */

/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility *//* Layout sections */
	body {
		background: #ccc;
		color: #333333;
		}
        body#enews{
                background: #fff;
		color: #ffffff;
        }
		
	div#pagewrapper {
		border: 1px solid #000;
		background: #fff;
	    }

       div#pagewrapper_enews {
		border: 1px solid #000;
		background: #002D9D;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #385C72;
		}
		
/* Links */		
	a,
	a:link ,
	a:active, a:visited {
		//color: #923e2c;
	        color: #002D9D;
         }

/*enewsLinks */		
	a.enews:link,
	a.enews:hover,
	a.enews:active, 
        a.enews:visited {
		color: #dfefff;
	}

/*Heading Links */		
	a.headingLink:link,
	a.headingLink:hover,
	a.headingLink:active, 
        a.headingLink:visited {
		color: #cccccc;
	}



        .hlt td{
              background-color: #bbccdd;
              color: black;
        }

/*Active Heading Links */		
	a.activeHeadingLink:link,
	a.activeHeadingLink:hover,
	a.activeHeadingLink:active, 
        a.activeHeadingLink:visited {
		color: #ffffff;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

 
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        width: 96%;
        margin: 0;
        padding: 1em 2%;
        text-align: left;
    }
    div#main {

    }
    div#menu_horiz {
        width: 100%;
        text-align: left;
    }

/* END CONTENT */div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
   font-family: tahoma;
  font-size: 12pt;
  font-style: normal;
  color: #ffffff;
   vertical-align: middle;
  line-height: 14pt;
}

div.menuBar {
  width:100%;
  background-color: #005F9F;
  font-family: tahoma;
  font-size: 12pt;
  border-color: #FFFFFF;
  text-align: justify;
  vertical-align: middle;
  line-height: 14pt
}

div.offerItem {
  width:100%;
  background-color: #ffffff;
	background-image:url("http://www.civiced.org/images/waveImages/background/bg_offering.gif");
  font-family: tahoma;
  font-size: 8pt;
  border-color: #FFFFFF;
  text-align: justify;
  vertical-align: middle;
	padding-left: 10px;
  line-height: 10pt;
	color: #452839;
}
div.offerItem.a{
  width:100%;
  background-color: #ffffff;
	background-image:url("http://www.civiced.org/images/waveImages/background/bg_offering.gif");
  font-family: tahoma;
  font-size: 8pt;
  border-color: #FFFFFF;
  text-align: justify;
  vertical-align: middle;
	padding-left: 10px;
  line-height: 10pt;
	color: #452839;
}

div.paragraphHeading {
  background-color: #ffffff;
 font-family: "Times New Roman", Courier, Garamond, serif;
  font-size: 12pt;
  border: 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
   vertical-align: middle;
  width:100%;
  line-height: 20pt;
	font-weight: bold;
	color: #000000;
}
a.paragraphText, td.paragraphText, div.paragraghText {
  font-family: tahoma;
  font-size: 9pt;
  border: 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  width:100%;
	color: 765A42;
  line-height: 12pt
  vertical-align:top;
}

a.smallParaGraphText, td.smallParaGraphText, div.smallParaGraphText {
  font-family: tahoma;
  font-size: 7pt;
  border: 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  vertical-align:top;
  width:100%;
	color: 765A42;
  line-height: 11pt
}
div.menuBar a.menuButton {
  background-color: transparent;
   font-family: tahoma;
  font-size: 12pt;
  border: 0px solid #005F9F;
  color: #cccccc;
  cursor: default;
  left: 0px;
  margin: 1px;
   padding-left: 10px;
   padding-right: 10px;
  font-size: 12px;
  position: relative;
  text-decoration: none;
   vertical-align: middle;
  top: 0px;
  z-index: 100;
  line-height: 14pt
}

div.menuBar :hover {
  background-color: #335F9F;
   font-family: tahoma;
  font-size: 12pt;
  border: 0px solid #005F9F;
  color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 1px;
   padding-left: 10px;
   padding-right: 10px;
  font-size: 12px;
  position: relative;
  text-decoration: none;
   vertical-align: middle;
  top: 0px;
  z-index: 100;
  line-height: 14pt
}


div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #339FcF;
  color: #ddeeff;
  font-size: 12px;
  font-weight:bold;
  line-height: 14pt
}


//top menu selected text
div.menuBar a.menuButton:hover {
  font-size: 12px;
  background-color: transparent;
  font-weight: bold;
  border: 0px outset #005F9F;
  line-height: 14pt
}


//top menu selected
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
   font-family: tahoma;
  background-color: #005F9F;
  font-size: 12px; 
  border: 0px inset #ffffff;
  left: 0px;
  top: 0px;
  line-height: 14pt
}


div.menu div.menuItemSep {
 font-size: 12px;
 line-height: 14pt
  font-family: tahoma;
  border: 1px inset #e0e0e0;
  margin: 0px 0px;
  font-weight: bold;
  color: #fefefe;
  background-color: #117FAF;
}
td.announcement a:link, td.announcement a:visited, td.announcement a:active
{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 10px; 
font-weight: normal;
font-style: italic; 
color: #923e2c;
line-height: 16px;
text-decoration: none;
vertical-align:top;}


td.announcement{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 10px; 
font-weight: normal;
font-style: italic; 
color: #923e2c;
line-height: 16px;
text-decoration: none;
vertical-align:top;
border-top: solid;
border-top-width: 1px;
}

td.announcementSelected{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 10px; 
font-weight: normal;
font-style: italic; 
color: #923e2c;
line-height: 16px;
text-decoration: none;
vertical-align:top;
border-top: solid;
border-top-width: 1px;
background-color: #FFFFDD;
}


td.announcement a:hover
{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 10px; 
font-weight: normal;
font-style: italic; 
color: #923e2c;
line-height: 16px;
text-decoration: none;
vertical-align:top;
background-color: #FFFFEE;}


td.mySubMenu a:link, td.mySubMenu a:visited, td.mySubMenu a:active
{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 12px; 
font-weight: bold;
font-style: normal; 
color: #923e2c;
line-height: 16px;
text-decoration: none;
vertical-align:top;}


td.mySubMenu{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 12px; 
font-weight: normal;
font-style: normal; 
color: #923e2c;
line-height: 12px;
text-decoration: none;

}
td.myMainMenu{  
font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 12px; 
font-weight: bold;
font-style: normal; 
color: #923e2c;
line-height: 16px;
text-decoration: none;

}

td.mySubMenuSelected{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 12px; 
color: #923e2c;
line-height: 12px;
text-decoration: none;
vertical-align:top;
background-color: #FFEEEE;

}


td.mySubMenu a:hover
{  
 font-family: "Times New Roman", Courier, Garamond, serif; 
font-size: 12px; 
font-weight: normal;
font-style: normal; 
color: #923e2c;
line-height: 12px;
text-decoration: none;

vertical-align:top;
background-color: #FFFFEE;}


div.menu {
   font-family: "Times New Roman", Courier, Garamond, serif; 
  background-color: #789ACF;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  //menu item cell box
   font-family: "Times New Roman", Courier, Garamond, serif; 
   color: #000000;
   border: 1px outset #005F9F;
  cursor: default;
  display: block;
  padding: 2px 1em;
  text-decoration: none;
  white-space: nowrap;
  background-color: #117FAF;
  color: #ffffff;
  font-size: 12px;
  font-weight:bold;
}



div.menu a.menuItem span.menuItemText {
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}


links {display:none; padding-left:12px;font-size:12px;}
div.sublinks {
padding-left:20px;
display:none;
font-size:12px;
background-color: transparent;
width:100%;
}
leftMenuHeading {display:none; padding-left:12px;font-size:18px;font:923e2c}
leftMenuItem {display:none; padding-left:12px;font-size:12px;}
smallLinks {display:none; padding-left:8px;font-size:8px;}
a.link, a, a.links, a.td {text-decoration: none; font-weight:bold; color: 923e2c;}
a.link:visited, a:visited, a.links:visited, a.td:visited {
text-decoration: none; 
font-weight:bold;}
a:hover.link, a:hover, a:hover.links, a:hover.td {
text-decoration: underline; 
font-weight:bold; 
color: #000000;}
 