/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #ffffff;
	background-color: #009999;
	line-height: 1.1;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 11pt;
	line-break: strict;
}

div {
	margin: 0px;
	padding: 0px;
	display: block;
	border-style: none;
	text-align: left;
}

a {
	margin: 0px;
	padding: 0px;
	color: #006699;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

p {
	margin: 0px;
	padding: 0px;
}

blockquote {
	margin: 0px;
	padding: 0px;
}

small {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

h1{
	font-size: 140%;
}

h2{
	font-size: 114%;
}

h3{
	font-size: 100%;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 100%;
}

ul, ol{
	margin: 1px 0px 1px 2em;
	padding: 0px;
	text-indent: 0px;
}

li{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-indent: 0px;
}

ul {
	margin-left: 3em;
	list-style-type: square;
}

ul ul, ol ul{
	margin-left: 2em;
	list-style-type: disc;
}

ul ul ul, ul ol ul, ol ul ul, ol ol ul{
	margin-left: 2em;
	list-style-type: circle;
}

ul ul ul ul, ul ol ul ul, ol ul ul ul, ol ol ul ul, ul ul ol ul, ul ol ol ul, ol ul ol ul, ol ol ol ul{
	margin-left: 2em;
	list-style-type: none;
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

dl {
}

dt {
	padding-left: 0px;
	font-weight: bold;
}

dd {
	text-indent: 0px;
}


table{
	margin: 5px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

tr, th, td{
	margin: 0px;
	border-color: #000000;
	padding: 1px 5px 1px 5px;
	border-width: 1px;
	border-style: solid;
}

th p, td p{
	text-indent: 0px;
}

img{
	border: 0px;
}

img.logo {
	vertical-align: text-bottom;
}

img.txtlogo {
	float: none;
}

img.btlogo {
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	color: #ffffff;
	font-size: 18px;
	position: relative;
	width: 760px;
	left: 10px;
	top: 0px;
}

#siteName{
	left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navBar {
	margin: 0px;
	padding: 0px;
}
#navBar img{
	border: 0px;
}

#body{
	position: absolute;
	left: 10px;
	top: 70px;
	width: 600px;
	margin: 0px;
	padding: 0px;
}

#body h1 {
	background-image: url(../image/GT.gif);
	background-position: center top;
	background-repeat: no-repeat;
/*	 background-color: #99ccff; */
	color: #3333cc;
	background-color: #99ccff;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}

#content{
	background-image: url(../image/GB.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
/*	 background-color: #99ccff; */
	background-color: #99ccff;
	margin: 0px;
	padding: 0px;
}

.history {
	padding-left: 20px;
}

div.image {
	padding: 10px;
	margin: 0px;
}

div.margin {
	margin: 16px 0px 0px 0px;
}
div.halfmargin {
	margin: 8px 0px 0px 0px;
}

.section{
	padding-top: 0px;
	padding-bottom: 10px;
	word-break: break-all;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}

.sectionName, .sectionBody{
	background-color: #ffffff;
	color: #000000;
}

.sectionName {
	background-image: url(../image/C2t.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
}

.sectionName a {
	color: #000000;
	text-decoration: none;
}

.sectionBody {
	background-image: url(../image/C2b.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0px 10px 15px 10px;
}

.sectionBody h3 {
	padding-top: 5px;
	margin-bottom: 0px;
	color: #222266;
}

.sectionBody h4 {
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
	color: #000000;
}

.sectionBody h5 {
	padding-top: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: normal;
}

.sectionBody a {
	font-weight: bold;
}

.sectionBody p {
	text-indent: 1em;
	padding-top: 5px;
}

.sectionBody p.noindent {
	text-indent: 0em;
}

.sectionBody .comment h4{
	text-indent: 2em;
}
.sectionBody .comment p{
	text-indent: 3em;
}

.sectionBody p.name {
	text-indent: 0px;
	padding-left: 1em;
	word-break: keep-all;
}
.sectionBody p.name span.word{
	white-space: nowrap;
}

.sectionBody td p, .sectionBody th p{
	text-indent: 0px;
}

.sectionBody img {
	float: right;
	border-style: solid;
	border-color: #ffffff;
	border-width: 7px 7px 7px 0px;
}

.sectionBody img.logo {
	float: left;
}

.sectionBody img.txtlogo {
	border-style: none;
	vertical-align: text-bottom;
	letter-spacing: 0pt;
	word-spacing: 0pt;
	float: none;
	margin: 0pt;
	padding: 0pt;
	display: inline;
}

.sectionBody img.picture {
	float: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
}

.sectionBody img.leaflet {
	float: none;
}

.sectionBody dl {
	margin-bottom: 0px;
}

.sectionBody dt {
	padding-top: 10px;
}
.sectionBody dd {
	margin-bottom: 5px;
}

.sectionBody ul {
	text-indent: 0px;
	font-weight: bold;
	list-style-type: none;
}

.sectionBody ul li {
	font-weight: normal;
}

.sectionBody ol li {
	font-weight: normal;
}

.sectionBody ul li ul, .sectionBody ol li ul, .sectionBody ul li ul{
	list-style-type: none;
	font-weight: normal;
	margin-left: 0px;
}

.sectionBody ul li ul li, .sectionBody ol li ul li, .sectionBody ul li ul li{
	margin-left: 1em;
}

#navMenu {
	background-image: url(../image/GTnav.gif);
	background-position: center top;
	background-repeat: no-repeat;
	color: #000000;
	background-color: #cccccc;

	position: absolute;
	left: 620px;
	top: 70px;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

#navMenu h1, h2, h3 {
	color: #ffffff;
}

#navMenu ul {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
#navMenu li {
	margin: 3px 0em 3px 20px;
	padding: 0px;
}

#news {
	padding: 0px 10px 10px 10px;
}

#news dl{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#news dl dt, #news dl dd{
	clear: both;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

#news dl dt{
}

#news dl dd{
	position: static;
	font-weight: normal;
	left: 0px;
	text-indent: 0px;
	padding: 0px 0px 0px 1em;
	font-size: 9pt;
}

#sectionLinks {
	padding: 10px 10px 10px 10px;
}

.relatedLinks {
	padding: 0px 10px 10px 10px;
}

#advert {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-image: url(../image/GBnav.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#advert img.btlogo {
	margin: 0px 10px 0px 10px;
}

/************* #siteInfo styles ***************/

div#siteInfo {
	padding: 10px 10px 0px 10px;
	height: 20px;
	width: 760px;
}

