@charset "utf-8";
/* CSS Document */
body {
	background: url(global_images/LETTERS_BACKGROUND.jpg);	
}
html table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 21px;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}

ul#mainNav {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 22px;
	margin:0;
}
ul#mainNav li {
	display: inline;
	text-align:center;
	margin:0;
	padding:0;
}

table#homeBody {
	background-color: #fff;
}
table#homeBody table tr {
	vertical-align: top;
}
table#homeBody table td {
	text-align: right;
}
table#homeBody table td.lft {
	text-align: left;
}
table#homeBody table td.ctr {
	text-align: center;
}

img.sepH {
	margin: 5px 0;
	background: url(global_images/separatorH.gif) repeat-x;
}
img.sepV {
	margin: 0 5px;
	background: url(global_images/separatorV.gif) repeat-y;
}
table.BOOKTivities th {
	font-weight: bold;
	text-align:right;
}
table.BOOKTivities td.description {
	padding: 4px;
}
table.BOOKTivities td.go {
	padding-top: 8px;
}


table#siteBody {
	background-color: #fff;
}
table#siteBody table tr {
	vertical-align: top;
}
table#siteBody table td {

}
table#siteBody table td.lft {
	text-align: left;
}
table#siteBody table td.ctr {
	text-align: center;
}

h1 {
	margin: 0;
	padding:0;
	text-transform:uppercase;
	font-size: 1.8em;
	line-height: 1em;
}

h3 {
	margin: 0;
	padding:0;
	text-transform:uppercase;
	font-size:1em;
}
h3 a {
color: #000;
text-decoration:none;
}

ul.subNav {
	list-style-type: none;
	margin:0;
	padding:0
}
ul.subNav li a {
color: #000;
text-decoration:none;
}
ul.subNav li a:hover {
color: #7fa802;
}
.titleicon {
	margin: 0 0 0 40px;
}
.sectitle {
	text-align: right;
	padding:0;
	margin:0;
}
.indent {
	text-indent: 20px;
	text-align:justify;
	padding: 0;
	margin: 5px 0;
}

a {
	color: #f2673a;
}
a:hover {
color: #7fa802;
}