/* This file hides elements not necessary for printing and sets printer friendly colors */

.noShow, .BreadCrumb, .ui_event_search, .ui_top_nav, .ui_right, .ui_tagline, .ui_print_email {
	display: none;
}

.ui_header{clear: both; display: block; width: 100%; height: 120px;}

.ui_copyright{position: absolute; bottom: 0; right: 0;}

body, td, p, li, input, select, textarea {
	font: normal normal 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FCC154;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 17px; 
	color: #FCC154;
	font-weight: normal;
	margin: 5px 0;
}

h3 {
	font-size: 15px; 
	font-weight: normal;
	margin: 5px 0;
	color: #333;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	color: #7B6F55;
}
	
h5 {
	font-size: 12px; 
	margin: 5px 0;
	color: #7B6F55;
}

h6 {
	font-size: 12px; 
	margin: 5px 0;
	color: #333;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #FCC154;/*#699;*/
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

blockquote {
	margin: 20px 0;
	padding: 0 0 0 80px;
}
/* Forms */
form { margin: 0px; padding: 0px; }