/* global definitions */
body {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	margin-top: 20px;
}

p, ul, li, table, td {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 12px;
	color: #333333;
}
b, strong {
	font-weight: 600;
}


a, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #1c88ba;
}

h1 {
 font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
 font-size: 14px;
 color: #1c88ba;
}

.event {
 font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
 font-size: 12px;
 color: #1c88ba;
 font-weight: bold;
}

.addressfooter {
	display: none;
}

.location {
	font-size: 16px;
	font-weight: 600;
}

.indent { 
	margin-left: 3em;
}

.indentleft { 
	margin-left: 24em;
	margin-top: -1em;
	color: #1c88ba;  
}

/* header section defs */
#headerzone {
	width: 750px;
}
#logo {
	background-color: #ffffff;
	height: 155px;
}
#printlogo {
	display: none;
}


/* content section defs */
#contentzone {
	width: 750px;
}
#zonetext p, table, td {
	font-size: 11px;
}
.bighometext {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
}

.statetext {
        font-size: 16px;
        font-weight: 500;
        line-height: 2em;
        margin-left: 175px;
}

/* footer section defs */
#footerzone {
	width: 750px;
	text-align: left;
	color: #666666;
}
.copyright {
	width: 750px;
	color: #ff9900;
	text-align: right; 
}

