a img {
	border:				0px;
}

.brownHeader, .brownHeader12 {
	color: 						#a97151;
	font-family: 				Impact; 
	font-size: 					26px; 
	text-transform: 			uppercase; 
}

.blueHeader, .blueHeader-medium {
	color:						#00274d;
	font-family: 				Impact;
	font-size:					22px;
	text-transform: 			uppercase;
}

.blueHeader-medium {
	font-size:					18px;
}

.brownHeader12 {
	font-size:					18px;
}

.color-blue {
	color:						#00274d;
}

.color-brown {
	color:						#a97151;
}

.header, .text {
	color:						#0b579f;
	font-size:					13px;
	font-family: 				Verdana;
}

.header {
	font-weight:				bold;
	text-transform: 			uppercase;
}

#HeaderSuper ul, #HeaderSuper li {
	display: 			inline;
	float: 				left;
	margin:				0px;
	padding: 			0px;
	list-style-type: 	none;
}

#ImageMenu ul {
	list-style-type: 			none;
	margin: 					0px;
	padding:					0px;
}

#ImageMenu ul li {
	display: 					inline;
	float:						left;
	margin:						0px;
	padding:					0px;
}

#MainNavigation ul {
	list-style-type: 			none;
	margin: 					0px;
	padding:					0px;
}

#MainNavigation ul li {
	display: 					inline;
	float:						left;
	margin:						0px;
	padding:					0px;
}
		
#SpecialEvents, #MenuContainer {
}

#SpecialEventTable {
	width: 						100%;
}

#SpecialEventTable th {
	background-color:			#b07e5b;
	color:						#FFFFFF;
	font-family:				arial;
	font-weight: 				100;
	font-size:					15px;
	text-transform: 			uppercase;
	text-align: 				center;
}

#SpecialEventTable td {
	font-family: 				sans-serif;
	font-size: 					13px;
}

#SpecialEventTable tr.pinkRow td {
	color:						#d95e16;
}

#SpecialEventTable tr.beigeRow td {
	color:						#88441d;
}

#SpecialEventTable tr.pinkRow td a {
	color:						#d95e16;
	font-weight: 				bold;
}

#SpecialEventTable tr.beigeRow td a {
	color:						#88441d;
	font-weight: 				bold;
}


.text {
	font-size:					11px;
}

.text-decoration-underline {
	text-decoration: 			underline;
}

form {font:1em/1 Verdana,Geneva,Kalimati,sans-serif; color:#333;}

fieldset {
	border:							1px solid #999;
}

legend {font:1.5em/1 "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:#000;}
fieldset {margin-bottom:3em; padding:10px; text-align: left;}
fieldset fieldset {padding:0;}
legend {margin-bottom:1em;}

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

input, textarea, select {
	background:					#fdfdfb;
	border:						1px solid #dfd1b4; 
	color:						#125597; 
	font:						1em/1 Verdana,Geneva,Kalimati,sans-serif; 
	margin-bottom: 				5px;
	padding:					4px;
	width: 						250px;
}

input:focus, textarea:focus, select:focus, input:active, textarea:active, select:active {
	border: 					1px solid #125597;
}

input:hover, textarea:hover, select:hover {
	border:						1px solid #125597;
}

label {
	float: 						left;
	font-weight: 				bold;
	padding:					4px 20px 4px 0px;
	text-align: 				right;
	width: 						200px;
}

