/* @override
	http://paulgiroux.publishpath.com/Websites/paulgiroux/templates/PaulGiroux/_css/default.css
*/

a {
	color: #fff;
}

img {
  display:block;
}

p, div.textElement div {
	line-height: 1.4;
	margin: 1em 0;
}

div#MainContent ul {
	margin: 0;
	padding: 0;
}

div#MainContent li {
	list-style-type: disc;
	padding: 0 0 0 .25em;
	margin: .5em 0 .5em 1.5em;
	line-height: 1.4em;
}

.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;
	width: 864px;
	margin: 0 auto;
}

div#header {
	text-align: right;
	background: #fff;
}

div#navigation {
	background: #000;
	padding: 1em 0;
	border-bottom: 2px solid #fff;
	border-color: #eee;
	text-align: center;
}

div#navigation a {
	color: #fff;
}

div#navigation ul {
	padding: .5em 0;
	margin: 0px;
}

div#navigation ul li {
	display: inline;
	margin: 0 2em;
}

div#navigation a.selectedPage,div#navigation a.selectedPageRoot  {
	color: #0078ee;

	font-weight: bold;
	padding: 4px;
	text-transform: bold;
}

div#navigation a.selectedPageRoot {
	background: #6e6f6f;
	color: #fff;
	}

div#navigation ul.sectionMenu {
	background: #6e6f6f;
	color: #fff;
	border: 1px solid;
	border-width: 1px 0;
	text-align: center;
	margin: 1em 0 0;
}

div#navigation ul.sectionMenu a {
	color: #fff;

}

div#navigation ul.sectionMenu a:hover {
	text-decoration: underline;
}

div#wrapper {
	background: #044e7d;
	width: 864px;
}

div#footer {
	background: #fff;
	color: #bbb;
	height: 60px;
	padding: 2px 15px;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-size: 130%;
	text-transform: uppercase;
}

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


/* <textEditor> */

.white_text {
	color: #fff;
}

.blue_text {
	color: #0078ee;
}


/* </textEditor>  */