/* @override 
	http://digitallightning.publishpath.com/Websites/digitallightning/templates/DigitalLightning/_css/default.css
*/

html {
	text-align: center;
}

a {
	text-decoration: none;
	color: #fff;
}

img {
	display: block;
}


p, div.textElement div {
	line-height: 1.5;
	margin: .5em 0;
}

.whiteText {
	color: #fff;
}

.blackText {
	color: #000;
}

.whiteHeader {
	text-transform: uppercase;
	color: #fff;
}

.blackHeader {
	text-transform: uppercase;
	color: #000;
}

.topNav {
	margin: 0;
}

body {
	font: 67.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #eee;

}

form#frm {
	width: 864px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	background: transparent url(../_img/common/logo_banner.gif) no-repeat left top;
	width: 864px;
	height: 112px;
}

div#header img {
	float: right;
}


div#navigation {
	background: #000;
}

div#navigation a {
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
}

div#navigation ul {
	margin: 0;
	padding: 0px 13px 10px;
	
}

div#navigation ul li {
	display: inline;
	padding: 0 1em 0 0;

}

div#wrapper {
	background: #9da9d3;
	width: 864px;
	margin: 0 auto;
}

div#footer {
	background: transparent;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
  color: #fff;
  font-size: 250%;
  line-height: 1.45em;
  text-transform: uppercase;
}

div#MainContent div.element div.textElement {
	line-height: 1.5em;
	text-align: justify;
}


/* <textEditor> */

.white_text {
	color: #fff;
}


/* </textEditor>  */