/* @override 
	http://websites.hawthornpublications.com/Websites/hawthorn/templates/Template09/_css/default.css
	http://digitallightning.publishpath.com/Websites/digitallightning/templates/DigitalLightning/_css/home_default.css
*/

html {
	background-color: #fff;
	color: #000;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

body {
	background-color: #9ea9d3;
	color: #000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: center;
	width: 864px;
	margin: auto;
}

p {
	margin: 0;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 170%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 125%;
}

h6 {
	font-size: 100%;
}


div#wrapper {
	background: #9ea9d3 url(../_img/site-bkg.gif) repeat-y top left;
	width: 864px;
	text-align: justify;
}

div#header {
	background: #9ea9d3;
	color: #000;
	text-align: center;
}

div#navigation {
	background-color: #7082c0;
	color: #fff;
	width: 180px;
	float: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
}

div#navigation a {
	color: #fff;
}

div#navigation li {
	margin: 1em 0;
}

div#navigation ul ul {
	margin-bottom: 0;
}


div#footer {
	clear: both;
	background-color: #000;
	color: #fff;
	text-align: right;
	border-top: 2px solid #e0007a;
}

div#footer a {
	color: #fff;
}

div#footer p {
	margin: 0;
	padding: 1em;
	text-align: right;
}

/* <textEditor> */

.welcome {
	font-size: 200%;
	text-transform: uppercase;
}


/* </textEditor>  */