/*
	Logo green:	#399233
	Logo blue:	#0076B4
*/

body {
	width:780px;
	margin:0 auto;
	padding:0;
	font-size:10pt;
	line-height:1.3em;
	font-family:tahoma,sans-serif;
	color:#606060;
	background-color:#0076B4;
	}

a {
	color:#606060;
	}

a:hover {
	color:black;
	}

a.e {
	text-decoration:underline;
	}

em {
	color:black;
	font-style:normal;
	}

em a {
	color:black;
	}

em a:hover {
	color:#606060;
	}
	
h1 {
	margin-top:0;
	color:#399233;
	font-size:15pt;
	}
	
h2 {
	font-size:12pt;
	}

h3 {
	font-size:12pt;
	}
	
img {
	border:2px solid #0076B4;
}

ul {
	list-style:square inside;
	margin:0;
	padding:0;
	}

.clear {
	clear:both;
	}

.pullquote {
	font-size:12pt;
	position:relative;
	}

.pq_inner {
	padding:10px 0;
	}

.pq_text {
	padding:5px 25px;
	font-style:italic;
	}

.pq_text p {
	margin:10px 0;
	}

.leftquote {
	position:absolute;
	left:0;
	top:0;
	font-size:40pt;
	font-family:times,serif;
	color:#606060;
	line-height:1em;
	}

.rightquote {
	position:absolute;
	right:0;
	bottom:0;
	font-size:40pt;
	font-family:times,serif;
	color:#606060;
	line-height:1em;
	}

.red {
	color:#b22222;
	}
	
#wrapper {
	width:738px;
	margin:10px;
	padding:10px;
	background-color:white;
	border:1px solid #909090;
	}
	
#header {
	padding:0 40px 10px 0;
	text-align:right;
	border-bottom:8px solid #c0c0c0;
	}

#header img {
	border:0;
	}
	
#content {
	position:relative;
	}

#flashcontent {
	background-color:#0076B4;
	}
	
#flashcontent img {
	border:0;
	}
	
#footer {
	padding:5px 0 0 0;
	margin-top:15px;
	border-top:1px solid #909090;
	text-align:center;
	font-size:8pt;
	}

#footer_left {
	float:left;
	text-align:left;
	}

#footer_right {
	float:right;
	text-align:right;
	}

#footer_centre {
	text-align:center;
	}