/* Start of CMSMS style sheet 'BwayTheme : Birthingway_Colors' */
/* Layout sections */
	body {
		background: #000066;
		color: #000;
		}
		
	div#pagewrapper {
		border: 0px solid #000;
                color: #000;
		background: #fff;
	    }
		
	div#main {
		color: #000000;
		background-color: #fff;
		}

	div#header {
                color: #000;
		 background: #ccccff;
		}

	div#footer {
		color: #000;
		background-color: #fff;
		}
		
/* Links */		
	a,
	a:link {
		color: #000099;
                /*background-color: #fff;*/
	        text-decoration: none;
        }
	a:active, a:visited {
		color: #47006B;
                /*background-color: #fff; */
                text-decoration: none;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
                background-color: #fff;
	}
/* End of 'BwayTheme : Birthingway_Colors' */

