/* Global Styles */

body {
	margin:0px;
	background-color: #CCCCCC;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #0000CC;
	text-decoration:none;
	font-weight:normal;
	}
.img_left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.image_rt {
	margin: 20px;
	float: right;
}
#tix {
	width: 200px;
	float: right;
	padding-top: 0px;
	padding-right: 85px;
	padding-bottom: 0px;
	padding-left: 80px;
}


	
a:hover {
	color: #0000CC;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:12px arial;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#FFFF00;
	/*color: #F88359; */
	font-weight: bolder;
	text-decoration: none;
	font: 12px arial;
	}
	

/* Class Styles */


.tagline {
	font:11px arial;
	color: #333333;
	letter-spacing:.2em;
	}
.testimonialName {
	font:11px arial;
	color: #333333;
	text-align: right;
	}

.smallText {
	font:10px arial;
	color: #333333;
	line-height:14px;
	}

.pageHeader {
	color: #1A3F6C;
	letter-spacing:0.1em;
	line-height:38px;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	
	}
	
.bodyText {
	font:13px arial;
	color:#333333;
	line-height:normal;
	text-align: left;
	}
	
.bodyTextCenter {
	font:13px arial;
	color:#333333;
	line-height:normal;
	text-align: center;
	}
	
.pageName {
	font:20px arial;
	color: #1A3F6C;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	color: #333333;
	letter-spacing:.05em;
	font-family: arial;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	}
	
.navText {
	font:12px arial;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.headerLine {
    color:#EFD511;
	background-color:#EFD511;
	border: none;
	width: 80%;
	height: 4px;
	text-align: center;
	}
