body {
	margin:0px;
	padding:0px;
	background:url(../images/bgTile.jpg);
	color:#ced;
	font-size:12px;
	padding-bottom:15px;
}
.bold {font-weight:bold !important;}
.center {text-align:center !important;}
table {
	font-size:100%;
	font-family:arial,helvetica,sans-serif;
	line-height:180%;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
	color:#fd3;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
h2 {
	font-size:120%;
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin:12px 0px 10px;
	color:#fff;
	background:#f80;
	padding:2px 10px;
	border-bottom:2px solid #000;
}
h3 {
	color:#fff;
	margin:20px 0px 8px;
	font-size:120%;
	border-bottom:1px solid #095;
	padding-bottom:2px;
}
h4 {
	color: #000;
	font-size:120%;
	text-align:center;
	background:#fd3;
	padding:5px 10px;
}
h5 {
	color:#dfe;
	font-size:100%;
	margin:10px 0px 2px;
}
table#all {
	border-left:4px solid #ca0;
	border-right:4px solid #ca0;
	background:url(../images/bgHead.gif) repeat-x #0A6034;
}

/* ------------- CONTENT ------- */
#content ul {
	margin:0px;
	padding:0px 0px 0px 20px;
}
#content ol {
	margin:0px;
	padding:0px 0px 0px 30px;
}
/* #content p {
	margin:2px 0px;
	text-indent:2em;
}
#content p.first {
	text-indent:0em;
}
*/
#content, #content2 {
	padding:10px 20px;
	background:url(../images/logoFootTop.gif) bottom right no-repeat;
}
#content ul.sublinks, #content2 ul.sublinks {
	list-style-image: url(../images/arrow.gif);
	margin:15px;
	padding:15px;
}
/* --------------- SECTION MENUS ------- */
.sec {
	background:#0C743B;
	border:1px solid #ca0;
}
.call .sec p {
	padding:2px 10px;
	margin:0px;
}

/* -------------- CHARTS ---------- */

td#head {
	background:url(../images/bgHeadR.jpg) no-repeat top right;
}

tr.odd td{
	background:#0B6B61;
	text-align:center;
	padding:2px 4px;
}
tr.even td{
	background:#076;
	text-align:center;
	padding:2px 4px;
}
tr.oddL td {
	background:#063;
	padding:2px 4px;
	border-bottom:1px solid #386;
}
tr.evenL td {
	background:#174;
	padding:2px 4px;
	border-bottom:1px solid #386;
}
tr.head td {
	background:#044;
	text-align:center;
	padding:2px 10px;
	font-weight:bold;
}
/* --------------- FOOTER ----------- */
#footer {
	background:url(../images/bgFooter.gif) repeat-x;
}
#footer p {
	text-align:center;
	color:#000;
	padding:0px 0px 0px 40px;
}
#footer p a{
	color:#000;
}
#footer p a:hover {
	text-decoration:underline;
}

/* --------------MENU ------------- */
#menu {
	background:url(../images/menuTile.jpg);
	border-right:2px solid #ca0;
	width:180px;
}
#menu p {
	margin:0px;
}
#menu a {
	display:block;
	width:180px;
	padding:2px 10px 2px 20px;
	background:#0C743B;
	border-bottom:1px solid #0A6034;
	font-size:14px;
}
html>body #menu a {
	width:150px;
}
#menu a:hover {
	background-color:#ca0;
	color:#000;
	text-decoration:none;
}

/* --------------- FORMS -------- */
input,textarea {
	border:1px solid #ced;
	background:#f5fff9;
	width:200px;
	color:#044;
}
input.but {
	background:#076;
	color:#fff;
	width:125px;
}

/* -------------- MISCELLANEOUS ------- */
.call .sec p {
	padding:2px 10px;
	margin:0px;
}
td.dte {
	width:100px;
	font-size:120%;
	padding-left:5px;
	padding-top:30px;
}
p.venue {
	text-align:right;
	padding:2px 10px 2px;
	margin:0px 0px 8px;
	border-bottom:1px solid #0C743B;
}
#day {
	margin-top:10px;
}
#day img{
	margin:10px 10px 10px 0px;
}